#F0C550
A light, vivid orange closely aligning with Goldenrod.
About #F0C550
Visually, #F0C550 is defined as a vivid orange. If you're using CSS, you might find it aligns closely with Goldenrod. This translates to an RGB value of rgb(240, 197, 80).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 18% Magenta, 67% Yellow, and 6% Black. With a hue angle of 43.9 degrees, it sits comfortably in the orange spectrum.
Contrast ratios determine whether this color is safe for typography. 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#F0C550
RGB240, 197, 80
HSL43.9°, 84.2%, 62.7%
CMYK0%, 18%, 67%, 6%
HSV43.9°, 66.7%, 94.1%
LAB81.3, 3.1, 62.3
XYZ57.3, 59.0, 16.0
Decimal15779152
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.64:1
Text on #FFFFFF
FAIL
12.81:1
Text on #000000
AAA
1.57:1
Text on #F8FAFC
FAIL
10.89:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0C550;
}
.text-color {
color: #F0C550;
}
.border-color {
border: 2px solid #F0C550;
}