#F8BD07
A medium, vivid yellow closely aligning with Gold.
About #F8BD07
Visually, #F8BD07 is defined as a vivid yellow. If you're using CSS, you might find it aligns closely with Gold. Its digital footprint relies on 248 parts red, 189 parts green, and 7 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 24% magenta, 97% yellow, and 3% black. With a hue angle of 45.3 degrees, it sits comfortably in the yellow spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F8BD07
RGB248, 189, 7
HSL45.3°, 94.5%, 50.0%
CMYK0%, 24%, 97%, 3%
HSV45.3°, 97.2%, 97.3%
LAB79.8, 8.5, 81.2
XYZ56.9, 56.4, 8.1
Decimal16301319
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.71:1
Text on #FFFFFF
FAIL
12.27:1
Text on #000000
AAA
1.64:1
Text on #F8FAFC
FAIL
10.43:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8BD07;
}
.text-color {
color: #F8BD07;
}
.border-color {
border: 2px solid #F8BD07;
}