#FFD350
A light, vivid orange closely aligning with Goldenrod.
About #FFD350
The hex code #FFD350 represents a beautifully specific shade of orange. Its closest recognized web color is Goldenrod. Its digital footprint relies on 255 parts red, 211 parts green, and 80 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 17% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FFD350
RGB255, 211, 80
HSL44.9°, 100.0%, 65.7%
CMYK0%, 17%, 69%, 0%
HSV44.9°, 68.6%, 100.0%
LAB86.2, 2.1, 67.9
XYZ66.0, 68.4, 17.3
Decimal16765776
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.69:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFD350;
}
.text-color {
color: #FFD350;
}
.border-color {
border: 2px solid #FFD350;
}