#F8C51D
A medium, vivid yellow closely aligning with Gold.
About #F8C51D
Visually, #F8C51D is defined as a vivid yellow. Designers often compare it to the standard color Gold. In the RGB color space, it consists of 248 red, 197 green, and 29 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 21% magenta inks. With a hue angle of 46.0 degrees, it sits comfortably in the yellow spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F8C51D
RGB248, 197, 29
HSL46.0°, 94.0%, 54.3%
CMYK0%, 21%, 88%, 3%
HSV46.0°, 88.3%, 97.3%
LAB81.8, 4.6, 79.5
XYZ58.9, 60.0, 9.6
Decimal16303389
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.62:1
Text on #FFFFFF
FAIL
13.00:1
Text on #000000
AAA
1.54:1
Text on #F8FAFC
FAIL
11.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8C51D;
}
.text-color {
color: #F8C51D;
}
.border-color {
border: 2px solid #F8C51D;
}