#F0D333
A medium, vivid yellow closely aligning with Gold.
About #F0D333
The precise color #F0D333 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 240 red, 211 green, and 51 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 12% M, 79% Y, and 6% K. The HSL representation is 50.8° hue, 86.3% saturation, and 57.1% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F0D333
RGB240, 211, 51
HSL50.8°, 86.3%, 57.1%
CMYK0%, 12%, 79%, 6%
HSV50.8°, 78.8%, 94.1%
LAB84.7, -5.4, 76.1
XYZ59.8, 65.4, 12.6
Decimal15782707
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.49:1
Text on #FFFFFF
FAIL
14.07:1
Text on #000000
AAA
1.43:1
Text on #F8FAFC
FAIL
11.96:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0D333;
}
.text-color {
color: #F0D333;
}
.border-color {
border: 2px solid #F0D333;
}