Shades of Burnt Orange #F8702E
Tints of Burnt Orange #F8702E
RGB
CMYK
RGB Variations
Color information
#F8702E (or 0xF8702E) is known color: Burnt Orange. HEX triplet: F8, 70 and 2E. RGB value is (248,112,46). Sum of RGB (Red+Green+Blue) = 248+112+46=406 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.08% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 46 (18.36% from 255 or 11.33% from 406); Max value from RGB is 248 - color contains mainly: red. Hex color #F8702E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8702E is #078FD1. Grayscale: #919191. Windows color (decimal): -495570 or 3043576. OLE color: 3043576.
HSL color Cylindrical-coordinate representation of color #F8702E: hue angle of 19.6º degrees, saturation: 0.94, 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 #F8702E is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 112 | 46 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.03 |
| HSL | 19.6º | 0.94% | 0.58% | - |
| HSV(B) | 19.6º | 0.81% | 0.97% | - |
| XYZ | 45 | 31.74 | 6.34 | - |
| YUV | 145.14 | 72.06 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 112 | 46 | 0 | 0.55 | 0.81 | 0.03 | 19.6 | 0.94 | 0.58 |
| Hex | F8 | 70 | 2E | 0 | 37 | 51 | 3 | 14 | 5E | 3A |
| Octal | 370 | 160 | 56 | 0 | 67 | 121 | 3 | 24 | 136 | 72 |
| Binary | 11111000 | 1110000 | 101110 | 0 | 110111 | 1010001 | 11 | 10100 | 1011110 | 111010 |
Color Harmonies of #F8702E
Complementary color
Monochromatic Colors of #F8702E
Black with #F8702E
Text Example
Text Example
White with #F8702E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8702E; }
p { color: rgb(248,112,46); }
H1.HeaderClassName
{
color: #F8702E;
}
.AnyTagClassName
{
color: #F8702E;
}
</style>
background-color css
<style>
a { background-color: #F8702E; }
a { background-color: rgb(248,112,46); }
div.DivClassName
{
background-color: #F8702E;
}
.BgClassName
{
background-color: #F8702E;
}
</style>
border-color css
<style>
span { border-color: #F8702E; }
span { border-color: rgb(248,112,46); }
td.TdClassName
{
border-color: #F8702E;
}
.TagClassName
{
border-color: #F8702E;
}
</style>