#F87C5F
A light, vivid red closely aligning with Salmon.
About #F87C5F
At its core, #F87C5F is a light and vivid hue. If you're using CSS, you might find it aligns closely with Salmon. In the RGB color space, it consists of 248 red, 124 green, and 95 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 50% Magenta, 62% Yellow, and 3% Black. With a hue angle of 11.4 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F87C5F
RGB248, 124, 95
HSL11.4°, 91.6%, 67.3%
CMYK0%, 50%, 62%, 3%
HSV11.4°, 61.7%, 97.3%
LAB65.9, 45.1, 37.7
XYZ48.0, 35.2, 15.1
Decimal16284767
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.61:1
Text on #FFFFFF
FAIL
8.04:1
Text on #000000
AAA
2.50:1
Text on #F8FAFC
FAIL
6.83:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F87C5F;
}
.text-color {
color: #F87C5F;
}
.border-color {
border: 2px solid #F87C5F;
}