Shades of Burnt Orange #F86A27
Tints of Burnt Orange #F86A27
RGB
CMYK
RGB Variations
Color information
#F86A27 (or 0xF86A27) is known color: Burnt Orange. HEX triplet: F8, 6A and 27. RGB value is (248,106,39). Sum of RGB (Red+Green+Blue) = 248+106+39=393 (52% of max value = 765). Red value is 248 (97.27% from 255 or 63.10% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 39 (15.62% from 255 or 9.92% from 393); Max value from RGB is 248 - color contains mainly: red. Hex color #F86A27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86A27 is #0795D8. Grayscale: #8D8D8D. Windows color (decimal): -497113 or 2583288. OLE color: 2583288.
HSL color Cylindrical-coordinate representation of color #F86A27: hue angle of 19.23º 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 #F86A27 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 106 | 39 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.03 |
| HSL | 19.23º | 0.94% | 0.56% | - |
| HSV(B) | 19.23º | 0.84% | 0.97% | - |
| XYZ | 44.23 | 30.41 | 5.46 | - |
| YUV | 140.82 | 70.54 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 106 | 39 | 0 | 0.57 | 0.84 | 0.03 | 19.23 | 0.94 | 0.56 |
| Hex | F8 | 6A | 27 | 0 | 39 | 54 | 3 | 13 | 5E | 38 |
| Octal | 370 | 152 | 47 | 0 | 71 | 124 | 3 | 23 | 136 | 70 |
| Binary | 11111000 | 1101010 | 100111 | 0 | 111001 | 1010100 | 11 | 10011 | 1011110 | 111000 |
Color Harmonies of #F86A27
Complementary color
Monochromatic Colors of #F86A27
Black with #F86A27
Text Example
Text Example
White with #F86A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86A27; }
p { color: rgb(248,106,39); }
H1.HeaderClassName
{
color: #F86A27;
}
.AnyTagClassName
{
color: #F86A27;
}
</style>
background-color css
<style>
a { background-color: #F86A27; }
a { background-color: rgb(248,106,39); }
div.DivClassName
{
background-color: #F86A27;
}
.BgClassName
{
background-color: #F86A27;
}
</style>
border-color css
<style>
span { border-color: #F86A27; }
span { border-color: rgb(248,106,39); }
td.TdClassName
{
border-color: #F86A27;
}
.TagClassName
{
border-color: #F86A27;
}
</style>