Shades of Fiery Orange #B25A25
Tints of Fiery Orange #B25A25
RGB
CMYK
RGB Variations
Color information
#B25A25 (or 0xB25A25) is known color: Fiery Orange. HEX triplet: B2, 5A and 25. RGB value is (178,90,37). Sum of RGB (Red+Green+Blue) = 178+90+37=305 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.36% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 178 - color contains mainly: red. Hex color #B25A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25A25 is #4DA5DA. Grayscale: #6E6E6E. Windows color (decimal): -5088731 or 2448050. OLE color: 2448050.
HSL color Cylindrical-coordinate representation of color #B25A25: hue angle of 22.55º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B25A25 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 90 | 37 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.30 |
| HSL | 22.55º | 0.66% | 0.42% | - |
| HSV(B) | 22.55º | 0.79% | 0.7% | - |
| XYZ | 22.35 | 16.91 | 3.84 | - |
| YUV | 110.27 | 86.65 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 90 | 37 | 0 | 0.49 | 0.79 | 0.30 | 22.55 | 0.66 | 0.42 |
| Hex | B2 | 5A | 25 | 0 | 31 | 4F | 1E | 17 | 42 | 2A |
| Octal | 262 | 132 | 45 | 0 | 61 | 117 | 36 | 27 | 102 | 52 |
| Binary | 10110010 | 1011010 | 100101 | 0 | 110001 | 1001111 | 11110 | 10111 | 1000010 | 101010 |
Color Harmonies of #B25A25
Complementary color
Monochromatic Colors of #B25A25
Black with #B25A25
Text Example
Text Example
White with #B25A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25A25; }
p { color: rgb(178,90,37); }
H1.HeaderClassName
{
color: #B25A25;
}
.AnyTagClassName
{
color: #B25A25;
}
</style>
background-color css
<style>
a { background-color: #B25A25; }
a { background-color: rgb(178,90,37); }
div.DivClassName
{
background-color: #B25A25;
}
.BgClassName
{
background-color: #B25A25;
}
</style>
border-color css
<style>
span { border-color: #B25A25; }
span { border-color: rgb(178,90,37); }
td.TdClassName
{
border-color: #B25A25;
}
.TagClassName
{
border-color: #B25A25;
}
</style>