Shades of Burnt Orange #F86F42
Tints of Burnt Orange #F86F42
RGB
CMYK
RGB Variations
Color information
#F86F42 (or 0xF86F42) is known color: Burnt Orange. HEX triplet: F8, 6F and 42. RGB value is (248,111,66). Sum of RGB (Red+Green+Blue) = 248+111+66=425 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.35% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 66 (26.17% from 255 or 15.53% from 425); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86F42 is #0790BD. Grayscale: #939393. Windows color (decimal): -495806 or 4354040. OLE color: 4354040.
HSL color Cylindrical-coordinate representation of color #F86F42: hue angle of 14.84º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F86F42 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 111 | 66 | - |
| CMYK | 0 | 0.55 | 0.73 | 0.03 |
| HSL | 14.84º | 0.93% | 0.62% | - |
| HSV(B) | 14.84º | 0.73% | 0.97% | - |
| XYZ | 45.38 | 31.72 | 8.88 | - |
| YUV | 146.83 | 82.39 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 111 | 66 | 0 | 0.55 | 0.73 | 0.03 | 14.84 | 0.93 | 0.62 |
| Hex | F8 | 6F | 42 | 0 | 37 | 49 | 3 | F | 5D | 3E |
| Octal | 370 | 157 | 102 | 0 | 67 | 111 | 3 | 17 | 135 | 76 |
| Binary | 11111000 | 1101111 | 1000010 | 0 | 110111 | 1001001 | 11 | 1111 | 1011101 | 111110 |
Color Harmonies of #F86F42
Complementary color
Monochromatic Colors of #F86F42
Black with #F86F42
Text Example
Text Example
White with #F86F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86F42; }
p { color: rgb(248,111,66); }
H1.HeaderClassName
{
color: #F86F42;
}
.AnyTagClassName
{
color: #F86F42;
}
</style>
background-color css
<style>
a { background-color: #F86F42; }
a { background-color: rgb(248,111,66); }
div.DivClassName
{
background-color: #F86F42;
}
.BgClassName
{
background-color: #F86F42;
}
</style>
border-color css
<style>
span { border-color: #F86F42; }
span { border-color: rgb(248,111,66); }
td.TdClassName
{
border-color: #F86F42;
}
.TagClassName
{
border-color: #F86F42;
}
</style>