#F0D30F
A medium, vivid yellow closely aligning with Gold.
About #F0D30F
Visually, #F0D30F is defined as a vivid yellow. Its closest recognized web color is Gold. In the RGB color space, it consists of 240 red, 211 green, and 15 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 12% magenta, 94% yellow, and 6% black. The HSL representation is 52.3° hue, 88.2% saturation, and 50.0% lightness.
When using this color as a background, text legibility must be considered. 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#F0D30F
RGB240, 211, 15
HSL52.3°, 88.2%, 50.0%
CMYK0%, 12%, 94%, 6%
HSV52.3°, 93.8%, 94.1%
LAB84.6, -6.2, 83.4
XYZ59.3, 65.1, 9.9
Decimal15782671
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.50:1
Text on #FFFFFF
FAIL
14.03:1
Text on #000000
AAA
1.43:1
Text on #F8FAFC
FAIL
11.93:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0D30F;
}
.text-color {
color: #F0D30F;
}
.border-color {
border: 2px solid #F0D30F;
}