Shades of Burnt Orange #F87332
Tints of Burnt Orange #F87332
RGB
CMYK
RGB Variations
Color information
#F87332 (or 0xF87332) is known color: Burnt Orange. HEX triplet: F8, 73 and 32. RGB value is (248,115,50). Sum of RGB (Red+Green+Blue) = 248+115+50=413 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.05% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 248 - color contains mainly: red. Hex color #F87332 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87332 is #078CCD. Grayscale: #939393. Windows color (decimal): -494798 or 3306488. OLE color: 3306488.
HSL color Cylindrical-coordinate representation of color #F87332: hue angle of 19.7º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F87332 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 115 | 50 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.03 |
| HSL | 19.7º | 0.93% | 0.58% | - |
| HSV(B) | 19.7º | 0.8% | 0.97% | - |
| XYZ | 45.42 | 32.45 | 6.89 | - |
| YUV | 147.36 | 73.06 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 115 | 50 | 0 | 0.54 | 0.80 | 0.03 | 19.7 | 0.93 | 0.58 |
| Hex | F8 | 73 | 32 | 0 | 36 | 50 | 3 | 14 | 5D | 3A |
| Octal | 370 | 163 | 62 | 0 | 66 | 120 | 3 | 24 | 135 | 72 |
| Binary | 11111000 | 1110011 | 110010 | 0 | 110110 | 1010000 | 11 | 10100 | 1011101 | 111010 |
Color Harmonies of #F87332
Complementary color
Monochromatic Colors of #F87332
Black with #F87332
Text Example
Text Example
White with #F87332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87332; }
p { color: rgb(248,115,50); }
H1.HeaderClassName
{
color: #F87332;
}
.AnyTagClassName
{
color: #F87332;
}
</style>
background-color css
<style>
a { background-color: #F87332; }
a { background-color: rgb(248,115,50); }
div.DivClassName
{
background-color: #F87332;
}
.BgClassName
{
background-color: #F87332;
}
</style>
border-color css
<style>
span { border-color: #F87332; }
span { border-color: rgb(248,115,50); }
td.TdClassName
{
border-color: #F87332;
}
.TagClassName
{
border-color: #F87332;
}
</style>