Shades of Burnt Orange #F0713A
Tints of Burnt Orange #F0713A
RGB
CMYK
RGB Variations
Color information
#F0713A (or 0xF0713A) is known color: Burnt Orange. HEX triplet: F0, 71 and 3A. RGB value is (240,113,58). Sum of RGB (Red+Green+Blue) = 240+113+58=411 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.39% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 58 (23.05% from 255 or 14.11% from 411); Max value from RGB is 240 - color contains mainly: red. Hex color #F0713A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0713A is #0F8EC5. Grayscale: #919191. Windows color (decimal): -1019590 or 3830256. OLE color: 3830256.
HSL color Cylindrical-coordinate representation of color #F0713A: hue angle of 18.13º 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 #F0713A is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 113 | 58 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.06 |
| HSL | 18.13º | 0.86% | 0.58% | - |
| HSV(B) | 18.13º | 0.76% | 0.94% | - |
| XYZ | 42.6 | 30.64 | 7.67 | - |
| YUV | 144.7 | 79.08 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 113 | 58 | 0 | 0.53 | 0.76 | 0.06 | 18.13 | 0.86 | 0.58 |
| Hex | F0 | 71 | 3A | 0 | 35 | 4C | 6 | 12 | 56 | 3A |
| Octal | 360 | 161 | 72 | 0 | 65 | 114 | 6 | 22 | 126 | 72 |
| Binary | 11110000 | 1110001 | 111010 | 0 | 110101 | 1001100 | 110 | 10010 | 1010110 | 111010 |
Color Harmonies of #F0713A
Complementary color
Monochromatic Colors of #F0713A
Black with #F0713A
Text Example
Text Example
White with #F0713A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0713A; }
p { color: rgb(240,113,58); }
H1.HeaderClassName
{
color: #F0713A;
}
.AnyTagClassName
{
color: #F0713A;
}
</style>
background-color css
<style>
a { background-color: #F0713A; }
a { background-color: rgb(240,113,58); }
div.DivClassName
{
background-color: #F0713A;
}
.BgClassName
{
background-color: #F0713A;
}
</style>
border-color css
<style>
span { border-color: #F0713A; }
span { border-color: rgb(240,113,58); }
td.TdClassName
{
border-color: #F0713A;
}
.TagClassName
{
border-color: #F0713A;
}
</style>