Shades of Burnt Orange #F87334
Tints of Burnt Orange #F87334
RGB
CMYK
RGB Variations
Color information
#F87334 (or 0xF87334) is known color: Burnt Orange. HEX triplet: F8, 73 and 34. RGB value is (248,115,52). Sum of RGB (Red+Green+Blue) = 248+115+52=415 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.76% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 52 (20.70% from 255 or 12.53% from 415); Max value from RGB is 248 - color contains mainly: red. Hex color #F87334 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87334 is #078CCB. Grayscale: #939393. Windows color (decimal): -494796 or 3437560. OLE color: 3437560.
HSL color Cylindrical-coordinate representation of color #F87334: hue angle of 19.29º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F87334 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 115 | 52 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.03 |
| HSL | 19.29º | 0.93% | 0.59% | - |
| HSV(B) | 19.29º | 0.79% | 0.97% | - |
| XYZ | 45.46 | 32.47 | 7.12 | - |
| YUV | 147.59 | 74.06 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 115 | 52 | 0 | 0.54 | 0.79 | 0.03 | 19.29 | 0.93 | 0.59 |
| Hex | F8 | 73 | 34 | 0 | 36 | 4F | 3 | 13 | 5D | 3B |
| Octal | 370 | 163 | 64 | 0 | 66 | 117 | 3 | 23 | 135 | 73 |
| Binary | 11111000 | 1110011 | 110100 | 0 | 110110 | 1001111 | 11 | 10011 | 1011101 | 111011 |
Color Harmonies of #F87334
Complementary color
Monochromatic Colors of #F87334
Black with #F87334
Text Example
Text Example
White with #F87334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87334; }
p { color: rgb(248,115,52); }
H1.HeaderClassName
{
color: #F87334;
}
.AnyTagClassName
{
color: #F87334;
}
</style>
background-color css
<style>
a { background-color: #F87334; }
a { background-color: rgb(248,115,52); }
div.DivClassName
{
background-color: #F87334;
}
.BgClassName
{
background-color: #F87334;
}
</style>
border-color css
<style>
span { border-color: #F87334; }
span { border-color: rgb(248,115,52); }
td.TdClassName
{
border-color: #F87334;
}
.TagClassName
{
border-color: #F87334;
}
</style>