#F0AF33
A medium, vivid orange closely aligning with Goldenrod.
About #F0AF33
Visually, #F0AF33 is defined as a vivid orange. It is closely associated with the named CSS color Goldenrod. Its digital footprint relies on 240 parts red, 175 parts green, and 51 parts blue light.
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, 79% Y, and 6% K. With a hue angle of 39.4 degrees, it sits comfortably in the orange spectrum.
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#F0AF33
RGB240, 175, 51
HSL39.4°, 86.3%, 57.1%
CMYK0%, 27%, 79%, 6%
HSV39.4°, 78.8%, 94.1%
LAB75.7, 13.3, 68.1
XYZ51.9, 49.4, 9.9
Decimal15773491
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.93:1
Text on #FFFFFF
FAIL
10.88:1
Text on #000000
AAA
1.84:1
Text on #F8FAFC
FAIL
9.25:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0AF33;
}
.text-color {
color: #F0AF33;
}
.border-color {
border: 2px solid #F0AF33;
}