Shades of Burnt Orange #F77731
Tints of Burnt Orange #F77731
RGB
CMYK
RGB Variations
Color information
#F77731 (or 0xF77731) is known color: Burnt Orange. HEX triplet: F7, 77 and 31. RGB value is (247,119,49). Sum of RGB (Red+Green+Blue) = 247+119+49=415 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.52% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 49 (19.53% from 255 or 11.81% from 415); Max value from RGB is 247 - color contains mainly: red. Hex color #F77731 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77731 is #0888CE. Grayscale: #959595. Windows color (decimal): -559311 or 3241975. OLE color: 3241975.
HSL color Cylindrical-coordinate representation of color #F77731: hue angle of 21.21º 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 #F77731 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 119 | 49 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.03 |
| HSL | 21.21º | 0.93% | 0.58% | - |
| HSV(B) | 21.21º | 0.8% | 0.97% | - |
| XYZ | 45.51 | 33.19 | 6.91 | - |
| YUV | 149.29 | 71.41 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 119 | 49 | 0 | 0.52 | 0.80 | 0.03 | 21.21 | 0.93 | 0.58 |
| Hex | F7 | 77 | 31 | 0 | 34 | 50 | 3 | 15 | 5D | 3A |
| Octal | 367 | 167 | 61 | 0 | 64 | 120 | 3 | 25 | 135 | 72 |
| Binary | 11110111 | 1110111 | 110001 | 0 | 110100 | 1010000 | 11 | 10101 | 1011101 | 111010 |
Color Harmonies of #F77731
Complementary color
Monochromatic Colors of #F77731
Black with #F77731
Text Example
Text Example
White with #F77731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77731; }
p { color: rgb(247,119,49); }
H1.HeaderClassName
{
color: #F77731;
}
.AnyTagClassName
{
color: #F77731;
}
</style>
background-color css
<style>
a { background-color: #F77731; }
a { background-color: rgb(247,119,49); }
div.DivClassName
{
background-color: #F77731;
}
.BgClassName
{
background-color: #F77731;
}
</style>
border-color css
<style>
span { border-color: #F77731; }
span { border-color: rgb(247,119,49); }
td.TdClassName
{
border-color: #F77731;
}
.TagClassName
{
border-color: #F77731;
}
</style>