Shades of Fiery Orange #B45A16
Tints of Fiery Orange #B45A16
RGB
CMYK
RGB Variations
Color information
#B45A16 (or 0xB45A16) is known color: Fiery Orange. HEX triplet: B4, 5A and 16. RGB value is (180,90,22). Sum of RGB (Red+Green+Blue) = 180+90+22=292 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.64% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45A16 is #4BA5E9. Grayscale: #6D6D6D. Windows color (decimal): -4957674 or 1465012. OLE color: 1465012.
HSL color Cylindrical-coordinate representation of color #B45A16: hue angle of 25.82º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B45A16 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 90 | 22 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.29 |
| HSL | 25.82º | 0.78% | 0.4% | - |
| HSV(B) | 25.82º | 0.88% | 0.71% | - |
| XYZ | 22.62 | 17.07 | 2.86 | - |
| YUV | 109.16 | 78.82 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 90 | 22 | 0 | 0.50 | 0.88 | 0.29 | 25.82 | 0.78 | 0.4 |
| Hex | B4 | 5A | 16 | 0 | 32 | 58 | 1D | 1A | 4E | 28 |
| Octal | 264 | 132 | 26 | 0 | 62 | 130 | 35 | 32 | 116 | 50 |
| Binary | 10110100 | 1011010 | 10110 | 0 | 110010 | 1011000 | 11101 | 11010 | 1001110 | 101000 |
Color Harmonies of #B45A16
Complementary color
Monochromatic Colors of #B45A16
Black with #B45A16
Text Example
Text Example
White with #B45A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45A16; }
p { color: rgb(180,90,22); }
H1.HeaderClassName
{
color: #B45A16;
}
.AnyTagClassName
{
color: #B45A16;
}
</style>
background-color css
<style>
a { background-color: #B45A16; }
a { background-color: rgb(180,90,22); }
div.DivClassName
{
background-color: #B45A16;
}
.BgClassName
{
background-color: #B45A16;
}
</style>
border-color css
<style>
span { border-color: #B45A16; }
span { border-color: rgb(180,90,22); }
td.TdClassName
{
border-color: #B45A16;
}
.TagClassName
{
border-color: #B45A16;
}
</style>