#FF7C2C
A medium, vivid orange closely aligning with Chocolate.
About #FF7C2C
At its core, #FF7C2C is a medium and vivid hue. Its closest recognized web color is Chocolate. In the RGB color space, it consists of 255 red, 124 green, and 44 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 51% magenta inks. 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. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FF7C2C
RGB255, 124, 44
HSL22.7°, 100.0%, 58.6%
CMYK0%, 51%, 83%, 0%
HSV22.7°, 82.7%, 100.0%
LAB66.4, 45.4, 63.0
XYZ48.9, 35.9, 6.7
Decimal16743468
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.57:1
Text on #FFFFFF
FAIL
8.17:1
Text on #000000
AAA
2.46:1
Text on #F8FAFC
FAIL
6.95:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF7C2C;
}
.text-color {
color: #FF7C2C;
}
.border-color {
border: 2px solid #FF7C2C;
}