Shades of Burnt Orange #F87728
Tints of Burnt Orange #F87728
RGB
CMYK
RGB Variations
Color information
#F87728 (or 0xF87728) is known color: Burnt Orange. HEX triplet: F8, 77 and 28. RGB value is (248,119,40). Sum of RGB (Red+Green+Blue) = 248+119+40=407 (53% of max value = 765). Red value is 248 (97.27% from 255 or 60.93% from 407); Green value is 119 (46.88% from 255 or 29.24% from 407); Blue value is 40 (16.02% from 255 or 9.83% from 407); Max value from RGB is 248 - color contains mainly: red. Hex color #F87728 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87728 is #0788D7. Grayscale: #959595. Windows color (decimal): -493784 or 2652152. OLE color: 2652152.
HSL color Cylindrical-coordinate representation of color #F87728: hue angle of 22.79º 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 #F87728 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 119 | 40 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.03 |
| HSL | 22.79º | 0.94% | 0.56% | - |
| HSV(B) | 22.79º | 0.84% | 0.97% | - |
| XYZ | 45.69 | 33.3 | 6.03 | - |
| YUV | 148.57 | 66.74 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 119 | 40 | 0 | 0.52 | 0.84 | 0.03 | 22.79 | 0.94 | 0.56 |
| Hex | F8 | 77 | 28 | 0 | 34 | 54 | 3 | 17 | 5E | 38 |
| Octal | 370 | 167 | 50 | 0 | 64 | 124 | 3 | 27 | 136 | 70 |
| Binary | 11111000 | 1110111 | 101000 | 0 | 110100 | 1010100 | 11 | 10111 | 1011110 | 111000 |
Color Harmonies of #F87728
Complementary color
Monochromatic Colors of #F87728
Black with #F87728
Text Example
Text Example
White with #F87728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87728; }
p { color: rgb(248,119,40); }
H1.HeaderClassName
{
color: #F87728;
}
.AnyTagClassName
{
color: #F87728;
}
</style>
background-color css
<style>
a { background-color: #F87728; }
a { background-color: rgb(248,119,40); }
div.DivClassName
{
background-color: #F87728;
}
.BgClassName
{
background-color: #F87728;
}
</style>
border-color css
<style>
span { border-color: #F87728; }
span { border-color: rgb(248,119,40); }
td.TdClassName
{
border-color: #F87728;
}
.TagClassName
{
border-color: #F87728;
}
</style>