Shades of Mango Tango #F77407
Tints of Mango Tango #F77407
RGB
CMYK
RGB Variations
Color information
#F77407 (or 0xF77407) is known color: Mango Tango. HEX triplet: F7, 74 and 07. RGB value is (247,116,7). Sum of RGB (Red+Green+Blue) = 247+116+7=370 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.76% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 7 (3.12% from 255 or 1.89% from 370); Max value from RGB is 247 - color contains mainly: red. Hex color #F77407 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77407 is #088BF8. Grayscale: #8F8F8F. Windows color (decimal): -560121 or 488695. OLE color: 488695.
HSL color Cylindrical-coordinate representation of color #F77407: hue angle of 27.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F77407 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 116 | 7 | - |
| CMYK | 0 | 0.53 | 0.97 | 0.03 |
| HSL | 27.25º | 0.94% | 0.5% | - |
| HSV(B) | 27.25º | 0.97% | 0.97% | - |
| XYZ | 44.64 | 32.28 | 4.08 | - |
| YUV | 142.74 | 51.4 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 116 | 7 | 0 | 0.53 | 0.97 | 0.03 | 27.25 | 0.94 | 0.5 |
| Hex | F7 | 74 | 7 | 0 | 35 | 61 | 3 | 1B | 5E | 32 |
| Octal | 367 | 164 | 7 | 0 | 65 | 141 | 3 | 33 | 136 | 62 |
| Binary | 11110111 | 1110100 | 111 | 0 | 110101 | 1100001 | 11 | 11011 | 1011110 | 110010 |
Color Harmonies of #F77407
Complementary color
Monochromatic Colors of #F77407
Black with #F77407
Text Example
Text Example
White with #F77407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77407; }
p { color: rgb(247,116,7); }
H1.HeaderClassName
{
color: #F77407;
}
.AnyTagClassName
{
color: #F77407;
}
</style>
background-color css
<style>
a { background-color: #F77407; }
a { background-color: rgb(247,116,7); }
div.DivClassName
{
background-color: #F77407;
}
.BgClassName
{
background-color: #F77407;
}
</style>
border-color css
<style>
span { border-color: #F77407; }
span { border-color: rgb(247,116,7); }
td.TdClassName
{
border-color: #F77407;
}
.TagClassName
{
border-color: #F77407;
}
</style>