#FFF05F
A light, vivid yellow closely aligning with Gold.
About #FFF05F
The precise color #FFF05F is an excellent choice for modern design projects. It is closely associated with the named CSS color Gold. In the RGB color space, it consists of 255 red, 240 green, and 95 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 6% Magenta, 63% Yellow, and 0% Black. The HSL representation is 54.4° hue, 100.0% saturation, and 68.6% lightness.
Contrast ratios determine whether this color is safe for typography. 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#FFF05F
RGB255, 240, 95
HSL54.4°, 100.0%, 68.6%
CMYK0%, 6%, 63%, 0%
HSV54.4°, 62.7%, 100.0%
LAB93.6, -11.6, 69.6
XYZ74.5, 84.4, 23.2
Decimal16773215
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.17:1
Text on #FFFFFF
FAIL
17.88:1
Text on #000000
AAA
1.12:1
Text on #F8FAFC
FAIL
15.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFF05F;
}
.text-color {
color: #FFF05F;
}
.border-color {
border: 2px solid #FFF05F;
}