Shades of Burnt Orange #F86825
Tints of Burnt Orange #F86825
RGB
CMYK
RGB Variations
Color information
#F86825 (or 0xF86825) is known color: Burnt Orange. HEX triplet: F8, 68 and 25. RGB value is (248,104,37). Sum of RGB (Red+Green+Blue) = 248+104+37=389 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.75% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 37 (14.84% from 255 or 9.51% from 389); Max value from RGB is 248 - color contains mainly: red. Hex color #F86825 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86825 is #0797DA. Grayscale: #8B8B8B. Windows color (decimal): -497627 or 2451704. OLE color: 2451704.
HSL color Cylindrical-coordinate representation of color #F86825: hue angle of 19.05º 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 #F86825 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 104 | 37 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.03 |
| HSL | 19.05º | 0.94% | 0.56% | - |
| HSV(B) | 19.05º | 0.85% | 0.97% | - |
| XYZ | 44 | 29.99 | 5.22 | - |
| YUV | 139.42 | 70.21 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 104 | 37 | 0 | 0.58 | 0.85 | 0.03 | 19.05 | 0.94 | 0.56 |
| Hex | F8 | 68 | 25 | 0 | 3A | 55 | 3 | 13 | 5E | 38 |
| Octal | 370 | 150 | 45 | 0 | 72 | 125 | 3 | 23 | 136 | 70 |
| Binary | 11111000 | 1101000 | 100101 | 0 | 111010 | 1010101 | 11 | 10011 | 1011110 | 111000 |
Color Harmonies of #F86825
Complementary color
Monochromatic Colors of #F86825
Black with #F86825
Text Example
Text Example
White with #F86825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86825; }
p { color: rgb(248,104,37); }
H1.HeaderClassName
{
color: #F86825;
}
.AnyTagClassName
{
color: #F86825;
}
</style>
background-color css
<style>
a { background-color: #F86825; }
a { background-color: rgb(248,104,37); }
div.DivClassName
{
background-color: #F86825;
}
.BgClassName
{
background-color: #F86825;
}
</style>
border-color css
<style>
span { border-color: #F86825; }
span { border-color: rgb(248,104,37); }
td.TdClassName
{
border-color: #F86825;
}
.TagClassName
{
border-color: #F86825;
}
</style>