Shades of Fiery Orange #B6602C
Tints of Fiery Orange #B6602C
RGB
CMYK
RGB Variations
Color information
#B6602C (or 0xB6602C) is known color: Fiery Orange. HEX triplet: B6, 60 and 2C. RGB value is (182,96,44). Sum of RGB (Red+Green+Blue) = 182+96+44=322 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.52% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 182 - color contains mainly: red. Hex color #B6602C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6602C is #499FD3. Grayscale: #747474. Windows color (decimal): -4825044 or 2908342. OLE color: 2908342.
HSL color Cylindrical-coordinate representation of color #B6602C: hue angle of 22.61º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B6602C is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 96 | 44 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.29 |
| HSL | 22.61º | 0.61% | 0.44% | - |
| HSV(B) | 22.61º | 0.76% | 0.71% | - |
| XYZ | 23.93 | 18.49 | 4.69 | - |
| YUV | 115.79 | 87.49 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 96 | 44 | 0 | 0.47 | 0.76 | 0.29 | 22.61 | 0.61 | 0.44 |
| Hex | B6 | 60 | 2C | 0 | 2F | 4C | 1D | 17 | 3D | 2C |
| Octal | 266 | 140 | 54 | 0 | 57 | 114 | 35 | 27 | 75 | 54 |
| Binary | 10110110 | 1100000 | 101100 | 0 | 101111 | 1001100 | 11101 | 10111 | 111101 | 101100 |
Color Harmonies of #B6602C
Complementary color
Monochromatic Colors of #B6602C
Black with #B6602C
Text Example
Text Example
White with #B6602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6602C; }
p { color: rgb(182,96,44); }
H1.HeaderClassName
{
color: #B6602C;
}
.AnyTagClassName
{
color: #B6602C;
}
</style>
background-color css
<style>
a { background-color: #B6602C; }
a { background-color: rgb(182,96,44); }
div.DivClassName
{
background-color: #B6602C;
}
.BgClassName
{
background-color: #B6602C;
}
</style>
border-color css
<style>
span { border-color: #B6602C; }
span { border-color: rgb(182,96,44); }
td.TdClassName
{
border-color: #B6602C;
}
.TagClassName
{
border-color: #B6602C;
}
</style>