Shades of Burnt Orange #F06424
Tints of Burnt Orange #F06424
RGB
CMYK
RGB Variations
Color information
#F06424 (or 0xF06424) is known color: Burnt Orange. HEX triplet: F0, 64 and 24. RGB value is (240,100,36). Sum of RGB (Red+Green+Blue) = 240+100+36=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 36 (14.45% from 255 or 9.57% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F06424 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06424 is #0F9BDB. Grayscale: #868686. Windows color (decimal): -1022940 or 2385136. OLE color: 2385136.
HSL color Cylindrical-coordinate representation of color #F06424: hue angle of 18.82º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F06424 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 36 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.06 |
| HSL | 18.82º | 0.87% | 0.54% | - |
| HSV(B) | 18.82º | 0.85% | 0.94% | - |
| XYZ | 40.81 | 27.77 | 4.88 | - |
| YUV | 134.56 | 72.38 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 36 | 0 | 0.58 | 0.85 | 0.06 | 18.82 | 0.87 | 0.54 |
| Hex | F0 | 64 | 24 | 0 | 3A | 55 | 6 | 13 | 57 | 36 |
| Octal | 360 | 144 | 44 | 0 | 72 | 125 | 6 | 23 | 127 | 66 |
| Binary | 11110000 | 1100100 | 100100 | 0 | 111010 | 1010101 | 110 | 10011 | 1010111 | 110110 |
Color Harmonies of #F06424
Complementary color
Monochromatic Colors of #F06424
Black with #F06424
Text Example
Text Example
White with #F06424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06424; }
p { color: rgb(240,100,36); }
H1.HeaderClassName
{
color: #F06424;
}
.AnyTagClassName
{
color: #F06424;
}
</style>
background-color css
<style>
a { background-color: #F06424; }
a { background-color: rgb(240,100,36); }
div.DivClassName
{
background-color: #F06424;
}
.BgClassName
{
background-color: #F06424;
}
</style>
border-color css
<style>
span { border-color: #F06424; }
span { border-color: rgb(240,100,36); }
td.TdClassName
{
border-color: #F06424;
}
.TagClassName
{
border-color: #F06424;
}
</style>