#F0BD99
A light, vivid orange closely aligning with Burlywood.
About #F0BD99
At its core, #F0BD99 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Burlywood. This translates to an RGB value of rgb(240, 189, 153).
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, 36% Y, and 6% K. With a hue angle of 24.8 degrees, it sits comfortably in the orange spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F0BD99
RGB240, 189, 153
HSL24.8°, 74.4%, 77.1%
CMYK0%, 21%, 36%, 6%
HSV24.8°, 36.2%, 94.1%
LAB80.3, 13.5, 25.2
XYZ59.9, 57.2, 38.0
Decimal15777177
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.69:1
Text on #FFFFFF
FAIL
12.44:1
Text on #000000
AAA
1.61:1
Text on #F8FAFC
FAIL
10.58:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0BD99;
}
.text-color {
color: #F0BD99;
}
.border-color {
border: 2px solid #F0BD99;
}