#F0C57C
A light, vivid orange closely aligning with Burlywood.
About #F0C57C
When working with digital screens, the color #F0C57C is rendered by mixing light. Designers often compare it to the standard color Burlywood. Its digital footprint relies on 240 parts red, 197 parts green, and 124 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 18% Magenta, 48% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#F0C57C
RGB240, 197, 124
HSL37.8°, 79.5%, 71.4%
CMYK0%, 18%, 48%, 6%
HSV37.8°, 48.3%, 94.1%
LAB81.8, 6.3, 42.2
XYZ59.5, 59.9, 27.5
Decimal15779196
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.62:1
Text on #FFFFFF
FAIL
12.98:1
Text on #000000
AAA
1.55:1
Text on #F8FAFC
FAIL
11.04:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0C57C;
}
.text-color {
color: #F0C57C;
}
.border-color {
border: 2px solid #F0C57C;
}