Shades of Burnt Orange #F86E3C
Tints of Burnt Orange #F86E3C
RGB
CMYK
RGB Variations
Color information
#F86E3C (or 0xF86E3C) is known color: Burnt Orange. HEX triplet: F8, 6E and 3C. RGB value is (248,110,60). Sum of RGB (Red+Green+Blue) = 248+110+60=418 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.33% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 60 (23.83% from 255 or 14.35% from 418); Max value from RGB is 248 - color contains mainly: red. Hex color #F86E3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86E3C is #0791C3. Grayscale: #919191. Windows color (decimal): -496068 or 3960568. OLE color: 3960568.
HSL color Cylindrical-coordinate representation of color #F86E3C: hue angle of 15.96º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F86E3C is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 110 | 60 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.03 |
| HSL | 15.96º | 0.93% | 0.6% | - |
| HSV(B) | 15.96º | 0.76% | 0.97% | - |
| XYZ | 45.1 | 31.43 | 7.97 | - |
| YUV | 145.56 | 79.72 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 110 | 60 | 0 | 0.56 | 0.76 | 0.03 | 15.96 | 0.93 | 0.6 |
| Hex | F8 | 6E | 3C | 0 | 38 | 4C | 3 | 10 | 5D | 3C |
| Octal | 370 | 156 | 74 | 0 | 70 | 114 | 3 | 20 | 135 | 74 |
| Binary | 11111000 | 1101110 | 111100 | 0 | 111000 | 1001100 | 11 | 10000 | 1011101 | 111100 |
Color Harmonies of #F86E3C
Complementary color
Monochromatic Colors of #F86E3C
Black with #F86E3C
Text Example
Text Example
White with #F86E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86E3C; }
p { color: rgb(248,110,60); }
H1.HeaderClassName
{
color: #F86E3C;
}
.AnyTagClassName
{
color: #F86E3C;
}
</style>
background-color css
<style>
a { background-color: #F86E3C; }
a { background-color: rgb(248,110,60); }
div.DivClassName
{
background-color: #F86E3C;
}
.BgClassName
{
background-color: #F86E3C;
}
</style>
border-color css
<style>
span { border-color: #F86E3C; }
span { border-color: rgb(248,110,60); }
td.TdClassName
{
border-color: #F86E3C;
}
.TagClassName
{
border-color: #F86E3C;
}
</style>