Shades of Fiery Orange #B25E30
Tints of Fiery Orange #B25E30
RGB
CMYK
RGB Variations
Color information
#B25E30 (or 0xB25E30) is known color: Fiery Orange. HEX triplet: B2, 5E and 30. RGB value is (178,94,48). Sum of RGB (Red+Green+Blue) = 178+94+48=320 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.62% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25E30 is #4DA1CF. Grayscale: #727272. Windows color (decimal): -5087696 or 3169970. OLE color: 3169970.
HSL color Cylindrical-coordinate representation of color #B25E30: hue angle of 21.23º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B25E30 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 94 | 48 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.30 |
| HSL | 21.23º | 0.58% | 0.44% | - |
| HSV(B) | 21.23º | 0.73% | 0.7% | - |
| XYZ | 22.9 | 17.68 | 5 | - |
| YUV | 113.87 | 90.83 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 94 | 48 | 0 | 0.47 | 0.73 | 0.30 | 21.23 | 0.58 | 0.44 |
| Hex | B2 | 5E | 30 | 0 | 2F | 49 | 1E | 15 | 3A | 2C |
| Octal | 262 | 136 | 60 | 0 | 57 | 111 | 36 | 25 | 72 | 54 |
| Binary | 10110010 | 1011110 | 110000 | 0 | 101111 | 1001001 | 11110 | 10101 | 111010 | 101100 |
Color Harmonies of #B25E30
Complementary color
Monochromatic Colors of #B25E30
Black with #B25E30
Text Example
Text Example
White with #B25E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25E30; }
p { color: rgb(178,94,48); }
H1.HeaderClassName
{
color: #B25E30;
}
.AnyTagClassName
{
color: #B25E30;
}
</style>
background-color css
<style>
a { background-color: #B25E30; }
a { background-color: rgb(178,94,48); }
div.DivClassName
{
background-color: #B25E30;
}
.BgClassName
{
background-color: #B25E30;
}
</style>
border-color css
<style>
span { border-color: #B25E30; }
span { border-color: rgb(178,94,48); }
td.TdClassName
{
border-color: #B25E30;
}
.TagClassName
{
border-color: #B25E30;
}
</style>