Shades of Fiery Orange #B5602A
Tints of Fiery Orange #B5602A
RGB
CMYK
RGB Variations
Color information
#B5602A (or 0xB5602A) is known color: Fiery Orange. HEX triplet: B5, 60 and 2A. RGB value is (181,96,42). Sum of RGB (Red+Green+Blue) = 181+96+42=319 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.74% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 181 - color contains mainly: red. Hex color #B5602A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5602A is #4A9FD5. Grayscale: #737373. Windows color (decimal): -4890582 or 2777269. OLE color: 2777269.
HSL color Cylindrical-coordinate representation of color #B5602A: hue angle of 23.31º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5602A is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 96 | 42 | - |
| CMYK | 0 | 0.47 | 0.77 | 0.29 |
| HSL | 23.31º | 0.62% | 0.44% | - |
| HSV(B) | 23.31º | 0.77% | 0.71% | - |
| XYZ | 23.66 | 18.36 | 4.49 | - |
| YUV | 115.26 | 86.66 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 96 | 42 | 0 | 0.47 | 0.77 | 0.29 | 23.31 | 0.62 | 0.44 |
| Hex | B5 | 60 | 2A | 0 | 2F | 4D | 1D | 17 | 3E | 2C |
| Octal | 265 | 140 | 52 | 0 | 57 | 115 | 35 | 27 | 76 | 54 |
| Binary | 10110101 | 1100000 | 101010 | 0 | 101111 | 1001101 | 11101 | 10111 | 111110 | 101100 |
Color Harmonies of #B5602A
Complementary color
Monochromatic Colors of #B5602A
Black with #B5602A
Text Example
Text Example
White with #B5602A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5602A; }
p { color: rgb(181,96,42); }
H1.HeaderClassName
{
color: #B5602A;
}
.AnyTagClassName
{
color: #B5602A;
}
</style>
background-color css
<style>
a { background-color: #B5602A; }
a { background-color: rgb(181,96,42); }
div.DivClassName
{
background-color: #B5602A;
}
.BgClassName
{
background-color: #B5602A;
}
</style>
border-color css
<style>
span { border-color: #B5602A; }
span { border-color: rgb(181,96,42); }
td.TdClassName
{
border-color: #B5602A;
}
.TagClassName
{
border-color: #B5602A;
}
</style>