Shades of Fiery Orange #B5602B
Tints of Fiery Orange #B5602B
RGB
CMYK
RGB Variations
Color information
#B5602B (or 0xB5602B) is known color: Fiery Orange. HEX triplet: B5, 60 and 2B. RGB value is (181,96,43). Sum of RGB (Red+Green+Blue) = 181+96+43=320 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.56% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 181 - color contains mainly: red. Hex color #B5602B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5602B is #4A9FD4. Grayscale: #737373. Windows color (decimal): -4890581 or 2842805. OLE color: 2842805.
HSL color Cylindrical-coordinate representation of color #B5602B: hue angle of 23.04º degrees, saturation: 0.62, 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 #B5602B is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 96 | 43 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.29 |
| HSL | 23.04º | 0.62% | 0.44% | - |
| HSV(B) | 23.04º | 0.76% | 0.71% | - |
| XYZ | 23.67 | 18.36 | 4.58 | - |
| YUV | 115.37 | 87.16 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 96 | 43 | 0 | 0.47 | 0.76 | 0.29 | 23.04 | 0.62 | 0.44 |
| Hex | B5 | 60 | 2B | 0 | 2F | 4C | 1D | 17 | 3E | 2C |
| Octal | 265 | 140 | 53 | 0 | 57 | 114 | 35 | 27 | 76 | 54 |
| Binary | 10110101 | 1100000 | 101011 | 0 | 101111 | 1001100 | 11101 | 10111 | 111110 | 101100 |
Color Harmonies of #B5602B
Complementary color
Monochromatic Colors of #B5602B
Black with #B5602B
Text Example
Text Example
White with #B5602B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5602B; }
p { color: rgb(181,96,43); }
H1.HeaderClassName
{
color: #B5602B;
}
.AnyTagClassName
{
color: #B5602B;
}
</style>
background-color css
<style>
a { background-color: #B5602B; }
a { background-color: rgb(181,96,43); }
div.DivClassName
{
background-color: #B5602B;
}
.BgClassName
{
background-color: #B5602B;
}
</style>
border-color css
<style>
span { border-color: #B5602B; }
span { border-color: rgb(181,96,43); }
td.TdClassName
{
border-color: #B5602B;
}
.TagClassName
{
border-color: #B5602B;
}
</style>