#FFA07A
A light, vivid orange closely aligning with Lightsalmon.
About #FFA07A
At its core, #FFA07A is a light and vivid hue. If you're using CSS, you might find it aligns closely with Lightsalmon. Its digital footprint relies on 255 parts red, 160 parts green, and 122 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 37% Magenta, 52% Yellow, and 0% Black. With a hue angle of 17.1 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FFA07A
RGB255, 160, 122
HSL17.1°, 100.0%, 73.9%
CMYK0%, 37%, 52%, 0%
HSV17.1°, 52.2%, 100.0%
LAB74.7, 31.5, 34.5
XYZ57.3, 47.8, 24.6
Decimal16752762
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.99:1
Text on #FFFFFF
FAIL
10.56:1
Text on #000000
AAA
1.90:1
Text on #F8FAFC
FAIL
8.98:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFA07A;
}
.text-color {
color: #FFA07A;
}
.border-color {
border: 2px solid #FFA07A;
}