Shades of Burnt Orange #F8702F
Tints of Burnt Orange #F8702F
RGB
CMYK
RGB Variations
Color information
#F8702F (or 0xF8702F) is known color: Burnt Orange. HEX triplet: F8, 70 and 2F. RGB value is (248,112,47). Sum of RGB (Red+Green+Blue) = 248+112+47=407 (53% of max value = 765). Red value is 248 (97.27% from 255 or 60.93% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 47 (18.75% from 255 or 11.55% from 407); Max value from RGB is 248 - color contains mainly: red. Hex color #F8702F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8702F is #078FD0. Grayscale: #919191. Windows color (decimal): -495569 or 3109112. OLE color: 3109112.
HSL color Cylindrical-coordinate representation of color #F8702F: hue angle of 19.4º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F8702F is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 112 | 47 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.03 |
| HSL | 19.4º | 0.93% | 0.58% | - |
| HSV(B) | 19.4º | 0.81% | 0.97% | - |
| XYZ | 45.02 | 31.75 | 6.44 | - |
| YUV | 145.25 | 72.56 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 112 | 47 | 0 | 0.55 | 0.81 | 0.03 | 19.4 | 0.93 | 0.58 |
| Hex | F8 | 70 | 2F | 0 | 37 | 51 | 3 | 13 | 5D | 3A |
| Octal | 370 | 160 | 57 | 0 | 67 | 121 | 3 | 23 | 135 | 72 |
| Binary | 11111000 | 1110000 | 101111 | 0 | 110111 | 1010001 | 11 | 10011 | 1011101 | 111010 |
Color Harmonies of #F8702F
Complementary color
Monochromatic Colors of #F8702F
Black with #F8702F
Text Example
Text Example
White with #F8702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8702F; }
p { color: rgb(248,112,47); }
H1.HeaderClassName
{
color: #F8702F;
}
.AnyTagClassName
{
color: #F8702F;
}
</style>
background-color css
<style>
a { background-color: #F8702F; }
a { background-color: rgb(248,112,47); }
div.DivClassName
{
background-color: #F8702F;
}
.BgClassName
{
background-color: #F8702F;
}
</style>
border-color css
<style>
span { border-color: #F8702F; }
span { border-color: rgb(248,112,47); }
td.TdClassName
{
border-color: #F8702F;
}
.TagClassName
{
border-color: #F8702F;
}
</style>