#B63A00
A dark, vivid orange closely aligning with Chocolate.
About #B63A00
The hex code #B63A00 represents a beautifully specific shade of orange. It is closely associated with the named CSS color Chocolate. Its digital footprint relies on 182 parts red, 58 parts green, and 0 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 68% M, 100% Y, and 29% K. 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 dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B63A00
RGB182, 58, 0
HSL19.1°, 100.0%, 35.7%
CMYK0%, 68%, 100%, 29%
HSV19.1°, 100.0%, 71.4%
LAB42.7, 48.2, 54.3
XYZ20.8, 13.0, 1.4
Decimal11942400
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.84:1
Text on #FFFFFF
AA
3.59:1
Text on #000000
AA Large
5.58:1
Text on #F8FAFC
AA
3.06:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B63A00;
}
.text-color {
color: #B63A00;
}
.border-color {
border: 2px solid #B63A00;
}