#F8C58A
A light, vivid orange closely aligning with Burlywood.
About #F8C58A
The precise color #F8C58A 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 248 red, 197 green, and 138 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 21% magenta, 44% yellow, and 3% black. With a hue angle of 32.2 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#F8C58A
RGB248, 197, 138
HSL32.2°, 88.7%, 75.7%
CMYK0%, 21%, 44%, 3%
HSV32.2°, 44.4%, 97.3%
LAB82.8, 10.8, 36.5
XYZ63.3, 61.7, 32.6
Decimal16303498
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.57:1
Text on #FFFFFF
FAIL
13.34:1
Text on #000000
AAA
1.50:1
Text on #F8FAFC
FAIL
11.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8C58A;
}
.text-color {
color: #F8C58A;
}
.border-color {
border: 2px solid #F8C58A;
}