Shades of Burnt Orange #F86C30
Tints of Burnt Orange #F86C30
RGB
CMYK
RGB Variations
Color information
#F86C30 (or 0xF86C30) is known color: Burnt Orange. HEX triplet: F8, 6C and 30. RGB value is (248,108,48). Sum of RGB (Red+Green+Blue) = 248+108+48=404 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.39% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 48 (19.14% from 255 or 11.88% from 404); Max value from RGB is 248 - color contains mainly: red. Hex color #F86C30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86C30 is #0793CF. Grayscale: #8F8F8F. Windows color (decimal): -496592 or 3173624. OLE color: 3173624.
HSL color Cylindrical-coordinate representation of color #F86C30: hue angle of 18º degrees, saturation: 0.93, 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 #F86C30 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 108 | 48 | - |
| CMYK | 0 | 0.56 | 0.81 | 0.03 |
| HSL | 18º | 0.93% | 0.58% | - |
| HSV(B) | 18º | 0.81% | 0.97% | - |
| XYZ | 44.61 | 30.89 | 6.41 | - |
| YUV | 143.02 | 74.38 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 108 | 48 | 0 | 0.56 | 0.81 | 0.03 | 18 | 0.93 | 0.58 |
| Hex | F8 | 6C | 30 | 0 | 38 | 51 | 3 | 12 | 5D | 3A |
| Octal | 370 | 154 | 60 | 0 | 70 | 121 | 3 | 22 | 135 | 72 |
| Binary | 11111000 | 1101100 | 110000 | 0 | 111000 | 1010001 | 11 | 10010 | 1011101 | 111010 |
Color Harmonies of #F86C30
Complementary color
Monochromatic Colors of #F86C30
Black with #F86C30
Text Example
Text Example
White with #F86C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86C30; }
p { color: rgb(248,108,48); }
H1.HeaderClassName
{
color: #F86C30;
}
.AnyTagClassName
{
color: #F86C30;
}
</style>
background-color css
<style>
a { background-color: #F86C30; }
a { background-color: rgb(248,108,48); }
div.DivClassName
{
background-color: #F86C30;
}
.BgClassName
{
background-color: #F86C30;
}
</style>
border-color css
<style>
span { border-color: #F86C30; }
span { border-color: rgb(248,108,48); }
td.TdClassName
{
border-color: #F86C30;
}
.TagClassName
{
border-color: #F86C30;
}
</style>