Shades of Burnt Orange #F87130
Tints of Burnt Orange #F87130
RGB
CMYK
RGB Variations
Color information
#F87130 (or 0xF87130) is known color: Burnt Orange. HEX triplet: F8, 71 and 30. RGB value is (248,113,48). Sum of RGB (Red+Green+Blue) = 248+113+48=409 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.64% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 48 (19.14% from 255 or 11.74% from 409); Max value from RGB is 248 - color contains mainly: red. Hex color #F87130 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87130 is #078ECF. Grayscale: #929292. Windows color (decimal): -495312 or 3174904. OLE color: 3174904.
HSL color Cylindrical-coordinate representation of color #F87130: hue angle of 19.5º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F87130 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 113 | 48 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.03 |
| HSL | 19.5º | 0.93% | 0.58% | - |
| HSV(B) | 19.5º | 0.81% | 0.97% | - |
| XYZ | 45.15 | 31.98 | 6.59 | - |
| YUV | 145.96 | 72.73 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 113 | 48 | 0 | 0.54 | 0.81 | 0.03 | 19.5 | 0.93 | 0.58 |
| Hex | F8 | 71 | 30 | 0 | 36 | 51 | 3 | 14 | 5D | 3A |
| Octal | 370 | 161 | 60 | 0 | 66 | 121 | 3 | 24 | 135 | 72 |
| Binary | 11111000 | 1110001 | 110000 | 0 | 110110 | 1010001 | 11 | 10100 | 1011101 | 111010 |
Color Harmonies of #F87130
Complementary color
Monochromatic Colors of #F87130
Black with #F87130
Text Example
Text Example
White with #F87130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87130; }
p { color: rgb(248,113,48); }
H1.HeaderClassName
{
color: #F87130;
}
.AnyTagClassName
{
color: #F87130;
}
</style>
background-color css
<style>
a { background-color: #F87130; }
a { background-color: rgb(248,113,48); }
div.DivClassName
{
background-color: #F87130;
}
.BgClassName
{
background-color: #F87130;
}
</style>
border-color css
<style>
span { border-color: #F87130; }
span { border-color: rgb(248,113,48); }
td.TdClassName
{
border-color: #F87130;
}
.TagClassName
{
border-color: #F87130;
}
</style>