Shades of Burnt Orange #F86824
Tints of Burnt Orange #F86824
RGB
CMYK
RGB Variations
Color information
#F86824 (or 0xF86824) is known color: Burnt Orange. HEX triplet: F8, 68 and 24. RGB value is (248,104,36). Sum of RGB (Red+Green+Blue) = 248+104+36=388 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.92% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 36 (14.45% from 255 or 9.28% from 388); Max value from RGB is 248 - color contains mainly: red. Hex color #F86824 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86824 is #0797DB. Grayscale: #8B8B8B. Windows color (decimal): -497628 or 2386168. OLE color: 2386168.
HSL color Cylindrical-coordinate representation of color #F86824: hue angle of 19.25º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F86824 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 104 | 36 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.03 |
| HSL | 19.25º | 0.94% | 0.56% | - |
| HSV(B) | 19.25º | 0.85% | 0.97% | - |
| XYZ | 43.98 | 29.98 | 5.14 | - |
| YUV | 139.3 | 69.71 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 104 | 36 | 0 | 0.58 | 0.85 | 0.03 | 19.25 | 0.94 | 0.56 |
| Hex | F8 | 68 | 24 | 0 | 3A | 55 | 3 | 13 | 5E | 38 |
| Octal | 370 | 150 | 44 | 0 | 72 | 125 | 3 | 23 | 136 | 70 |
| Binary | 11111000 | 1101000 | 100100 | 0 | 111010 | 1010101 | 11 | 10011 | 1011110 | 111000 |
Color Harmonies of #F86824
Complementary color
Monochromatic Colors of #F86824
Black with #F86824
Text Example
Text Example
White with #F86824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86824; }
p { color: rgb(248,104,36); }
H1.HeaderClassName
{
color: #F86824;
}
.AnyTagClassName
{
color: #F86824;
}
</style>
background-color css
<style>
a { background-color: #F86824; }
a { background-color: rgb(248,104,36); }
div.DivClassName
{
background-color: #F86824;
}
.BgClassName
{
background-color: #F86824;
}
</style>
border-color css
<style>
span { border-color: #F86824; }
span { border-color: rgb(248,104,36); }
td.TdClassName
{
border-color: #F86824;
}
.TagClassName
{
border-color: #F86824;
}
</style>