#F0B67C
A light, vivid orange closely aligning with Burlywood.
About #F0B67C
The precise color #F0B67C is an excellent choice for modern design projects. It is closely associated with the named CSS color Burlywood. This translates to an RGB value of rgb(240, 182, 124).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 24% magenta, 48% yellow, and 6% black. With a hue angle of 30.0 degrees, it sits comfortably in the orange spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F0B67C
RGB240, 182, 124
HSL30.0°, 79.5%, 71.4%
CMYK0%, 24%, 48%, 6%
HSV30.0°, 48.3%, 94.1%
LAB78.1, 14.2, 37.6
XYZ56.3, 53.4, 26.4
Decimal15775356
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.80:1
Text on #FFFFFF
FAIL
11.69:1
Text on #000000
AAA
1.72:1
Text on #F8FAFC
FAIL
9.94:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0B67C;
}
.text-color {
color: #F0B67C;
}
.border-color {
border: 2px solid #F0B67C;
}