#FFC550
A light, vivid orange closely aligning with Goldenrod.
About #FFC550
Visually, #FFC550 is defined as a vivid orange. It is closely associated with the named CSS color Goldenrod. Its digital footprint relies on 255 parts red, 197 parts green, and 80 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 23% magenta, 69% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FFC550
RGB255, 197, 80
HSL40.1°, 100.0%, 65.7%
CMYK0%, 23%, 69%, 0%
HSV40.1°, 68.6%, 100.0%
LAB82.8, 9.3, 64.3
XYZ62.7, 61.8, 16.2
Decimal16762192
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.57:1
Text on #FFFFFF
FAIL
13.35:1
Text on #000000
AAA
1.50:1
Text on #F8FAFC
FAIL
11.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFC550;
}
.text-color {
color: #FFC550;
}
.border-color {
border: 2px solid #FFC550;
}