Shades of Burnt Orange #F0713D
Tints of Burnt Orange #F0713D
RGB
CMYK
RGB Variations
Color information
#F0713D (or 0xF0713D) is known color: Burnt Orange. HEX triplet: F0, 71 and 3D. RGB value is (240,113,61). Sum of RGB (Red+Green+Blue) = 240+113+61=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 61 (24.22% from 255 or 14.73% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F0713D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0713D is #0F8EC2. Grayscale: #919191. Windows color (decimal): -1019587 or 4026864. OLE color: 4026864.
HSL color Cylindrical-coordinate representation of color #F0713D: hue angle of 17.43º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0713D is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 113 | 61 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.06 |
| HSL | 17.43º | 0.86% | 0.59% | - |
| HSV(B) | 17.43º | 0.75% | 0.94% | - |
| XYZ | 42.68 | 30.67 | 8.09 | - |
| YUV | 145.05 | 80.58 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 113 | 61 | 0 | 0.53 | 0.75 | 0.06 | 17.43 | 0.86 | 0.59 |
| Hex | F0 | 71 | 3D | 0 | 35 | 4B | 6 | 11 | 56 | 3B |
| Octal | 360 | 161 | 75 | 0 | 65 | 113 | 6 | 21 | 126 | 73 |
| Binary | 11110000 | 1110001 | 111101 | 0 | 110101 | 1001011 | 110 | 10001 | 1010110 | 111011 |
Color Harmonies of #F0713D
Complementary color
Monochromatic Colors of #F0713D
Black with #F0713D
Text Example
Text Example
White with #F0713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0713D; }
p { color: rgb(240,113,61); }
H1.HeaderClassName
{
color: #F0713D;
}
.AnyTagClassName
{
color: #F0713D;
}
</style>
background-color css
<style>
a { background-color: #F0713D; }
a { background-color: rgb(240,113,61); }
div.DivClassName
{
background-color: #F0713D;
}
.BgClassName
{
background-color: #F0713D;
}
</style>
border-color css
<style>
span { border-color: #F0713D; }
span { border-color: rgb(240,113,61); }
td.TdClassName
{
border-color: #F0713D;
}
.TagClassName
{
border-color: #F0713D;
}
</style>