#F0B63A
A medium, vivid orange closely aligning with Goldenrod.
About #F0B63A
The hex code #F0B63A represents a beautifully specific shade of orange. It is closely associated with the named CSS color Goldenrod. Its digital footprint relies on 240 parts red, 182 parts green, and 58 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 24% M, 76% Y, and 6% K. The HSL representation is 40.9° hue, 85.8% saturation, and 58.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F0B63A
RGB240, 182, 58
HSL40.9°, 85.8%, 58.4%
CMYK0%, 24%, 76%, 6%
HSV40.9°, 75.8%, 94.1%
LAB77.5, 9.8, 67.2
XYZ53.4, 52.3, 11.3
Decimal15775290
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.83:1
Text on #FFFFFF
FAIL
11.46:1
Text on #000000
AAA
1.75:1
Text on #F8FAFC
FAIL
9.74:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0B63A;
}
.text-color {
color: #F0B63A;
}
.border-color {
border: 2px solid #F0B63A;
}