#F0BD92
A light, vivid orange closely aligning with Burlywood.
About #F0BD92
The hex code #F0BD92 represents a beautifully specific shade of orange. It is closely associated with the named CSS color Burlywood. In the RGB color space, it consists of 240 red, 189 green, and 146 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 21% M, 39% Y, and 6% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F0BD92
RGB240, 189, 146
HSL27.4°, 75.8%, 75.7%
CMYK0%, 21%, 39%, 6%
HSV27.4°, 39.2%, 94.1%
LAB80.2, 12.7, 28.7
XYZ59.3, 57.0, 35.1
Decimal15777170
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.69:1
Text on #FFFFFF
FAIL
12.40:1
Text on #000000
AAA
1.62:1
Text on #F8FAFC
FAIL
10.54:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0BD92;
}
.text-color {
color: #F0BD92;
}
.border-color {
border: 2px solid #F0BD92;
}