Shades of Mango Tango #F5740A
Tints of Mango Tango #F5740A
RGB
CMYK
RGB Variations
Color information
#F5740A (or 0xF5740A) is known color: Mango Tango. HEX triplet: F5, 74 and 0A. RGB value is (245,116,10). Sum of RGB (Red+Green+Blue) = 245+116+10=371 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.04% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 10 (4.30% from 255 or 2.70% from 371); Max value from RGB is 245 - color contains mainly: red. Hex color #F5740A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F5740A is #0A8BF5. Grayscale: #8F8F8F. Windows color (decimal): -691190 or 685301. OLE color: 685301.
HSL color Cylindrical-coordinate representation of color #F5740A: hue angle of 27.06º 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 #F5740A is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 116 | 10 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.04 |
| HSL | 27.06º | 0.92% | 0.5% | - |
| HSV(B) | 27.06º | 0.96% | 0.96% | - |
| XYZ | 43.96 | 31.93 | 4.13 | - |
| YUV | 142.49 | 53.24 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 116 | 10 | 0 | 0.53 | 0.96 | 0.04 | 27.06 | 0.92 | 0.5 |
| Hex | F5 | 74 | A | 0 | 35 | 60 | 4 | 1B | 5C | 32 |
| Octal | 365 | 164 | 12 | 0 | 65 | 140 | 4 | 33 | 134 | 62 |
| Binary | 11110101 | 1110100 | 1010 | 0 | 110101 | 1100000 | 100 | 11011 | 1011100 | 110010 |
Color Harmonies of #F5740A
Complementary color
Monochromatic Colors of #F5740A
Black with #F5740A
Text Example
Text Example
White with #F5740A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5740A; }
p { color: rgb(245,116,10); }
H1.HeaderClassName
{
color: #F5740A;
}
.AnyTagClassName
{
color: #F5740A;
}
</style>
background-color css
<style>
a { background-color: #F5740A; }
a { background-color: rgb(245,116,10); }
div.DivClassName
{
background-color: #F5740A;
}
.BgClassName
{
background-color: #F5740A;
}
</style>
border-color css
<style>
span { border-color: #F5740A; }
span { border-color: rgb(245,116,10); }
td.TdClassName
{
border-color: #F5740A;
}
.TagClassName
{
border-color: #F5740A;
}
</style>