Shades of Burnt Orange #F87128
Tints of Burnt Orange #F87128
RGB
CMYK
RGB Variations
Color information
#F87128 (or 0xF87128) is known color: Burnt Orange. HEX triplet: F8, 71 and 28. RGB value is (248,113,40). Sum of RGB (Red+Green+Blue) = 248+113+40=401 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.85% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 40 (16.02% from 255 or 9.98% from 401); Max value from RGB is 248 - color contains mainly: red. Hex color #F87128 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87128 is #078ED7. Grayscale: #919191. Windows color (decimal): -495320 or 2650616. OLE color: 2650616.
HSL color Cylindrical-coordinate representation of color #F87128: hue angle of 21.06º 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 #F87128 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 113 | 40 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.03 |
| HSL | 21.06º | 0.94% | 0.56% | - |
| HSV(B) | 21.06º | 0.84% | 0.97% | - |
| XYZ | 45 | 31.92 | 5.8 | - |
| YUV | 145.04 | 68.73 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 113 | 40 | 0 | 0.54 | 0.84 | 0.03 | 21.06 | 0.94 | 0.56 |
| Hex | F8 | 71 | 28 | 0 | 36 | 54 | 3 | 15 | 5E | 38 |
| Octal | 370 | 161 | 50 | 0 | 66 | 124 | 3 | 25 | 136 | 70 |
| Binary | 11111000 | 1110001 | 101000 | 0 | 110110 | 1010100 | 11 | 10101 | 1011110 | 111000 |
Color Harmonies of #F87128
Complementary color
Monochromatic Colors of #F87128
Black with #F87128
Text Example
Text Example
White with #F87128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87128; }
p { color: rgb(248,113,40); }
H1.HeaderClassName
{
color: #F87128;
}
.AnyTagClassName
{
color: #F87128;
}
</style>
background-color css
<style>
a { background-color: #F87128; }
a { background-color: rgb(248,113,40); }
div.DivClassName
{
background-color: #F87128;
}
.BgClassName
{
background-color: #F87128;
}
</style>
border-color css
<style>
span { border-color: #F87128; }
span { border-color: rgb(248,113,40); }
td.TdClassName
{
border-color: #F87128;
}
.TagClassName
{
border-color: #F87128;
}
</style>