Shades of Mango Tango #F77501
Tints of Mango Tango #F77501
RGB
CMYK
RGB Variations
Color information
#F77501 (or 0xF77501) is known color: Mango Tango. HEX triplet: F7, 75 and 01. RGB value is (247,117,1). Sum of RGB (Red+Green+Blue) = 247+117+1=365 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.67% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 1 (0.78% from 255 or 0.27% from 365); Max value from RGB is 247 - color contains mainly: red. Hex color #F77501 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77501 is #088AFE. Grayscale: #8F8F8F. Windows color (decimal): -559871 or 95735. OLE color: 95735.
HSL color Cylindrical-coordinate representation of color #F77501: hue angle of 28.29º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F77501 is Cyan = 0, Magento = 0.53, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 117 | 1 | - |
| CMYK | 0 | 0.53 | 1.00 | 0.03 |
| HSL | 28.29º | 0.99% | 0.49% | - |
| HSV(B) | 28.29º | 1% | 0.97% | - |
| XYZ | 44.72 | 32.5 | 3.94 | - |
| YUV | 142.65 | 48.07 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 117 | 1 | 0 | 0.53 | 1.00 | 0.03 | 28.29 | 0.99 | 0.49 |
| Hex | F7 | 75 | 1 | 0 | 35 | 64 | 3 | 1C | 63 | 31 |
| Octal | 367 | 165 | 1 | 0 | 65 | 144 | 3 | 34 | 143 | 61 |
| Binary | 11110111 | 1110101 | 1 | 0 | 110101 | 1100100 | 11 | 11100 | 1100011 | 110001 |
Color Harmonies of #F77501
Complementary color
Monochromatic Colors of #F77501
Black with #F77501
Text Example
Text Example
White with #F77501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77501; }
p { color: rgb(247,117,1); }
H1.HeaderClassName
{
color: #F77501;
}
.AnyTagClassName
{
color: #F77501;
}
</style>
background-color css
<style>
a { background-color: #F77501; }
a { background-color: rgb(247,117,1); }
div.DivClassName
{
background-color: #F77501;
}
.BgClassName
{
background-color: #F77501;
}
</style>
border-color css
<style>
span { border-color: #F77501; }
span { border-color: rgb(247,117,1); }
td.TdClassName
{
border-color: #F77501;
}
.TagClassName
{
border-color: #F77501;
}
</style>