Shades of Mango Tango #F5710A
Tints of Mango Tango #F5710A
RGB
CMYK
RGB Variations
Color information
#F5710A (or 0xF5710A) is known color: Mango Tango. HEX triplet: F5, 71 and 0A. RGB value is (245,113,10). Sum of RGB (Red+Green+Blue) = 245+113+10=368 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.58% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 10 (4.30% from 255 or 2.72% from 368); Max value from RGB is 245 - color contains mainly: red. Hex color #F5710A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F5710A is #0A8EF5. Grayscale: #8D8D8D. Windows color (decimal): -691958 or 684533. OLE color: 684533.
HSL color Cylindrical-coordinate representation of color #F5710A: hue angle of 26.3º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5710A is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 113 | 10 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.04 |
| HSL | 26.3º | 0.92% | 0.5% | - |
| HSV(B) | 26.3º | 0.96% | 0.96% | - |
| XYZ | 43.62 | 31.24 | 4.02 | - |
| YUV | 140.73 | 54.23 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 113 | 10 | 0 | 0.54 | 0.96 | 0.04 | 26.3 | 0.92 | 0.5 |
| Hex | F5 | 71 | A | 0 | 36 | 60 | 4 | 1A | 5C | 32 |
| Octal | 365 | 161 | 12 | 0 | 66 | 140 | 4 | 32 | 134 | 62 |
| Binary | 11110101 | 1110001 | 1010 | 0 | 110110 | 1100000 | 100 | 11010 | 1011100 | 110010 |
Color Harmonies of #F5710A
Complementary color
Monochromatic Colors of #F5710A
Black with #F5710A
Text Example
Text Example
White with #F5710A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5710A; }
p { color: rgb(245,113,10); }
H1.HeaderClassName
{
color: #F5710A;
}
.AnyTagClassName
{
color: #F5710A;
}
</style>
background-color css
<style>
a { background-color: #F5710A; }
a { background-color: rgb(245,113,10); }
div.DivClassName
{
background-color: #F5710A;
}
.BgClassName
{
background-color: #F5710A;
}
</style>
border-color css
<style>
span { border-color: #F5710A; }
span { border-color: rgb(245,113,10); }
td.TdClassName
{
border-color: #F5710A;
}
.TagClassName
{
border-color: #F5710A;
}
</style>