Shades of Burnt Orange #F86F37
Tints of Burnt Orange #F86F37
RGB
CMYK
RGB Variations
Color information
#F86F37 (or 0xF86F37) is known color: Burnt Orange. HEX triplet: F8, 6F and 37. RGB value is (248,111,55). Sum of RGB (Red+Green+Blue) = 248+111+55=414 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.90% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 55 (21.88% from 255 or 13.29% from 414); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86F37 is #0790C8. Grayscale: #919191. Windows color (decimal): -495817 or 3633144. OLE color: 3633144.
HSL color Cylindrical-coordinate representation of color #F86F37: hue angle of 17.41º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F86F37 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 111 | 55 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.03 |
| HSL | 17.41º | 0.93% | 0.59% | - |
| HSV(B) | 17.41º | 0.78% | 0.97% | - |
| XYZ | 45.09 | 31.6 | 7.34 | - |
| YUV | 145.58 | 76.89 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 111 | 55 | 0 | 0.55 | 0.78 | 0.03 | 17.41 | 0.93 | 0.59 |
| Hex | F8 | 6F | 37 | 0 | 37 | 4E | 3 | 11 | 5D | 3B |
| Octal | 370 | 157 | 67 | 0 | 67 | 116 | 3 | 21 | 135 | 73 |
| Binary | 11111000 | 1101111 | 110111 | 0 | 110111 | 1001110 | 11 | 10001 | 1011101 | 111011 |
Color Harmonies of #F86F37
Complementary color
Monochromatic Colors of #F86F37
Black with #F86F37
Text Example
Text Example
White with #F86F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86F37; }
p { color: rgb(248,111,55); }
H1.HeaderClassName
{
color: #F86F37;
}
.AnyTagClassName
{
color: #F86F37;
}
</style>
background-color css
<style>
a { background-color: #F86F37; }
a { background-color: rgb(248,111,55); }
div.DivClassName
{
background-color: #F86F37;
}
.BgClassName
{
background-color: #F86F37;
}
</style>
border-color css
<style>
span { border-color: #F86F37; }
span { border-color: rgb(248,111,55); }
td.TdClassName
{
border-color: #F86F37;
}
.TagClassName
{
border-color: #F86F37;
}
</style>