#F87C49
A light, vivid orange closely aligning with Coral.
About #F87C49
Visually, #F87C49 is defined as a vivid orange. Its closest recognized web color is Coral. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 124, and 73.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 50% magenta inks. 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. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F87C49
RGB248, 124, 73
HSL17.5°, 92.6%, 62.9%
CMYK0%, 50%, 71%, 3%
HSV17.5°, 70.6%, 97.3%
LAB65.6, 43.9, 48.9
XYZ47.1, 34.9, 10.5
Decimal16284745
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.63:1
Text on #FFFFFF
FAIL
7.97:1
Text on #000000
AAA
2.52:1
Text on #F8FAFC
FAIL
6.78:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F87C49;
}
.text-color {
color: #F87C49;
}
.border-color {
border: 2px solid #F87C49;
}