Shades of Burnt Orange #F86E3E
Tints of Burnt Orange #F86E3E
RGB
CMYK
RGB Variations
Color information
#F86E3E (or 0xF86E3E) is known color: Burnt Orange. HEX triplet: F8, 6E and 3E. RGB value is (248,110,62). Sum of RGB (Red+Green+Blue) = 248+110+62=420 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.05% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 62 (24.61% from 255 or 14.76% from 420); Max value from RGB is 248 - color contains mainly: red. Hex color #F86E3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86E3E is #0791C1. Grayscale: #929292. Windows color (decimal): -496066 or 4091640. OLE color: 4091640.
HSL color Cylindrical-coordinate representation of color #F86E3E: hue angle of 15.48º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F86E3E is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 110 | 62 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.03 |
| HSL | 15.48º | 0.93% | 0.61% | - |
| HSV(B) | 15.48º | 0.75% | 0.97% | - |
| XYZ | 45.16 | 31.46 | 8.25 | - |
| YUV | 145.79 | 80.72 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 110 | 62 | 0 | 0.56 | 0.75 | 0.03 | 15.48 | 0.93 | 0.61 |
| Hex | F8 | 6E | 3E | 0 | 38 | 4B | 3 | F | 5D | 3D |
| Octal | 370 | 156 | 76 | 0 | 70 | 113 | 3 | 17 | 135 | 75 |
| Binary | 11111000 | 1101110 | 111110 | 0 | 111000 | 1001011 | 11 | 1111 | 1011101 | 111101 |
Color Harmonies of #F86E3E
Complementary color
Monochromatic Colors of #F86E3E
Black with #F86E3E
Text Example
Text Example
White with #F86E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86E3E; }
p { color: rgb(248,110,62); }
H1.HeaderClassName
{
color: #F86E3E;
}
.AnyTagClassName
{
color: #F86E3E;
}
</style>
background-color css
<style>
a { background-color: #F86E3E; }
a { background-color: rgb(248,110,62); }
div.DivClassName
{
background-color: #F86E3E;
}
.BgClassName
{
background-color: #F86E3E;
}
</style>
border-color css
<style>
span { border-color: #F86E3E; }
span { border-color: rgb(248,110,62); }
td.TdClassName
{
border-color: #F86E3E;
}
.TagClassName
{
border-color: #F86E3E;
}
</style>