#F08A49
A light, vivid orange closely aligning with Coral.
About #F08A49
Visually, #F08A49 is defined as a vivid orange. Designers often compare it to the standard color Coral. In the RGB color space, it consists of 240 red, 138 green, and 73 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 43% magenta, 70% yellow, and 6% black. With a hue angle of 23.4 degrees, it sits comfortably in the orange spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F08A49
RGB240, 138, 73
HSL23.4°, 84.8%, 61.4%
CMYK0%, 43%, 70%, 6%
HSV23.4°, 69.6%, 94.1%
LAB67.4, 33.7, 50.5
XYZ46.2, 37.2, 11.0
Decimal15764041
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.49:1
Text on #FFFFFF
FAIL
8.44:1
Text on #000000
AAA
2.38:1
Text on #F8FAFC
FAIL
7.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F08A49;
}
.text-color {
color: #F08A49;
}
.border-color {
border: 2px solid #F08A49;
}