Shades of Fiery Orange #BE5224
Tints of Fiery Orange #BE5224
RGB
CMYK
RGB Variations
Color information
#BE5224 (or 0xBE5224) is known color: Fiery Orange. HEX triplet: BE, 52 and 24. RGB value is (190,82,36). Sum of RGB (Red+Green+Blue) = 190+82+36=308 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.69% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 36 (14.45% from 255 or 11.69% from 308); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5224 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5224 is #41ADDB. Grayscale: #6D6D6D. Windows color (decimal): -4304348 or 2380478. OLE color: 2380478.
HSL color Cylindrical-coordinate representation of color #BE5224: hue angle of 17.92º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE5224 is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 82 | 36 | - |
| CMYK | 0 | 0.57 | 0.81 | 0.25 |
| HSL | 17.92º | 0.68% | 0.44% | - |
| HSV(B) | 17.92º | 0.81% | 0.75% | - |
| XYZ | 24.57 | 17.11 | 3.68 | - |
| YUV | 109.05 | 86.78 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 82 | 36 | 0 | 0.57 | 0.81 | 0.25 | 17.92 | 0.68 | 0.44 |
| Hex | BE | 52 | 24 | 0 | 39 | 51 | 19 | 12 | 44 | 2C |
| Octal | 276 | 122 | 44 | 0 | 71 | 121 | 31 | 22 | 104 | 54 |
| Binary | 10111110 | 1010010 | 100100 | 0 | 111001 | 1010001 | 11001 | 10010 | 1000100 | 101100 |
Color Harmonies of #BE5224
Complementary color
Monochromatic Colors of #BE5224
Black with #BE5224
Text Example
Text Example
White with #BE5224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5224; }
p { color: rgb(190,82,36); }
H1.HeaderClassName
{
color: #BE5224;
}
.AnyTagClassName
{
color: #BE5224;
}
</style>
background-color css
<style>
a { background-color: #BE5224; }
a { background-color: rgb(190,82,36); }
div.DivClassName
{
background-color: #BE5224;
}
.BgClassName
{
background-color: #BE5224;
}
</style>
border-color css
<style>
span { border-color: #BE5224; }
span { border-color: rgb(190,82,36); }
td.TdClassName
{
border-color: #BE5224;
}
.TagClassName
{
border-color: #BE5224;
}
</style>