Shades of Fiery Orange #B4562F
Tints of Fiery Orange #B4562F
RGB
CMYK
RGB Variations
Color information
#B4562F (or 0xB4562F) is known color: Fiery Orange. HEX triplet: B4, 56 and 2F. RGB value is (180,86,47). Sum of RGB (Red+Green+Blue) = 180+86+47=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B4562F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4562F is #4BA9D0. Grayscale: #6D6D6D. Windows color (decimal): -4958673 or 3102388. OLE color: 3102388.
HSL color Cylindrical-coordinate representation of color #B4562F: hue angle of 17.59º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B4562F is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 86 | 47 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.29 |
| HSL | 17.59º | 0.59% | 0.45% | - |
| HSV(B) | 17.59º | 0.74% | 0.71% | - |
| XYZ | 22.66 | 16.56 | 4.69 | - |
| YUV | 109.66 | 92.64 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 86 | 47 | 0 | 0.52 | 0.74 | 0.29 | 17.59 | 0.59 | 0.45 |
| Hex | B4 | 56 | 2F | 0 | 34 | 4A | 1D | 12 | 3B | 2D |
| Octal | 264 | 126 | 57 | 0 | 64 | 112 | 35 | 22 | 73 | 55 |
| Binary | 10110100 | 1010110 | 101111 | 0 | 110100 | 1001010 | 11101 | 10010 | 111011 | 101101 |
Color Harmonies of #B4562F
Complementary color
Monochromatic Colors of #B4562F
Black with #B4562F
Text Example
Text Example
White with #B4562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4562F; }
p { color: rgb(180,86,47); }
H1.HeaderClassName
{
color: #B4562F;
}
.AnyTagClassName
{
color: #B4562F;
}
</style>
background-color css
<style>
a { background-color: #B4562F; }
a { background-color: rgb(180,86,47); }
div.DivClassName
{
background-color: #B4562F;
}
.BgClassName
{
background-color: #B4562F;
}
</style>
border-color css
<style>
span { border-color: #B4562F; }
span { border-color: rgb(180,86,47); }
td.TdClassName
{
border-color: #B4562F;
}
.TagClassName
{
border-color: #B4562F;
}
</style>