#F0B607
A medium, vivid yellow closely aligning with Goldenrod.
About #F0B607
The hex code #F0B607 represents a beautifully specific shade of yellow. If you're using CSS, you might find it aligns closely with Goldenrod. In the RGB color space, it consists of 240 red, 182 green, and 7 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 24% Magenta, 97% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#F0B607
RGB240, 182, 7
HSL45.1°, 94.3%, 48.4%
CMYK0%, 24%, 97%, 6%
HSV45.1°, 97.1%, 94.1%
LAB77.3, 8.7, 79.0
XYZ52.7, 52.0, 7.5
Decimal15775239
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.84:1
Text on #FFFFFF
FAIL
11.40:1
Text on #000000
AAA
1.76:1
Text on #F8FAFC
FAIL
9.69:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0B607;
}
.text-color {
color: #F0B607;
}
.border-color {
border: 2px solid #F0B607;
}