Shades of Burnt Orange #F0712F
Tints of Burnt Orange #F0712F
RGB
CMYK
RGB Variations
Color information
#F0712F (or 0xF0712F) is known color: Burnt Orange. HEX triplet: F0, 71 and 2F. RGB value is (240,113,47). Sum of RGB (Red+Green+Blue) = 240+113+47=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 47 (18.75% from 255 or 11.75% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F0712F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0712F is #0F8ED0. Grayscale: #8F8F8F. Windows color (decimal): -1019601 or 3109360. OLE color: 3109360.
HSL color Cylindrical-coordinate representation of color #F0712F: hue angle of 20.52º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0712F is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 113 | 47 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.06 |
| HSL | 20.52º | 0.87% | 0.56% | - |
| HSV(B) | 20.52º | 0.8% | 0.94% | - |
| XYZ | 42.35 | 30.54 | 6.35 | - |
| YUV | 143.45 | 73.58 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 113 | 47 | 0 | 0.53 | 0.80 | 0.06 | 20.52 | 0.87 | 0.56 |
| Hex | F0 | 71 | 2F | 0 | 35 | 50 | 6 | 15 | 57 | 38 |
| Octal | 360 | 161 | 57 | 0 | 65 | 120 | 6 | 25 | 127 | 70 |
| Binary | 11110000 | 1110001 | 101111 | 0 | 110101 | 1010000 | 110 | 10101 | 1010111 | 111000 |
Color Harmonies of #F0712F
Complementary color
Monochromatic Colors of #F0712F
Black with #F0712F
Text Example
Text Example
White with #F0712F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0712F; }
p { color: rgb(240,113,47); }
H1.HeaderClassName
{
color: #F0712F;
}
.AnyTagClassName
{
color: #F0712F;
}
</style>
background-color css
<style>
a { background-color: #F0712F; }
a { background-color: rgb(240,113,47); }
div.DivClassName
{
background-color: #F0712F;
}
.BgClassName
{
background-color: #F0712F;
}
</style>
border-color css
<style>
span { border-color: #F0712F; }
span { border-color: rgb(240,113,47); }
td.TdClassName
{
border-color: #F0712F;
}
.TagClassName
{
border-color: #F0712F;
}
</style>