Shades of Fiery Orange #B25629
Tints of Fiery Orange #B25629
RGB
CMYK
RGB Variations
Color information
#B25629 (or 0xB25629) is known color: Fiery Orange. HEX triplet: B2, 56 and 29. RGB value is (178,86,41). Sum of RGB (Red+Green+Blue) = 178+86+41=305 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.36% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 178 - color contains mainly: red. Hex color #B25629 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25629 is #4DA9D6. Grayscale: #6C6C6C. Windows color (decimal): -5089751 or 2709170. OLE color: 2709170.
HSL color Cylindrical-coordinate representation of color #B25629: hue angle of 19.71º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B25629 is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 86 | 41 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.30 |
| HSL | 19.71º | 0.63% | 0.43% | - |
| HSV(B) | 19.71º | 0.77% | 0.7% | - |
| XYZ | 22.09 | 16.28 | 4.08 | - |
| YUV | 108.38 | 89.98 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 86 | 41 | 0 | 0.52 | 0.77 | 0.30 | 19.71 | 0.63 | 0.43 |
| Hex | B2 | 56 | 29 | 0 | 34 | 4D | 1E | 14 | 3F | 2B |
| Octal | 262 | 126 | 51 | 0 | 64 | 115 | 36 | 24 | 77 | 53 |
| Binary | 10110010 | 1010110 | 101001 | 0 | 110100 | 1001101 | 11110 | 10100 | 111111 | 101011 |
Color Harmonies of #B25629
Complementary color
Monochromatic Colors of #B25629
Black with #B25629
Text Example
Text Example
White with #B25629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25629; }
p { color: rgb(178,86,41); }
H1.HeaderClassName
{
color: #B25629;
}
.AnyTagClassName
{
color: #B25629;
}
</style>
background-color css
<style>
a { background-color: #B25629; }
a { background-color: rgb(178,86,41); }
div.DivClassName
{
background-color: #B25629;
}
.BgClassName
{
background-color: #B25629;
}
</style>
border-color css
<style>
span { border-color: #B25629; }
span { border-color: rgb(178,86,41); }
td.TdClassName
{
border-color: #B25629;
}
.TagClassName
{
border-color: #B25629;
}
</style>