#FFCC0F
A medium, vivid yellow closely aligning with Gold.
About #FFCC0F
Visually, #FFCC0F is defined as a vivid yellow. If you're using CSS, you might find it aligns closely with Gold. In the RGB color space, it consists of 255 red, 204 green, and 15 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 20% magenta, 94% yellow, and 0% black. The HSL representation is 47.2° hue, 100.0% saturation, and 52.9% 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FFCC0F
RGB255, 204, 15
HSL47.2°, 100.0%, 52.9%
CMYK0%, 20%, 94%, 0%
HSV47.2°, 94.1%, 100.0%
LAB84.2, 3.8, 83.8
XYZ62.9, 64.5, 9.6
Decimal16763919
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.90:1
Text on #000000
AAA
1.44:1
Text on #F8FAFC
FAIL
11.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFCC0F;
}
.text-color {
color: #FFCC0F;
}
.border-color {
border: 2px solid #FFCC0F;
}