Shades of Burnt Orange #F77C2E
Tints of Burnt Orange #F77C2E
RGB
CMYK
RGB Variations
Color information
#F77C2E (or 0xF77C2E) is known color: Burnt Orange. HEX triplet: F7, 7C and 2E. RGB value is (247,124,46). Sum of RGB (Red+Green+Blue) = 247+124+46=417 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.23% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 46 (18.36% from 255 or 11.03% from 417); Max value from RGB is 247 - color contains mainly: red. Hex color #F77C2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77C2E is #0883D1. Grayscale: #989898. Windows color (decimal): -558034 or 3046647. OLE color: 3046647.
HSL color Cylindrical-coordinate representation of color #F77C2E: hue angle of 23.28º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F77C2E is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 124 | 46 | - |
| CMYK | 0 | 0.50 | 0.81 | 0.03 |
| HSL | 23.28º | 0.93% | 0.57% | - |
| HSV(B) | 23.28º | 0.81% | 0.97% | - |
| XYZ | 46.06 | 34.39 | 6.79 | - |
| YUV | 151.89 | 68.25 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 124 | 46 | 0 | 0.50 | 0.81 | 0.03 | 23.28 | 0.93 | 0.57 |
| Hex | F7 | 7C | 2E | 0 | 32 | 51 | 3 | 17 | 5D | 39 |
| Octal | 367 | 174 | 56 | 0 | 62 | 121 | 3 | 27 | 135 | 71 |
| Binary | 11110111 | 1111100 | 101110 | 0 | 110010 | 1010001 | 11 | 10111 | 1011101 | 111001 |
Color Harmonies of #F77C2E
Complementary color
Monochromatic Colors of #F77C2E
Black with #F77C2E
Text Example
Text Example
White with #F77C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77C2E; }
p { color: rgb(247,124,46); }
H1.HeaderClassName
{
color: #F77C2E;
}
.AnyTagClassName
{
color: #F77C2E;
}
</style>
background-color css
<style>
a { background-color: #F77C2E; }
a { background-color: rgb(247,124,46); }
div.DivClassName
{
background-color: #F77C2E;
}
.BgClassName
{
background-color: #F77C2E;
}
</style>
border-color css
<style>
span { border-color: #F77C2E; }
span { border-color: rgb(247,124,46); }
td.TdClassName
{
border-color: #F77C2E;
}
.TagClassName
{
border-color: #F77C2E;
}
</style>