Shades of Burnt Orange #F0703A
Tints of Burnt Orange #F0703A
RGB
CMYK
RGB Variations
Color information
#F0703A (or 0xF0703A) is known color: Burnt Orange. HEX triplet: F0, 70 and 3A. RGB value is (240,112,58). Sum of RGB (Red+Green+Blue) = 240+112+58=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 58 (23.05% from 255 or 14.15% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F0703A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0703A is #0F8FC5. Grayscale: #909090. Windows color (decimal): -1019846 or 3830000. OLE color: 3830000.
HSL color Cylindrical-coordinate representation of color #F0703A: hue angle of 17.8º 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 #F0703A is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 58 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.06 |
| HSL | 17.8º | 0.86% | 0.58% | - |
| HSV(B) | 17.8º | 0.76% | 0.94% | - |
| XYZ | 42.49 | 30.42 | 7.63 | - |
| YUV | 144.12 | 79.41 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 58 | 0 | 0.53 | 0.76 | 0.06 | 17.8 | 0.86 | 0.58 |
| Hex | F0 | 70 | 3A | 0 | 35 | 4C | 6 | 12 | 56 | 3A |
| Octal | 360 | 160 | 72 | 0 | 65 | 114 | 6 | 22 | 126 | 72 |
| Binary | 11110000 | 1110000 | 111010 | 0 | 110101 | 1001100 | 110 | 10010 | 1010110 | 111010 |
Color Harmonies of #F0703A
Complementary color
Monochromatic Colors of #F0703A
Black with #F0703A
Text Example
Text Example
White with #F0703A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0703A; }
p { color: rgb(240,112,58); }
H1.HeaderClassName
{
color: #F0703A;
}
.AnyTagClassName
{
color: #F0703A;
}
</style>
background-color css
<style>
a { background-color: #F0703A; }
a { background-color: rgb(240,112,58); }
div.DivClassName
{
background-color: #F0703A;
}
.BgClassName
{
background-color: #F0703A;
}
</style>
border-color css
<style>
span { border-color: #F0703A; }
span { border-color: rgb(240,112,58); }
td.TdClassName
{
border-color: #F0703A;
}
.TagClassName
{
border-color: #F0703A;
}
</style>