Shades of Burnt Orange #F77740
Tints of Burnt Orange #F77740
RGB
CMYK
RGB Variations
Color information
#F77740 (or 0xF77740) is known color: Burnt Orange. HEX triplet: F7, 77 and 40. RGB value is (247,119,64). Sum of RGB (Red+Green+Blue) = 247+119+64=430 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.44% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 247 - color contains mainly: red. Hex color #F77740 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F77740 is #0888BF. Grayscale: #979797. Windows color (decimal): -559296 or 4225015. OLE color: 4225015.
HSL color Cylindrical-coordinate representation of color #F77740: hue angle of 18.03º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F77740 is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 119 | 64 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.03 |
| HSL | 18.03º | 0.92% | 0.61% | - |
| HSV(B) | 18.03º | 0.74% | 0.97% | - |
| XYZ | 45.88 | 33.34 | 8.87 | - |
| YUV | 151 | 78.91 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 119 | 64 | 0 | 0.52 | 0.74 | 0.03 | 18.03 | 0.92 | 0.61 |
| Hex | F7 | 77 | 40 | 0 | 34 | 4A | 3 | 12 | 5C | 3D |
| Octal | 367 | 167 | 100 | 0 | 64 | 112 | 3 | 22 | 134 | 75 |
| Binary | 11110111 | 1110111 | 1000000 | 0 | 110100 | 1001010 | 11 | 10010 | 1011100 | 111101 |
Color Harmonies of #F77740
Complementary color
Monochromatic Colors of #F77740
Black with #F77740
Text Example
Text Example
White with #F77740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77740; }
p { color: rgb(247,119,64); }
H1.HeaderClassName
{
color: #F77740;
}
.AnyTagClassName
{
color: #F77740;
}
</style>
background-color css
<style>
a { background-color: #F77740; }
a { background-color: rgb(247,119,64); }
div.DivClassName
{
background-color: #F77740;
}
.BgClassName
{
background-color: #F77740;
}
</style>
border-color css
<style>
span { border-color: #F77740; }
span { border-color: rgb(247,119,64); }
td.TdClassName
{
border-color: #F77740;
}
.TagClassName
{
border-color: #F77740;
}
</style>