#FF925F
A light, vivid orange closely aligning with Coral.
About #FF925F
At its core, #FF925F is a light and vivid hue. Designers often compare it to the standard color Coral. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 146, and 95.
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, 63% yellow, and 0% black. Always request a physical proof before doing a large print run with this exact code.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF925F
RGB255, 146, 95
HSL19.1°, 100.0%, 68.6%
CMYK0%, 43%, 63%, 0%
HSV19.1°, 62.7%, 100.0%
LAB71.3, 36.7, 44.5
XYZ53.6, 42.6, 16.2
Decimal16749151
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.20:1
Text on #FFFFFF
FAIL
9.53:1
Text on #000000
AAA
2.11:1
Text on #F8FAFC
FAIL
8.10:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF925F;
}
.text-color {
color: #FF925F;
}
.border-color {
border: 2px solid #FF925F;
}