#FF755F
A light, vivid red closely aligning with Salmon.
About #FF755F
Visually, #FF755F is defined as a vivid red. It is closely associated with the named CSS color Salmon. This translates to an RGB value of rgb(255, 117, 95).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 54% Magenta, 63% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF755F
RGB255, 117, 95
HSL8.2°, 100.0%, 68.6%
CMYK0%, 54%, 63%, 0%
HSV8.2°, 62.7%, 100.0%
LAB65.6, 51.0, 37.6
XYZ49.7, 34.8, 14.9
Decimal16741727
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.64:1
Text on #FFFFFF
FAIL
7.96:1
Text on #000000
AAA
2.52:1
Text on #F8FAFC
FAIL
6.77:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF755F;
}
.text-color {
color: #FF755F;
}
.border-color {
border: 2px solid #FF755F;
}