Shades of Burnt Orange #F77431
Tints of Burnt Orange #F77431
RGB
CMYK
RGB Variations
Color information
#F77431 (or 0xF77431) is known color: Burnt Orange. HEX triplet: F7, 74 and 31. RGB value is (247,116,49). Sum of RGB (Red+Green+Blue) = 247+116+49=412 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.95% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 49 (19.53% from 255 or 11.89% from 412); Max value from RGB is 247 - color contains mainly: red. Hex color #F77431 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77431 is #088BCE. Grayscale: #939393. Windows color (decimal): -560079 or 3241207. OLE color: 3241207.
HSL color Cylindrical-coordinate representation of color #F77431: hue angle of 20.3º 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 #F77431 is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 116 | 49 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.03 |
| HSL | 20.3º | 0.93% | 0.58% | - |
| HSV(B) | 20.3º | 0.8% | 0.97% | - |
| XYZ | 45.16 | 32.49 | 6.8 | - |
| YUV | 147.53 | 72.4 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 116 | 49 | 0 | 0.53 | 0.80 | 0.03 | 20.3 | 0.93 | 0.58 |
| Hex | F7 | 74 | 31 | 0 | 35 | 50 | 3 | 14 | 5D | 3A |
| Octal | 367 | 164 | 61 | 0 | 65 | 120 | 3 | 24 | 135 | 72 |
| Binary | 11110111 | 1110100 | 110001 | 0 | 110101 | 1010000 | 11 | 10100 | 1011101 | 111010 |
Color Harmonies of #F77431
Complementary color
Monochromatic Colors of #F77431
Black with #F77431
Text Example
Text Example
White with #F77431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77431; }
p { color: rgb(247,116,49); }
H1.HeaderClassName
{
color: #F77431;
}
.AnyTagClassName
{
color: #F77431;
}
</style>
background-color css
<style>
a { background-color: #F77431; }
a { background-color: rgb(247,116,49); }
div.DivClassName
{
background-color: #F77431;
}
.BgClassName
{
background-color: #F77431;
}
</style>
border-color css
<style>
span { border-color: #F77431; }
span { border-color: rgb(247,116,49); }
td.TdClassName
{
border-color: #F77431;
}
.TagClassName
{
border-color: #F77431;
}
</style>