Shades of Burnt Orange #F8712E
Tints of Burnt Orange #F8712E
RGB
CMYK
RGB Variations
Color information
#F8712E (or 0xF8712E) is known color: Burnt Orange. HEX triplet: F8, 71 and 2E. RGB value is (248,113,46). Sum of RGB (Red+Green+Blue) = 248+113+46=407 (53% of max value = 765). Red value is 248 (97.27% from 255 or 60.93% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 46 (18.36% from 255 or 11.30% from 407); Max value from RGB is 248 - color contains mainly: red. Hex color #F8712E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8712E is #078ED1. Grayscale: #929292. Windows color (decimal): -495314 or 3043832. OLE color: 3043832.
HSL color Cylindrical-coordinate representation of color #F8712E: hue angle of 19.9º 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 #F8712E is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 113 | 46 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.03 |
| HSL | 19.9º | 0.94% | 0.58% | - |
| HSV(B) | 19.9º | 0.81% | 0.97% | - |
| XYZ | 45.11 | 31.96 | 6.38 | - |
| YUV | 145.73 | 71.73 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 113 | 46 | 0 | 0.54 | 0.81 | 0.03 | 19.9 | 0.94 | 0.58 |
| Hex | F8 | 71 | 2E | 0 | 36 | 51 | 3 | 14 | 5E | 3A |
| Octal | 370 | 161 | 56 | 0 | 66 | 121 | 3 | 24 | 136 | 72 |
| Binary | 11111000 | 1110001 | 101110 | 0 | 110110 | 1010001 | 11 | 10100 | 1011110 | 111010 |
Color Harmonies of #F8712E
Complementary color
Monochromatic Colors of #F8712E
Black with #F8712E
Text Example
Text Example
White with #F8712E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8712E; }
p { color: rgb(248,113,46); }
H1.HeaderClassName
{
color: #F8712E;
}
.AnyTagClassName
{
color: #F8712E;
}
</style>
background-color css
<style>
a { background-color: #F8712E; }
a { background-color: rgb(248,113,46); }
div.DivClassName
{
background-color: #F8712E;
}
.BgClassName
{
background-color: #F8712E;
}
</style>
border-color css
<style>
span { border-color: #F8712E; }
span { border-color: rgb(248,113,46); }
td.TdClassName
{
border-color: #F8712E;
}
.TagClassName
{
border-color: #F8712E;
}
</style>