#F8B650
A light, vivid orange closely aligning with Goldenrod.
About #F8B650
The precise color #F8B650 is an excellent choice for modern design projects. It is closely associated with the named CSS color Goldenrod. This translates to an RGB value of rgb(248, 182, 80).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 27% M, 68% Y, and 3% K. With a hue angle of 36.4 degrees, it sits comfortably in the orange spectrum.
When using this color as a background, text legibility must be considered. 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#F8B650
RGB248, 182, 80
HSL36.4°, 92.3%, 64.3%
CMYK0%, 27%, 68%, 3%
HSV36.4°, 67.7%, 97.3%
LAB78.5, 14.2, 59.5
XYZ56.9, 54.0, 15.0
Decimal16299600
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.78:1
Text on #FFFFFF
FAIL
11.80:1
Text on #000000
AAA
1.70:1
Text on #F8FAFC
FAIL
10.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8B650;
}
.text-color {
color: #F8B650;
}
.border-color {
border: 2px solid #F8B650;
}