Shades of Burnt Orange #F0702E
Tints of Burnt Orange #F0702E
RGB
CMYK
RGB Variations
Color information
#F0702E (or 0xF0702E) is known color: Burnt Orange. HEX triplet: F0, 70 and 2E. RGB value is (240,112,46). Sum of RGB (Red+Green+Blue) = 240+112+46=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 46 (18.36% from 255 or 11.56% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F0702E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0702E is #0F8FD1. Grayscale: #8F8F8F. Windows color (decimal): -1019858 or 3043568. OLE color: 3043568.
HSL color Cylindrical-coordinate representation of color #F0702E: hue angle of 20.41º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F0702E is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 46 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.06 |
| HSL | 20.41º | 0.87% | 0.56% | - |
| HSV(B) | 20.41º | 0.81% | 0.94% | - |
| XYZ | 42.22 | 30.31 | 6.21 | - |
| YUV | 142.75 | 73.41 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 46 | 0 | 0.53 | 0.81 | 0.06 | 20.41 | 0.87 | 0.56 |
| Hex | F0 | 70 | 2E | 0 | 35 | 51 | 6 | 14 | 57 | 38 |
| Octal | 360 | 160 | 56 | 0 | 65 | 121 | 6 | 24 | 127 | 70 |
| Binary | 11110000 | 1110000 | 101110 | 0 | 110101 | 1010001 | 110 | 10100 | 1010111 | 111000 |
Color Harmonies of #F0702E
Complementary color
Monochromatic Colors of #F0702E
Black with #F0702E
Text Example
Text Example
White with #F0702E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0702E; }
p { color: rgb(240,112,46); }
H1.HeaderClassName
{
color: #F0702E;
}
.AnyTagClassName
{
color: #F0702E;
}
</style>
background-color css
<style>
a { background-color: #F0702E; }
a { background-color: rgb(240,112,46); }
div.DivClassName
{
background-color: #F0702E;
}
.BgClassName
{
background-color: #F0702E;
}
</style>
border-color css
<style>
span { border-color: #F0702E; }
span { border-color: rgb(240,112,46); }
td.TdClassName
{
border-color: #F0702E;
}
.TagClassName
{
border-color: #F0702E;
}
</style>