Shades of Mango Tango #F57508
Tints of Mango Tango #F57508
RGB
CMYK
RGB Variations
Color information
#F57508 (or 0xF57508) is known color: Mango Tango. HEX triplet: F5, 75 and 08. RGB value is (245,117,8). Sum of RGB (Red+Green+Blue) = 245+117+8=370 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.22% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 8 (3.52% from 255 or 2.16% from 370); Max value from RGB is 245 - color contains mainly: red. Hex color #F57508 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57508 is #0A8AF7. Grayscale: #8F8F8F. Windows color (decimal): -690936 or 554485. OLE color: 554485.
HSL color Cylindrical-coordinate representation of color #F57508: hue angle of 27.59º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F57508 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 117 | 8 | - |
| CMYK | 0 | 0.52 | 0.97 | 0.04 |
| HSL | 27.59º | 0.94% | 0.5% | - |
| HSV(B) | 27.59º | 0.97% | 0.96% | - |
| XYZ | 44.06 | 32.15 | 4.11 | - |
| YUV | 142.85 | 51.91 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 117 | 8 | 0 | 0.52 | 0.97 | 0.04 | 27.59 | 0.94 | 0.5 |
| Hex | F5 | 75 | 8 | 0 | 34 | 61 | 4 | 1C | 5E | 32 |
| Octal | 365 | 165 | 10 | 0 | 64 | 141 | 4 | 34 | 136 | 62 |
| Binary | 11110101 | 1110101 | 1000 | 0 | 110100 | 1100001 | 100 | 11100 | 1011110 | 110010 |
Color Harmonies of #F57508
Complementary color
Monochromatic Colors of #F57508
Black with #F57508
Text Example
Text Example
White with #F57508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57508; }
p { color: rgb(245,117,8); }
H1.HeaderClassName
{
color: #F57508;
}
.AnyTagClassName
{
color: #F57508;
}
</style>
background-color css
<style>
a { background-color: #F57508; }
a { background-color: rgb(245,117,8); }
div.DivClassName
{
background-color: #F57508;
}
.BgClassName
{
background-color: #F57508;
}
</style>
border-color css
<style>
span { border-color: #F57508; }
span { border-color: rgb(245,117,8); }
td.TdClassName
{
border-color: #F57508;
}
.TagClassName
{
border-color: #F57508;
}
</style>