Shades of Fiery Orange #B25E2F
Tints of Fiery Orange #B25E2F
RGB
CMYK
RGB Variations
Color information
#B25E2F (or 0xB25E2F) is known color: Fiery Orange. HEX triplet: B2, 5E and 2F. RGB value is (178,94,47). Sum of RGB (Red+Green+Blue) = 178+94+47=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25E2F is #4DA1D0. Grayscale: #727272. Windows color (decimal): -5087697 or 3104434. OLE color: 3104434.
HSL color Cylindrical-coordinate representation of color #B25E2F: hue angle of 21.53º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B25E2F is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 94 | 47 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.30 |
| HSL | 21.53º | 0.58% | 0.44% | - |
| HSV(B) | 21.53º | 0.74% | 0.7% | - |
| XYZ | 22.88 | 17.68 | 4.9 | - |
| YUV | 113.76 | 90.33 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 94 | 47 | 0 | 0.47 | 0.74 | 0.30 | 21.53 | 0.58 | 0.44 |
| Hex | B2 | 5E | 2F | 0 | 2F | 4A | 1E | 16 | 3A | 2C |
| Octal | 262 | 136 | 57 | 0 | 57 | 112 | 36 | 26 | 72 | 54 |
| Binary | 10110010 | 1011110 | 101111 | 0 | 101111 | 1001010 | 11110 | 10110 | 111010 | 101100 |
Color Harmonies of #B25E2F
Complementary color
Monochromatic Colors of #B25E2F
Black with #B25E2F
Text Example
Text Example
White with #B25E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25E2F; }
p { color: rgb(178,94,47); }
H1.HeaderClassName
{
color: #B25E2F;
}
.AnyTagClassName
{
color: #B25E2F;
}
</style>
background-color css
<style>
a { background-color: #B25E2F; }
a { background-color: rgb(178,94,47); }
div.DivClassName
{
background-color: #B25E2F;
}
.BgClassName
{
background-color: #B25E2F;
}
</style>
border-color css
<style>
span { border-color: #B25E2F; }
span { border-color: rgb(178,94,47); }
td.TdClassName
{
border-color: #B25E2F;
}
.TagClassName
{
border-color: #B25E2F;
}
</style>