#F0C575
A light, vivid orange closely aligning with Burlywood.
About #F0C575
The precise color #F0C575 is an excellent choice for modern design projects. It is closely associated with the named CSS color Burlywood. In the RGB color space, it consists of 240 red, 197 green, and 117 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 18% M, 51% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F0C575
RGB240, 197, 117
HSL39.0°, 80.4%, 70.0%
CMYK0%, 18%, 51%, 6%
HSV39.0°, 51.3%, 94.1%
LAB81.7, 5.7, 45.6
XYZ59.1, 59.7, 25.2
Decimal15779189
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.62:1
Text on #FFFFFF
FAIL
12.95:1
Text on #000000
AAA
1.55:1
Text on #F8FAFC
FAIL
11.01:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0C575;
}
.text-color {
color: #F0C575;
}
.border-color {
border: 2px solid #F0C575;
}