#F8835F
A light, vivid red closely aligning with Coral.
About #F8835F
At its core, #F8835F is a light and vivid hue. It is closely associated with the named CSS color Coral. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 131, and 95.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 47% magenta, 62% yellow, and 3% black. The HSL representation is 14.1° hue, 91.6% saturation, and 67.3% lightness.
Contrast ratios determine whether this color is safe for typography. 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#F8835F
RGB248, 131, 95
HSL14.1°, 91.6%, 67.3%
CMYK0%, 47%, 62%, 3%
HSV14.1°, 61.7%, 97.3%
LAB67.3, 41.6, 39.4
XYZ48.9, 37.0, 15.4
Decimal16286559
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.50:1
Text on #FFFFFF
FAIL
8.40:1
Text on #000000
AAA
2.39:1
Text on #F8FAFC
FAIL
7.14:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F8835F;
}
.text-color {
color: #F8835F;
}
.border-color {
border: 2px solid #F8835F;
}