Shades of Mango Tango #F57505
Tints of Mango Tango #F57505
RGB
CMYK
RGB Variations
Color information
#F57505 (or 0xF57505) is known color: Mango Tango. HEX triplet: F5, 75 and 05. RGB value is (245,117,5). Sum of RGB (Red+Green+Blue) = 245+117+5=367 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.76% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 5 (2.34% from 255 or 1.36% from 367); Max value from RGB is 245 - color contains mainly: red. Hex color #F57505 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57505 is #0A8AFA. Grayscale: #8F8F8F. Windows color (decimal): -690939 or 357877. OLE color: 357877.
HSL color Cylindrical-coordinate representation of color #F57505: hue angle of 28º degrees, saturation: 0.96, 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 #F57505 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 117 | 5 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.04 |
| HSL | 28º | 0.96% | 0.49% | - |
| HSV(B) | 28º | 0.98% | 0.96% | - |
| XYZ | 44.04 | 32.15 | 4.03 | - |
| YUV | 142.5 | 50.41 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 117 | 5 | 0 | 0.52 | 0.98 | 0.04 | 28 | 0.96 | 0.49 |
| Hex | F5 | 75 | 5 | 0 | 34 | 62 | 4 | 1C | 60 | 31 |
| Octal | 365 | 165 | 5 | 0 | 64 | 142 | 4 | 34 | 140 | 61 |
| Binary | 11110101 | 1110101 | 101 | 0 | 110100 | 1100010 | 100 | 11100 | 1100000 | 110001 |
Color Harmonies of #F57505
Complementary color
Monochromatic Colors of #F57505
Black with #F57505
Text Example
Text Example
White with #F57505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57505; }
p { color: rgb(245,117,5); }
H1.HeaderClassName
{
color: #F57505;
}
.AnyTagClassName
{
color: #F57505;
}
</style>
background-color css
<style>
a { background-color: #F57505; }
a { background-color: rgb(245,117,5); }
div.DivClassName
{
background-color: #F57505;
}
.BgClassName
{
background-color: #F57505;
}
</style>
border-color css
<style>
span { border-color: #F57505; }
span { border-color: rgb(245,117,5); }
td.TdClassName
{
border-color: #F57505;
}
.TagClassName
{
border-color: #F57505;
}
</style>