#F0A033
A medium, vivid orange closely aligning with Goldenrod.
About #F0A033
Visually, #F0A033 is defined as a vivid orange. It is closely associated with the named CSS color Goldenrod. Its digital footprint relies on 240 parts red, 160 parts green, and 51 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 33% magenta, 79% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F0A033
RGB240, 160, 51
HSL34.6°, 86.3%, 57.1%
CMYK0%, 33%, 79%, 6%
HSV34.6°, 78.8%, 94.1%
LAB72.2, 21.2, 64.8
XYZ49.1, 43.9, 9.0
Decimal15769651
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.15:1
Text on #FFFFFF
FAIL
9.78:1
Text on #000000
AAA
2.05:1
Text on #F8FAFC
FAIL
8.32:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0A033;
}
.text-color {
color: #F0A033;
}
.border-color {
border: 2px solid #F0A033;
}