Shades of Mango Tango #F57504
Tints of Mango Tango #F57504
RGB
CMYK
RGB Variations
Color information
#F57504 (or 0xF57504) is known color: Mango Tango. HEX triplet: F5, 75 and 04. RGB value is (245,117,4). Sum of RGB (Red+Green+Blue) = 245+117+4=366 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.94% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 4 (1.95% from 255 or 1.09% from 366); Max value from RGB is 245 - color contains mainly: red. Hex color #F57504 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57504 is #0A8AFB. Grayscale: #8E8E8E. Windows color (decimal): -690940 or 292341. OLE color: 292341.
HSL color Cylindrical-coordinate representation of color #F57504: hue angle of 28.13º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F57504 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 117 | 4 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.04 |
| HSL | 28.13º | 0.97% | 0.49% | - |
| HSV(B) | 28.13º | 0.98% | 0.96% | - |
| XYZ | 44.04 | 32.14 | 4 | - |
| YUV | 142.39 | 49.91 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 117 | 4 | 0 | 0.52 | 0.98 | 0.04 | 28.13 | 0.97 | 0.49 |
| Hex | F5 | 75 | 4 | 0 | 34 | 62 | 4 | 1C | 61 | 31 |
| Octal | 365 | 165 | 4 | 0 | 64 | 142 | 4 | 34 | 141 | 61 |
| Binary | 11110101 | 1110101 | 100 | 0 | 110100 | 1100010 | 100 | 11100 | 1100001 | 110001 |
Color Harmonies of #F57504
Complementary color
Monochromatic Colors of #F57504
Black with #F57504
Text Example
Text Example
White with #F57504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57504; }
p { color: rgb(245,117,4); }
H1.HeaderClassName
{
color: #F57504;
}
.AnyTagClassName
{
color: #F57504;
}
</style>
background-color css
<style>
a { background-color: #F57504; }
a { background-color: rgb(245,117,4); }
div.DivClassName
{
background-color: #F57504;
}
.BgClassName
{
background-color: #F57504;
}
</style>
border-color css
<style>
span { border-color: #F57504; }
span { border-color: rgb(245,117,4); }
td.TdClassName
{
border-color: #F57504;
}
.TagClassName
{
border-color: #F57504;
}
</style>