Shades of Burnt Orange #F87428
Tints of Burnt Orange #F87428
RGB
CMYK
RGB Variations
Color information
#F87428 (or 0xF87428) is known color: Burnt Orange. HEX triplet: F8, 74 and 28. RGB value is (248,116,40). Sum of RGB (Red+Green+Blue) = 248+116+40=404 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.39% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 40 (16.02% from 255 or 9.90% from 404); Max value from RGB is 248 - color contains mainly: red. Hex color #F87428 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87428 is #078BD7. Grayscale: #939393. Windows color (decimal): -494552 or 2651384. OLE color: 2651384.
HSL color Cylindrical-coordinate representation of color #F87428: hue angle of 21.92º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F87428 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 116 | 40 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.03 |
| HSL | 21.92º | 0.94% | 0.56% | - |
| HSV(B) | 21.92º | 0.84% | 0.97% | - |
| XYZ | 45.34 | 32.6 | 5.91 | - |
| YUV | 146.8 | 67.73 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 116 | 40 | 0 | 0.53 | 0.84 | 0.03 | 21.92 | 0.94 | 0.56 |
| Hex | F8 | 74 | 28 | 0 | 35 | 54 | 3 | 16 | 5E | 38 |
| Octal | 370 | 164 | 50 | 0 | 65 | 124 | 3 | 26 | 136 | 70 |
| Binary | 11111000 | 1110100 | 101000 | 0 | 110101 | 1010100 | 11 | 10110 | 1011110 | 111000 |
Color Harmonies of #F87428
Complementary color
Monochromatic Colors of #F87428
Black with #F87428
Text Example
Text Example
White with #F87428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87428; }
p { color: rgb(248,116,40); }
H1.HeaderClassName
{
color: #F87428;
}
.AnyTagClassName
{
color: #F87428;
}
</style>
background-color css
<style>
a { background-color: #F87428; }
a { background-color: rgb(248,116,40); }
div.DivClassName
{
background-color: #F87428;
}
.BgClassName
{
background-color: #F87428;
}
</style>
border-color css
<style>
span { border-color: #F87428; }
span { border-color: rgb(248,116,40); }
td.TdClassName
{
border-color: #F87428;
}
.TagClassName
{
border-color: #F87428;
}
</style>