#F0CC83
A light, vivid orange closely aligning with Burlywood.
About #F0CC83
Visually, #F0CC83 is defined as a vivid orange. Its closest recognized web color is Burlywood. Its digital footprint relies on 240 parts red, 204 parts green, and 131 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 15% M, 45% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#F0CC83
RGB240, 204, 131
HSL40.2°, 78.4%, 72.7%
CMYK0%, 15%, 45%, 6%
HSV40.2°, 45.4%, 94.1%
LAB83.6, 3.3, 41.0
XYZ61.6, 63.3, 30.5
Decimal15780995
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.67:1
Text on #000000
AAA
1.47:1
Text on #F8FAFC
FAIL
11.62:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0CC83;
}
.text-color {
color: #F0CC83;
}
.border-color {
border: 2px solid #F0CC83;
}