#F0AF07
A medium, vivid orange closely aligning with Goldenrod.
About #F0AF07
At its core, #F0AF07 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Goldenrod. In the RGB color space, it consists of 240 red, 175 green, and 7 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 27% Magenta, 97% Yellow, and 6% Black. With a hue angle of 43.3 degrees, it sits comfortably in the orange spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium 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#F0AF07
RGB240, 175, 7
HSL43.3°, 94.3%, 48.4%
CMYK0%, 27%, 97%, 6%
HSV43.3°, 97.1%, 94.1%
LAB75.6, 12.4, 77.8
XYZ51.3, 49.2, 7.0
Decimal15773447
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.94:1
Text on #FFFFFF
FAIL
10.84:1
Text on #000000
AAA
1.85:1
Text on #F8FAFC
FAIL
9.22:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0AF07;
}
.text-color {
color: #F0AF07;
}
.border-color {
border: 2px solid #F0AF07;
}