#FF922C
A medium, vivid orange closely aligning with Darkorange.
About #FF922C
Visually, #FF922C is defined as a vivid orange. Designers often compare it to the standard color Darkorange. In the RGB color space, it consists of 255 red, 146 green, and 44 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 43% magenta, 83% yellow, and 0% black. The HSL representation is 29.0° hue, 100.0% saturation, and 58.6% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium 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#FF922C
RGB255, 146, 44
HSL29.0°, 100.0%, 58.6%
CMYK0%, 43%, 83%, 0%
HSV29.0°, 82.7%, 100.0%
LAB70.9, 34.4, 66.9
XYZ52.0, 42.0, 7.8
Decimal16749100
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.23:1
Text on #FFFFFF
FAIL
9.40:1
Text on #000000
AAA
2.14:1
Text on #F8FAFC
FAIL
7.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF922C;
}
.text-color {
color: #FF922C;
}
.border-color {
border: 2px solid #FF922C;
}