Shades of Mango Tango #F06A07
Tints of Mango Tango #F06A07
RGB
CMYK
RGB Variations
Color information
#F06A07 (or 0xF06A07) is known color: Mango Tango. HEX triplet: F0, 6A and 07. RGB value is (240,106,7). Sum of RGB (Red+Green+Blue) = 240+106+7=353 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.99% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 7 (3.12% from 255 or 1.98% from 353); Max value from RGB is 240 - color contains mainly: red. Hex color #F06A07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06A07 is #0F95F8. Grayscale: #878787. Windows color (decimal): -1021433 or 486128. OLE color: 486128.
HSL color Cylindrical-coordinate representation of color #F06A07: hue angle of 25.49º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F06A07 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 106 | 7 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.06 |
| HSL | 25.49º | 0.94% | 0.48% | - |
| HSV(B) | 25.49º | 0.97% | 0.94% | - |
| XYZ | 41.13 | 28.85 | 3.6 | - |
| YUV | 134.78 | 55.89 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 106 | 7 | 0 | 0.56 | 0.97 | 0.06 | 25.49 | 0.94 | 0.48 |
| Hex | F0 | 6A | 7 | 0 | 38 | 61 | 6 | 19 | 5E | 30 |
| Octal | 360 | 152 | 7 | 0 | 70 | 141 | 6 | 31 | 136 | 60 |
| Binary | 11110000 | 1101010 | 111 | 0 | 111000 | 1100001 | 110 | 11001 | 1011110 | 110000 |
Color Harmonies of #F06A07
Complementary color
Monochromatic Colors of #F06A07
Black with #F06A07
Text Example
Text Example
White with #F06A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06A07; }
p { color: rgb(240,106,7); }
H1.HeaderClassName
{
color: #F06A07;
}
.AnyTagClassName
{
color: #F06A07;
}
</style>
background-color css
<style>
a { background-color: #F06A07; }
a { background-color: rgb(240,106,7); }
div.DivClassName
{
background-color: #F06A07;
}
.BgClassName
{
background-color: #F06A07;
}
</style>
border-color css
<style>
span { border-color: #F06A07; }
span { border-color: rgb(240,106,7); }
td.TdClassName
{
border-color: #F06A07;
}
.TagClassName
{
border-color: #F06A07;
}
</style>