Shades of Mango Tango #F77500
Tints of Mango Tango #F77500
RGB
CMYK
RGB Variations
Color information
#F77500 (or 0xF77500) is known color: Mango Tango. HEX triplet: F7, 75 and 00. RGB value is (247,117,0). Sum of RGB (Red+Green+Blue) = 247+117+0=364 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.86% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 0 (0.39% from 255 or 0% from 364); Max value from RGB is 247 - color contains mainly: red. Hex color #F77500 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77500 is #088AFF. Grayscale: #8F8F8F. Windows color (decimal): -559872 or 30199. OLE color: 30199.
HSL color Cylindrical-coordinate representation of color #F77500: hue angle of 28.42º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F77500 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 117 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.03 |
| HSL | 28.42º | 1% | 0.48% | - |
| HSV(B) | 28.42º | 1% | 0.97% | - |
| XYZ | 44.72 | 32.5 | 3.92 | - |
| YUV | 142.53 | 47.57 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 117 | 0 | 0 | 0.53 | 1 | 0.03 | 28.42 | 1 | 0.48 |
| Hex | F7 | 75 | 0 | 0 | 35 | 64 | 3 | 1C | 64 | 30 |
| Octal | 367 | 165 | 0 | 0 | 65 | 144 | 3 | 34 | 144 | 60 |
| Binary | 11110111 | 1110101 | 0 | 0 | 110101 | 1100100 | 11 | 11100 | 1100100 | 110000 |
Color Harmonies of #F77500
Complementary color
Monochromatic Colors of #F77500
Black with #F77500
Text Example
Text Example
White with #F77500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77500; }
p { color: rgb(247,117,0); }
H1.HeaderClassName
{
color: #F77500;
}
.AnyTagClassName
{
color: #F77500;
}
</style>
background-color css
<style>
a { background-color: #F77500; }
a { background-color: rgb(247,117,0); }
div.DivClassName
{
background-color: #F77500;
}
.BgClassName
{
background-color: #F77500;
}
</style>
border-color css
<style>
span { border-color: #F77500; }
span { border-color: rgb(247,117,0); }
td.TdClassName
{
border-color: #F77500;
}
.TagClassName
{
border-color: #F77500;
}
</style>