#FFA057
A light, vivid orange closely aligning with Sandybrown.
About #FFA057
When working with digital screens, the color #FFA057 is rendered by mixing light. Designers often compare it to the standard color Sandybrown. Its digital footprint relies on 255 parts red, 160 parts green, and 87 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 37% Magenta, 66% Yellow, and 0% Black. The HSL representation is 26.1° hue, 100.0% saturation, and 67.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FFA057
RGB255, 160, 87
HSL26.1°, 100.0%, 67.1%
CMYK0%, 37%, 66%, 0%
HSV26.1°, 65.9%, 100.0%
LAB74.2, 29.0, 51.9
XYZ55.5, 47.1, 15.2
Decimal16752727
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.02:1
Text on #FFFFFF
FAIL
10.42:1
Text on #000000
AAA
1.93:1
Text on #F8FAFC
FAIL
8.86:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFA057;
}
.text-color {
color: #FFA057;
}
.border-color {
border: 2px solid #FFA057;
}