#F0BD57
A light, vivid orange closely aligning with Goldenrod.
About #F0BD57
At its core, #F0BD57 is a light and vivid hue. It is closely associated with the named CSS color Goldenrod. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 189, and 87.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 21% Magenta, 64% Yellow, and 6% Black. The HSL representation is 40.0° hue, 83.6% saturation, and 64.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#F0BD57
RGB240, 189, 87
HSL40.0°, 83.6%, 64.1%
CMYK0%, 21%, 64%, 6%
HSV40.0°, 63.7%, 94.1%
LAB79.4, 7.6, 57.2
XYZ55.9, 55.6, 16.8
Decimal15777111
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.73:1
Text on #FFFFFF
FAIL
12.12:1
Text on #000000
AAA
1.66:1
Text on #F8FAFC
FAIL
10.30:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0BD57;
}
.text-color {
color: #F0BD57;
}
.border-color {
border: 2px solid #F0BD57;
}