#FFA875
A light, vivid orange closely aligning with Lightsalmon.
About #FFA875
Visually, #FFA875 is defined as a vivid orange. If you're using CSS, you might find it aligns closely with Lightsalmon. Its digital footprint relies on 255 parts red, 168 parts green, and 117 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 34% Magenta, 54% Yellow, and 0% Black. With a hue angle of 22.2 degrees, it sits comfortably in the orange spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#FFA875
RGB255, 168, 117
HSL22.2°, 100.0%, 72.9%
CMYK0%, 34%, 54%, 0%
HSV22.2°, 54.1%, 100.0%
LAB76.4, 26.9, 39.3
XYZ58.5, 50.5, 23.5
Decimal16754805
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.89:1
Text on #FFFFFF
FAIL
11.11:1
Text on #000000
AAA
1.81:1
Text on #F8FAFC
FAIL
9.44:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFA875;
}
.text-color {
color: #FFA875;
}
.border-color {
border: 2px solid #FFA875;
}