#FFCC83
A light, vivid orange closely aligning with Burlywood.
About #FFCC83
When working with digital screens, the color #FFCC83 is rendered by mixing light. It is closely associated with the named CSS color Burlywood. In the RGB color space, it consists of 255 red, 204 green, and 131 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 20% M, 49% Y, and 0% K. The HSL representation is 35.3° hue, 100.0% saturation, and 75.7% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a light 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#FFCC83
RGB255, 204, 131
HSL35.3°, 100.0%, 75.7%
CMYK0%, 20%, 49%, 0%
HSV35.3°, 48.6%, 100.0%
LAB85.0, 9.3, 43.1
XYZ66.9, 66.1, 30.7
Decimal16764035
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.48:1
Text on #FFFFFF
FAIL
14.22:1
Text on #000000
AAA
1.41:1
Text on #F8FAFC
FAIL
12.09:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFCC83;
}
.text-color {
color: #FFCC83;
}
.border-color {
border: 2px solid #FFCC83;
}