Shades of Fiery Orange #B25E33
Tints of Fiery Orange #B25E33
RGB
CMYK
RGB Variations
Color information
#B25E33 (or 0xB25E33) is known color: Fiery Orange. HEX triplet: B2, 5E and 33. RGB value is (178,94,51). Sum of RGB (Red+Green+Blue) = 178+94+51=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25E33 is #4DA1CC. Grayscale: #727272. Windows color (decimal): -5087693 or 3366578. OLE color: 3366578.
HSL color Cylindrical-coordinate representation of color #B25E33: hue angle of 20.31º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B25E33 is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 94 | 51 | - |
| CMYK | 0 | 0.47 | 0.71 | 0.30 |
| HSL | 20.31º | 0.55% | 0.45% | - |
| HSV(B) | 20.31º | 0.71% | 0.7% | - |
| XYZ | 22.96 | 17.71 | 5.34 | - |
| YUV | 114.21 | 92.33 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 94 | 51 | 0 | 0.47 | 0.71 | 0.30 | 20.31 | 0.55 | 0.45 |
| Hex | B2 | 5E | 33 | 0 | 2F | 47 | 1E | 14 | 37 | 2D |
| Octal | 262 | 136 | 63 | 0 | 57 | 107 | 36 | 24 | 67 | 55 |
| Binary | 10110010 | 1011110 | 110011 | 0 | 101111 | 1000111 | 11110 | 10100 | 110111 | 101101 |
Color Harmonies of #B25E33
Complementary color
Monochromatic Colors of #B25E33
Black with #B25E33
Text Example
Text Example
White with #B25E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25E33; }
p { color: rgb(178,94,51); }
H1.HeaderClassName
{
color: #B25E33;
}
.AnyTagClassName
{
color: #B25E33;
}
</style>
background-color css
<style>
a { background-color: #B25E33; }
a { background-color: rgb(178,94,51); }
div.DivClassName
{
background-color: #B25E33;
}
.BgClassName
{
background-color: #B25E33;
}
</style>
border-color css
<style>
span { border-color: #B25E33; }
span { border-color: rgb(178,94,51); }
td.TdClassName
{
border-color: #B25E33;
}
.TagClassName
{
border-color: #B25E33;
}
</style>