#F0CC8A
A light, vivid orange closely aligning with Burlywood.
About #F0CC8A
Visually, #F0CC8A is defined as a vivid orange. Its closest recognized web color is Burlywood. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 204, and 138.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 15% magenta inks. Always request a physical proof before doing a large print run with this exact code.
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#F0CC8A
RGB240, 204, 138
HSL38.8°, 77.3%, 74.1%
CMYK0%, 15%, 43%, 6%
HSV38.8°, 42.5%, 94.1%
LAB83.7, 4.0, 37.6
XYZ62.1, 63.5, 33.0
Decimal15781002
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.71:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0CC8A;
}
.text-color {
color: #F0CC8A;
}
.border-color {
border: 2px solid #F0CC8A;
}