Shades of Burnt Orange #F86C27
Tints of Burnt Orange #F86C27
RGB
CMYK
RGB Variations
Color information
#F86C27 (or 0xF86C27) is known color: Burnt Orange. HEX triplet: F8, 6C and 27. RGB value is (248,108,39). Sum of RGB (Red+Green+Blue) = 248+108+39=395 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.78% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 39 (15.62% from 255 or 9.87% from 395); Max value from RGB is 248 - color contains mainly: red. Hex color #F86C27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86C27 is #0793D8. Grayscale: #8E8E8E. Windows color (decimal): -496601 or 2583800. OLE color: 2583800.
HSL color Cylindrical-coordinate representation of color #F86C27: hue angle of 19.81º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F86C27 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 108 | 39 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.03 |
| HSL | 19.81º | 0.94% | 0.56% | - |
| HSV(B) | 19.81º | 0.84% | 0.97% | - |
| XYZ | 44.44 | 30.83 | 5.53 | - |
| YUV | 141.99 | 69.88 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 108 | 39 | 0 | 0.56 | 0.84 | 0.03 | 19.81 | 0.94 | 0.56 |
| Hex | F8 | 6C | 27 | 0 | 38 | 54 | 3 | 14 | 5E | 38 |
| Octal | 370 | 154 | 47 | 0 | 70 | 124 | 3 | 24 | 136 | 70 |
| Binary | 11111000 | 1101100 | 100111 | 0 | 111000 | 1010100 | 11 | 10100 | 1011110 | 111000 |
Color Harmonies of #F86C27
Complementary color
Monochromatic Colors of #F86C27
Black with #F86C27
Text Example
Text Example
White with #F86C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86C27; }
p { color: rgb(248,108,39); }
H1.HeaderClassName
{
color: #F86C27;
}
.AnyTagClassName
{
color: #F86C27;
}
</style>
background-color css
<style>
a { background-color: #F86C27; }
a { background-color: rgb(248,108,39); }
div.DivClassName
{
background-color: #F86C27;
}
.BgClassName
{
background-color: #F86C27;
}
</style>
border-color css
<style>
span { border-color: #F86C27; }
span { border-color: rgb(248,108,39); }
td.TdClassName
{
border-color: #F86C27;
}
.TagClassName
{
border-color: #F86C27;
}
</style>