#FFD35F
A light, vivid orange closely aligning with Goldenrod.
About #FFD35F
Visually, #FFD35F is defined as a vivid orange. Its closest recognized web color is Goldenrod. This translates to an RGB value of rgb(255, 211, 95).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 17% Magenta, 63% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. 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#FFD35F
RGB255, 211, 95
HSL43.5°, 100.0%, 68.6%
CMYK0%, 17%, 63%, 0%
HSV43.5°, 62.7%, 100.0%
LAB86.3, 3.0, 61.7
XYZ66.6, 68.7, 20.6
Decimal16765791
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.73:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.53:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFD35F;
}
.text-color {
color: #FFD35F;
}
.border-color {
border: 2px solid #FFD35F;
}