Shades of Burnt Orange #F07031
Tints of Burnt Orange #F07031
RGB
CMYK
RGB Variations
Color information
#F07031 (or 0xF07031) is known color: Burnt Orange. HEX triplet: F0, 70 and 31. RGB value is (240,112,49). Sum of RGB (Red+Green+Blue) = 240+112+49=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 49 (19.53% from 255 or 12.22% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F07031 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07031 is #0F8FCE. Grayscale: #8F8F8F. Windows color (decimal): -1019855 or 3240176. OLE color: 3240176.
HSL color Cylindrical-coordinate representation of color #F07031: hue angle of 19.79º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F07031 is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 49 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.06 |
| HSL | 19.79º | 0.86% | 0.57% | - |
| HSV(B) | 19.79º | 0.8% | 0.94% | - |
| XYZ | 42.28 | 30.34 | 6.53 | - |
| YUV | 143.09 | 74.91 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 49 | 0 | 0.53 | 0.80 | 0.06 | 19.79 | 0.86 | 0.57 |
| Hex | F0 | 70 | 31 | 0 | 35 | 50 | 6 | 14 | 56 | 39 |
| Octal | 360 | 160 | 61 | 0 | 65 | 120 | 6 | 24 | 126 | 71 |
| Binary | 11110000 | 1110000 | 110001 | 0 | 110101 | 1010000 | 110 | 10100 | 1010110 | 111001 |
Color Harmonies of #F07031
Complementary color
Monochromatic Colors of #F07031
Black with #F07031
Text Example
Text Example
White with #F07031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07031; }
p { color: rgb(240,112,49); }
H1.HeaderClassName
{
color: #F07031;
}
.AnyTagClassName
{
color: #F07031;
}
</style>
background-color css
<style>
a { background-color: #F07031; }
a { background-color: rgb(240,112,49); }
div.DivClassName
{
background-color: #F07031;
}
.BgClassName
{
background-color: #F07031;
}
</style>
border-color css
<style>
span { border-color: #F07031; }
span { border-color: rgb(240,112,49); }
td.TdClassName
{
border-color: #F07031;
}
.TagClassName
{
border-color: #F07031;
}
</style>