Shades of Burnt Orange #F07039
Tints of Burnt Orange #F07039
RGB
CMYK
RGB Variations
Color information
#F07039 (or 0xF07039) is known color: Burnt Orange. HEX triplet: F0, 70 and 39. RGB value is (240,112,57). Sum of RGB (Red+Green+Blue) = 240+112+57=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 57 (22.66% from 255 or 13.94% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F07039 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07039 is #0F8FC6. Grayscale: #909090. Windows color (decimal): -1019847 or 3764464. OLE color: 3764464.
HSL color Cylindrical-coordinate representation of color #F07039: hue angle of 18.03º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F07039 is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 57 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.06 |
| HSL | 18.03º | 0.86% | 0.58% | - |
| HSV(B) | 18.03º | 0.76% | 0.94% | - |
| XYZ | 42.47 | 30.41 | 7.5 | - |
| YUV | 144 | 78.91 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 57 | 0 | 0.53 | 0.76 | 0.06 | 18.03 | 0.86 | 0.58 |
| Hex | F0 | 70 | 39 | 0 | 35 | 4C | 6 | 12 | 56 | 3A |
| Octal | 360 | 160 | 71 | 0 | 65 | 114 | 6 | 22 | 126 | 72 |
| Binary | 11110000 | 1110000 | 111001 | 0 | 110101 | 1001100 | 110 | 10010 | 1010110 | 111010 |
Color Harmonies of #F07039
Complementary color
Monochromatic Colors of #F07039
Black with #F07039
Text Example
Text Example
White with #F07039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07039; }
p { color: rgb(240,112,57); }
H1.HeaderClassName
{
color: #F07039;
}
.AnyTagClassName
{
color: #F07039;
}
</style>
background-color css
<style>
a { background-color: #F07039; }
a { background-color: rgb(240,112,57); }
div.DivClassName
{
background-color: #F07039;
}
.BgClassName
{
background-color: #F07039;
}
</style>
border-color css
<style>
span { border-color: #F07039; }
span { border-color: rgb(240,112,57); }
td.TdClassName
{
border-color: #F07039;
}
.TagClassName
{
border-color: #F07039;
}
</style>