Shades of Mango Tango #F57707
Tints of Mango Tango #F57707
RGB
CMYK
RGB Variations
Color information
#F57707 (or 0xF57707) is known color: Mango Tango. HEX triplet: F5, 77 and 07. RGB value is (245,119,7). Sum of RGB (Red+Green+Blue) = 245+119+7=371 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.04% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 7 (3.12% from 255 or 1.89% from 371); Max value from RGB is 245 - color contains mainly: red. Hex color #F57707 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57707 is #0A88F8. Grayscale: #909090. Windows color (decimal): -690425 or 489461. OLE color: 489461.
HSL color Cylindrical-coordinate representation of color #F57707: hue angle of 28.24º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F57707 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 119 | 7 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.04 |
| HSL | 28.24º | 0.94% | 0.49% | - |
| HSV(B) | 28.24º | 0.97% | 0.96% | - |
| XYZ | 44.29 | 32.62 | 4.16 | - |
| YUV | 143.91 | 50.74 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 119 | 7 | 0 | 0.51 | 0.97 | 0.04 | 28.24 | 0.94 | 0.49 |
| Hex | F5 | 77 | 7 | 0 | 33 | 61 | 4 | 1C | 5E | 31 |
| Octal | 365 | 167 | 7 | 0 | 63 | 141 | 4 | 34 | 136 | 61 |
| Binary | 11110101 | 1110111 | 111 | 0 | 110011 | 1100001 | 100 | 11100 | 1011110 | 110001 |
Color Harmonies of #F57707
Complementary color
Monochromatic Colors of #F57707
Black with #F57707
Text Example
Text Example
White with #F57707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57707; }
p { color: rgb(245,119,7); }
H1.HeaderClassName
{
color: #F57707;
}
.AnyTagClassName
{
color: #F57707;
}
</style>
background-color css
<style>
a { background-color: #F57707; }
a { background-color: rgb(245,119,7); }
div.DivClassName
{
background-color: #F57707;
}
.BgClassName
{
background-color: #F57707;
}
</style>
border-color css
<style>
span { border-color: #F57707; }
span { border-color: rgb(245,119,7); }
td.TdClassName
{
border-color: #F57707;
}
.TagClassName
{
border-color: #F57707;
}
</style>