#F08350
A light, vivid orange closely aligning with Coral.
About #F08350
Visually, #F08350 is defined as a vivid orange. 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 240, 131, and 80.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 45% magenta, 67% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
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#F08350
RGB240, 131, 80
HSL19.1°, 84.2%, 62.7%
CMYK0%, 45%, 67%, 6%
HSV19.1°, 66.7%, 94.1%
LAB66.0, 37.6, 45.5
XYZ45.5, 35.3, 12.0
Decimal15762256
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.60:1
Text on #FFFFFF
FAIL
8.07:1
Text on #000000
AAA
2.49:1
Text on #F8FAFC
FAIL
6.86:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F08350;
}
.text-color {
color: #F08350;
}
.border-color {
border: 2px solid #F08350;
}