Shades of Burnt Orange #F87529
Tints of Burnt Orange #F87529
RGB
CMYK
RGB Variations
Color information
#F87529 (or 0xF87529) is known color: Burnt Orange. HEX triplet: F8, 75 and 29. RGB value is (248,117,41). Sum of RGB (Red+Green+Blue) = 248+117+41=406 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.08% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 41 (16.41% from 255 or 10.10% from 406); Max value from RGB is 248 - color contains mainly: red. Hex color #F87529 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87529 is #078AD6. Grayscale: #939393. Windows color (decimal): -494295 or 2717176. OLE color: 2717176.
HSL color Cylindrical-coordinate representation of color #F87529: hue angle of 22.03º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F87529 is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 117 | 41 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.03 |
| HSL | 22.03º | 0.94% | 0.57% | - |
| HSV(B) | 22.03º | 0.83% | 0.97% | - |
| XYZ | 45.47 | 32.84 | 6.04 | - |
| YUV | 147.51 | 67.9 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 117 | 41 | 0 | 0.53 | 0.83 | 0.03 | 22.03 | 0.94 | 0.57 |
| Hex | F8 | 75 | 29 | 0 | 35 | 53 | 3 | 16 | 5E | 39 |
| Octal | 370 | 165 | 51 | 0 | 65 | 123 | 3 | 26 | 136 | 71 |
| Binary | 11111000 | 1110101 | 101001 | 0 | 110101 | 1010011 | 11 | 10110 | 1011110 | 111001 |
Color Harmonies of #F87529
Complementary color
Monochromatic Colors of #F87529
Black with #F87529
Text Example
Text Example
White with #F87529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87529; }
p { color: rgb(248,117,41); }
H1.HeaderClassName
{
color: #F87529;
}
.AnyTagClassName
{
color: #F87529;
}
</style>
background-color css
<style>
a { background-color: #F87529; }
a { background-color: rgb(248,117,41); }
div.DivClassName
{
background-color: #F87529;
}
.BgClassName
{
background-color: #F87529;
}
</style>
border-color css
<style>
span { border-color: #F87529; }
span { border-color: rgb(248,117,41); }
td.TdClassName
{
border-color: #F87529;
}
.TagClassName
{
border-color: #F87529;
}
</style>