Shades of Burnt Orange #F86A2E
Tints of Burnt Orange #F86A2E
RGB
CMYK
RGB Variations
Color information
#F86A2E (or 0xF86A2E) is known color: Burnt Orange. HEX triplet: F8, 6A and 2E. RGB value is (248,106,46). Sum of RGB (Red+Green+Blue) = 248+106+46=400 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 46 (18.36% from 255 or 11.5% from 400); Max value from RGB is 248 - color contains mainly: red. Hex color #F86A2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86A2E is #0795D1. Grayscale: #8E8E8E. Windows color (decimal): -497106 or 3042040. OLE color: 3042040.
HSL color Cylindrical-coordinate representation of color #F86A2E: hue angle of 17.82º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F86A2E is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 106 | 46 | - |
| CMYK | 0 | 0.57 | 0.81 | 0.03 |
| HSL | 17.82º | 0.94% | 0.58% | - |
| HSV(B) | 17.82º | 0.81% | 0.97% | - |
| XYZ | 44.36 | 30.46 | 6.13 | - |
| YUV | 141.62 | 74.04 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 106 | 46 | 0 | 0.57 | 0.81 | 0.03 | 17.82 | 0.94 | 0.58 |
| Hex | F8 | 6A | 2E | 0 | 39 | 51 | 3 | 12 | 5E | 3A |
| Octal | 370 | 152 | 56 | 0 | 71 | 121 | 3 | 22 | 136 | 72 |
| Binary | 11111000 | 1101010 | 101110 | 0 | 111001 | 1010001 | 11 | 10010 | 1011110 | 111010 |
Color Harmonies of #F86A2E
Complementary color
Monochromatic Colors of #F86A2E
Black with #F86A2E
Text Example
Text Example
White with #F86A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86A2E; }
p { color: rgb(248,106,46); }
H1.HeaderClassName
{
color: #F86A2E;
}
.AnyTagClassName
{
color: #F86A2E;
}
</style>
background-color css
<style>
a { background-color: #F86A2E; }
a { background-color: rgb(248,106,46); }
div.DivClassName
{
background-color: #F86A2E;
}
.BgClassName
{
background-color: #F86A2E;
}
</style>
border-color css
<style>
span { border-color: #F86A2E; }
span { border-color: rgb(248,106,46); }
td.TdClassName
{
border-color: #F86A2E;
}
.TagClassName
{
border-color: #F86A2E;
}
</style>