Shades of Mango Tango #F07805
Tints of Mango Tango #F07805
RGB
CMYK
RGB Variations
Color information
#F07805 (or 0xF07805) is known color: Mango Tango. HEX triplet: F0, 78 and 05. RGB value is (240,120,5). Sum of RGB (Red+Green+Blue) = 240+120+5=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 5 (2.34% from 255 or 1.37% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F07805 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07805 is #0F87FA. Grayscale: #8F8F8F. Windows color (decimal): -1017851 or 358640. OLE color: 358640.
HSL color Cylindrical-coordinate representation of color #F07805: hue angle of 29.36º 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 #F07805 is Cyan = 0, Magento = 0.5, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 120 | 5 | - |
| CMYK | 0 | 0.5 | 0.98 | 0.06 |
| HSL | 29.36º | 0.96% | 0.48% | - |
| HSV(B) | 29.36º | 0.98% | 0.94% | - |
| XYZ | 42.68 | 31.97 | 4.06 | - |
| YUV | 142.77 | 50.26 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 120 | 5 | 0 | 0.5 | 0.98 | 0.06 | 29.36 | 0.96 | 0.48 |
| Hex | F0 | 78 | 5 | 0 | 32 | 62 | 6 | 1D | 60 | 30 |
| Octal | 360 | 170 | 5 | 0 | 62 | 142 | 6 | 35 | 140 | 60 |
| Binary | 11110000 | 1111000 | 101 | 0 | 110010 | 1100010 | 110 | 11101 | 1100000 | 110000 |
Color Harmonies of #F07805
Complementary color
Monochromatic Colors of #F07805
Black with #F07805
Text Example
Text Example
White with #F07805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07805; }
p { color: rgb(240,120,5); }
H1.HeaderClassName
{
color: #F07805;
}
.AnyTagClassName
{
color: #F07805;
}
</style>
background-color css
<style>
a { background-color: #F07805; }
a { background-color: rgb(240,120,5); }
div.DivClassName
{
background-color: #F07805;
}
.BgClassName
{
background-color: #F07805;
}
</style>
border-color css
<style>
span { border-color: #F07805; }
span { border-color: rgb(240,120,5); }
td.TdClassName
{
border-color: #F07805;
}
.TagClassName
{
border-color: #F07805;
}
</style>