Shades of Burnt Orange #F8772E
Tints of Burnt Orange #F8772E
RGB
CMYK
RGB Variations
Color information
#F8772E (or 0xF8772E) is known color: Burnt Orange. HEX triplet: F8, 77 and 2E. RGB value is (248,119,46). Sum of RGB (Red+Green+Blue) = 248+119+46=413 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.05% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 46 (18.36% from 255 or 11.14% from 413); Max value from RGB is 248 - color contains mainly: red. Hex color #F8772E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F8772E is #0788D1. Grayscale: #959595. Windows color (decimal): -493778 or 3045368. OLE color: 3045368.
HSL color Cylindrical-coordinate representation of color #F8772E: hue angle of 21.68º degrees, saturation: 0.94, 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 #F8772E is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 119 | 46 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.03 |
| HSL | 21.68º | 0.94% | 0.58% | - |
| HSV(B) | 21.68º | 0.81% | 0.97% | - |
| XYZ | 45.8 | 33.35 | 6.61 | - |
| YUV | 149.25 | 69.74 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 119 | 46 | 0 | 0.52 | 0.81 | 0.03 | 21.68 | 0.94 | 0.58 |
| Hex | F8 | 77 | 2E | 0 | 34 | 51 | 3 | 16 | 5E | 3A |
| Octal | 370 | 167 | 56 | 0 | 64 | 121 | 3 | 26 | 136 | 72 |
| Binary | 11111000 | 1110111 | 101110 | 0 | 110100 | 1010001 | 11 | 10110 | 1011110 | 111010 |
Color Harmonies of #F8772E
Complementary color
Monochromatic Colors of #F8772E
Black with #F8772E
Text Example
Text Example
White with #F8772E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8772E; }
p { color: rgb(248,119,46); }
H1.HeaderClassName
{
color: #F8772E;
}
.AnyTagClassName
{
color: #F8772E;
}
</style>
background-color css
<style>
a { background-color: #F8772E; }
a { background-color: rgb(248,119,46); }
div.DivClassName
{
background-color: #F8772E;
}
.BgClassName
{
background-color: #F8772E;
}
</style>
border-color css
<style>
span { border-color: #F8772E; }
span { border-color: rgb(248,119,46); }
td.TdClassName
{
border-color: #F8772E;
}
.TagClassName
{
border-color: #F8772E;
}
</style>