Shades of Burnt Orange #F86F3E
Tints of Burnt Orange #F86F3E
RGB
CMYK
RGB Variations
Color information
#F86F3E (or 0xF86F3E) is known color: Burnt Orange. HEX triplet: F8, 6F and 3E. RGB value is (248,111,62). Sum of RGB (Red+Green+Blue) = 248+111+62=421 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.91% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 62 (24.61% from 255 or 14.73% from 421); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86F3E is #0790C1. Grayscale: #929292. Windows color (decimal): -495810 or 4091896. OLE color: 4091896.
HSL color Cylindrical-coordinate representation of color #F86F3E: hue angle of 15.81º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F86F3E is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 111 | 62 | - |
| CMYK | 0 | 0.55 | 0.75 | 0.03 |
| HSL | 15.81º | 0.93% | 0.61% | - |
| HSV(B) | 15.81º | 0.75% | 0.97% | - |
| XYZ | 45.27 | 31.67 | 8.29 | - |
| YUV | 146.38 | 80.39 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 111 | 62 | 0 | 0.55 | 0.75 | 0.03 | 15.81 | 0.93 | 0.61 |
| Hex | F8 | 6F | 3E | 0 | 37 | 4B | 3 | 10 | 5D | 3D |
| Octal | 370 | 157 | 76 | 0 | 67 | 113 | 3 | 20 | 135 | 75 |
| Binary | 11111000 | 1101111 | 111110 | 0 | 110111 | 1001011 | 11 | 10000 | 1011101 | 111101 |
Color Harmonies of #F86F3E
Complementary color
Monochromatic Colors of #F86F3E
Black with #F86F3E
Text Example
Text Example
White with #F86F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86F3E; }
p { color: rgb(248,111,62); }
H1.HeaderClassName
{
color: #F86F3E;
}
.AnyTagClassName
{
color: #F86F3E;
}
</style>
background-color css
<style>
a { background-color: #F86F3E; }
a { background-color: rgb(248,111,62); }
div.DivClassName
{
background-color: #F86F3E;
}
.BgClassName
{
background-color: #F86F3E;
}
</style>
border-color css
<style>
span { border-color: #F86F3E; }
span { border-color: rgb(248,111,62); }
td.TdClassName
{
border-color: #F86F3E;
}
.TagClassName
{
border-color: #F86F3E;
}
</style>