Shades of Burnt Orange #F86C39
Tints of Burnt Orange #F86C39
RGB
CMYK
RGB Variations
Color information
#F86C39 (or 0xF86C39) is known color: Burnt Orange. HEX triplet: F8, 6C and 39. RGB value is (248,108,57). Sum of RGB (Red+Green+Blue) = 248+108+57=413 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.05% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 57 (22.66% from 255 or 13.80% from 413); Max value from RGB is 248 - color contains mainly: red. Hex color #F86C39 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86C39 is #0793C6. Grayscale: #909090. Windows color (decimal): -496583 or 3763448. OLE color: 3763448.
HSL color Cylindrical-coordinate representation of color #F86C39: hue angle of 16.02º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F86C39 is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 108 | 57 | - |
| CMYK | 0 | 0.56 | 0.77 | 0.03 |
| HSL | 16.02º | 0.93% | 0.6% | - |
| HSV(B) | 16.02º | 0.77% | 0.97% | - |
| XYZ | 44.81 | 30.98 | 7.49 | - |
| YUV | 144.05 | 78.88 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 108 | 57 | 0 | 0.56 | 0.77 | 0.03 | 16.02 | 0.93 | 0.6 |
| Hex | F8 | 6C | 39 | 0 | 38 | 4D | 3 | 10 | 5D | 3C |
| Octal | 370 | 154 | 71 | 0 | 70 | 115 | 3 | 20 | 135 | 74 |
| Binary | 11111000 | 1101100 | 111001 | 0 | 111000 | 1001101 | 11 | 10000 | 1011101 | 111100 |
Color Harmonies of #F86C39
Complementary color
Monochromatic Colors of #F86C39
Black with #F86C39
Text Example
Text Example
White with #F86C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86C39; }
p { color: rgb(248,108,57); }
H1.HeaderClassName
{
color: #F86C39;
}
.AnyTagClassName
{
color: #F86C39;
}
</style>
background-color css
<style>
a { background-color: #F86C39; }
a { background-color: rgb(248,108,57); }
div.DivClassName
{
background-color: #F86C39;
}
.BgClassName
{
background-color: #F86C39;
}
</style>
border-color css
<style>
span { border-color: #F86C39; }
span { border-color: rgb(248,108,57); }
td.TdClassName
{
border-color: #F86C39;
}
.TagClassName
{
border-color: #F86C39;
}
</style>