#F0BD33
A medium, vivid orange closely aligning with Goldenrod.
About #F0BD33
At its core, #F0BD33 is a medium and vivid hue. It is closely associated with the named CSS color Goldenrod. This translates to an RGB value of rgb(240, 189, 51).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 21% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F0BD33
RGB240, 189, 51
HSL43.8°, 86.3%, 57.1%
CMYK0%, 21%, 79%, 6%
HSV43.8°, 78.8%, 94.1%
LAB79.1, 5.9, 71.2
XYZ54.7, 55.2, 10.9
Decimal15777075
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.75:1
Text on #FFFFFF
FAIL
12.03:1
Text on #000000
AAA
1.67:1
Text on #F8FAFC
FAIL
10.23:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0BD33;
}
.text-color {
color: #F0BD33;
}
.border-color {
border: 2px solid #F0BD33;
}