Shades of Fiery Orange #B25D34
Tints of Fiery Orange #B25D34
RGB
CMYK
RGB Variations
Color information
#B25D34 (or 0xB25D34) is known color: Fiery Orange. HEX triplet: B2, 5D and 34. RGB value is (178,93,52). Sum of RGB (Red+Green+Blue) = 178+93+52=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B25D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25D34 is #4DA2CB. Grayscale: #717171. Windows color (decimal): -5087948 or 3431858. OLE color: 3431858.
HSL color Cylindrical-coordinate representation of color #B25D34: hue angle of 19.52º 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 #B25D34 is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 93 | 52 | - |
| CMYK | 0 | 0.48 | 0.71 | 0.30 |
| HSL | 19.52º | 0.55% | 0.45% | - |
| HSV(B) | 19.52º | 0.71% | 0.7% | - |
| XYZ | 22.89 | 17.54 | 5.43 | - |
| YUV | 113.74 | 93.16 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 93 | 52 | 0 | 0.48 | 0.71 | 0.30 | 19.52 | 0.55 | 0.45 |
| Hex | B2 | 5D | 34 | 0 | 30 | 47 | 1E | 14 | 37 | 2D |
| Octal | 262 | 135 | 64 | 0 | 60 | 107 | 36 | 24 | 67 | 55 |
| Binary | 10110010 | 1011101 | 110100 | 0 | 110000 | 1000111 | 11110 | 10100 | 110111 | 101101 |
Color Harmonies of #B25D34
Complementary color
Monochromatic Colors of #B25D34
Black with #B25D34
Text Example
Text Example
White with #B25D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25D34; }
p { color: rgb(178,93,52); }
H1.HeaderClassName
{
color: #B25D34;
}
.AnyTagClassName
{
color: #B25D34;
}
</style>
background-color css
<style>
a { background-color: #B25D34; }
a { background-color: rgb(178,93,52); }
div.DivClassName
{
background-color: #B25D34;
}
.BgClassName
{
background-color: #B25D34;
}
</style>
border-color css
<style>
span { border-color: #B25D34; }
span { border-color: rgb(178,93,52); }
td.TdClassName
{
border-color: #B25D34;
}
.TagClassName
{
border-color: #B25D34;
}
</style>