#FFA050
A light, vivid orange closely aligning with Sandybrown.
About #FFA050
The hex code #FFA050 represents a beautifully specific shade of orange. If you're using CSS, you might find it aligns closely with Sandybrown. This translates to an RGB value of rgb(255, 160, 80).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 37% magenta, 69% yellow, and 0% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FFA050
RGB255, 160, 80
HSL27.4°, 100.0%, 65.7%
CMYK0%, 37%, 69%, 0%
HSV27.4°, 68.6%, 100.0%
LAB74.2, 28.6, 55.1
XYZ55.3, 47.0, 13.7
Decimal16752720
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.02:1
Text on #FFFFFF
FAIL
10.40:1
Text on #000000
AAA
1.93:1
Text on #F8FAFC
FAIL
8.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFA050;
}
.text-color {
color: #FFA050;
}
.border-color {
border: 2px solid #FFA050;
}