#F8DB33
A medium, vivid yellow closely aligning with Gold.
About #F8DB33
At its core, #F8DB33 is a medium and vivid hue. Its closest recognized web color is Gold. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 219, and 51.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 12% M, 79% Y, and 3% K. With a hue angle of 51.2 degrees, it sits comfortably in the yellow spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F8DB33
RGB248, 219, 51
HSL51.2°, 93.4%, 58.6%
CMYK0%, 12%, 79%, 3%
HSV51.2°, 79.4%, 97.3%
LAB87.4, -6.1, 78.8
XYZ64.6, 70.9, 13.4
Decimal16309043
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.17:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8DB33;
}
.text-color {
color: #F8DB33;
}
.border-color {
border: 2px solid #F8DB33;
}