Shades of Burnt Orange #F87A34
Tints of Burnt Orange #F87A34
RGB
CMYK
RGB Variations
Color information
#F87A34 (or 0xF87A34) is known color: Burnt Orange. HEX triplet: F8, 7A and 34. RGB value is (248,122,52). Sum of RGB (Red+Green+Blue) = 248+122+52=422 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.77% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 52 (20.70% from 255 or 12.32% from 422); Max value from RGB is 248 - color contains mainly: red. Hex color #F87A34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87A34 is #0785CB. Grayscale: #989898. Windows color (decimal): -493004 or 3439352. OLE color: 3439352.
HSL color Cylindrical-coordinate representation of color #F87A34: hue angle of 21.43º 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 #F87A34 is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 122 | 52 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.03 |
| HSL | 21.43º | 0.93% | 0.59% | - |
| HSV(B) | 21.43º | 0.79% | 0.97% | - |
| XYZ | 46.29 | 34.12 | 7.4 | - |
| YUV | 151.69 | 71.74 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 122 | 52 | 0 | 0.51 | 0.79 | 0.03 | 21.43 | 0.93 | 0.59 |
| Hex | F8 | 7A | 34 | 0 | 33 | 4F | 3 | 15 | 5D | 3B |
| Octal | 370 | 172 | 64 | 0 | 63 | 117 | 3 | 25 | 135 | 73 |
| Binary | 11111000 | 1111010 | 110100 | 0 | 110011 | 1001111 | 11 | 10101 | 1011101 | 111011 |
Color Harmonies of #F87A34
Complementary color
Monochromatic Colors of #F87A34
Black with #F87A34
Text Example
Text Example
White with #F87A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87A34; }
p { color: rgb(248,122,52); }
H1.HeaderClassName
{
color: #F87A34;
}
.AnyTagClassName
{
color: #F87A34;
}
</style>
background-color css
<style>
a { background-color: #F87A34; }
a { background-color: rgb(248,122,52); }
div.DivClassName
{
background-color: #F87A34;
}
.BgClassName
{
background-color: #F87A34;
}
</style>
border-color css
<style>
span { border-color: #F87A34; }
span { border-color: rgb(248,122,52); }
td.TdClassName
{
border-color: #F87A34;
}
.TagClassName
{
border-color: #F87A34;
}
</style>