Shades of Mango Tango #F06D08
Tints of Mango Tango #F06D08
RGB
CMYK
RGB Variations
Color information
#F06D08 (or 0xF06D08) is known color: Mango Tango. HEX triplet: F0, 6D and 08. RGB value is (240,109,8). Sum of RGB (Red+Green+Blue) = 240+109+8=357 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.23% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 8 (3.52% from 255 or 2.24% from 357); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06D08 is #0F92F7. Grayscale: #898989. Windows color (decimal): -1020664 or 552432. OLE color: 552432.
HSL color Cylindrical-coordinate representation of color #F06D08: hue angle of 26.12º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F06D08 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 8 | - |
| CMYK | 0 | 0.55 | 0.97 | 0.06 |
| HSL | 26.12º | 0.94% | 0.49% | - |
| HSV(B) | 26.12º | 0.97% | 0.94% | - |
| XYZ | 41.45 | 29.48 | 3.74 | - |
| YUV | 136.66 | 55.4 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 8 | 0 | 0.55 | 0.97 | 0.06 | 26.12 | 0.94 | 0.49 |
| Hex | F0 | 6D | 8 | 0 | 37 | 61 | 6 | 1A | 5E | 31 |
| Octal | 360 | 155 | 10 | 0 | 67 | 141 | 6 | 32 | 136 | 61 |
| Binary | 11110000 | 1101101 | 1000 | 0 | 110111 | 1100001 | 110 | 11010 | 1011110 | 110001 |
Color Harmonies of #F06D08
Complementary color
Monochromatic Colors of #F06D08
Black with #F06D08
Text Example
Text Example
White with #F06D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06D08; }
p { color: rgb(240,109,8); }
H1.HeaderClassName
{
color: #F06D08;
}
.AnyTagClassName
{
color: #F06D08;
}
</style>
background-color css
<style>
a { background-color: #F06D08; }
a { background-color: rgb(240,109,8); }
div.DivClassName
{
background-color: #F06D08;
}
.BgClassName
{
background-color: #F06D08;
}
</style>
border-color css
<style>
span { border-color: #F06D08; }
span { border-color: rgb(240,109,8); }
td.TdClassName
{
border-color: #F06D08;
}
.TagClassName
{
border-color: #F06D08;
}
</style>