Shades of Mango Tango #F07405
Tints of Mango Tango #F07405
RGB
CMYK
RGB Variations
Color information
#F07405 (or 0xF07405) is known color: Mango Tango. HEX triplet: F0, 74 and 05. RGB value is (240,116,5). Sum of RGB (Red+Green+Blue) = 240+116+5=361 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.48% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 5 (2.34% from 255 or 1.39% from 361); Max value from RGB is 240 - color contains mainly: red. Hex color #F07405 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07405 is #0F8BFA. Grayscale: #8C8C8C. Windows color (decimal): -1018875 or 357616. OLE color: 357616.
HSL color Cylindrical-coordinate representation of color #F07405: hue angle of 28.34º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F07405 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 116 | 5 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.06 |
| HSL | 28.34º | 0.96% | 0.48% | - |
| HSV(B) | 28.34º | 0.98% | 0.94% | - |
| XYZ | 42.21 | 31.03 | 3.91 | - |
| YUV | 140.42 | 51.58 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 116 | 5 | 0 | 0.52 | 0.98 | 0.06 | 28.34 | 0.96 | 0.48 |
| Hex | F0 | 74 | 5 | 0 | 34 | 62 | 6 | 1C | 60 | 30 |
| Octal | 360 | 164 | 5 | 0 | 64 | 142 | 6 | 34 | 140 | 60 |
| Binary | 11110000 | 1110100 | 101 | 0 | 110100 | 1100010 | 110 | 11100 | 1100000 | 110000 |
Color Harmonies of #F07405
Complementary color
Monochromatic Colors of #F07405
Black with #F07405
Text Example
Text Example
White with #F07405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07405; }
p { color: rgb(240,116,5); }
H1.HeaderClassName
{
color: #F07405;
}
.AnyTagClassName
{
color: #F07405;
}
</style>
background-color css
<style>
a { background-color: #F07405; }
a { background-color: rgb(240,116,5); }
div.DivClassName
{
background-color: #F07405;
}
.BgClassName
{
background-color: #F07405;
}
</style>
border-color css
<style>
span { border-color: #F07405; }
span { border-color: rgb(240,116,5); }
td.TdClassName
{
border-color: #F07405;
}
.TagClassName
{
border-color: #F07405;
}
</style>