#F8C57C
A light, vivid orange closely aligning with Burlywood.
About #F8C57C
The precise color #F8C57C is an excellent choice for modern design projects. Its closest recognized web color is Burlywood. In the RGB color space, it consists of 248 red, 197 green, and 124 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 21% Magenta, 50% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F8C57C
RGB248, 197, 124
HSL35.3°, 89.9%, 72.9%
CMYK0%, 21%, 50%, 3%
HSV35.3°, 50.0%, 97.3%
LAB82.6, 9.5, 43.3
XYZ62.3, 61.3, 27.6
Decimal16303484
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.58:1
Text on #FFFFFF
FAIL
13.27:1
Text on #000000
AAA
1.51:1
Text on #F8FAFC
FAIL
11.28:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8C57C;
}
.text-color {
color: #F8C57C;
}
.border-color {
border: 2px solid #F8C57C;
}