Shades of Mango Tango #F06D0A
Tints of Mango Tango #F06D0A
RGB
CMYK
RGB Variations
Color information
#F06D0A (or 0xF06D0A) is known color: Mango Tango. HEX triplet: F0, 6D and 0A. RGB value is (240,109,10). Sum of RGB (Red+Green+Blue) = 240+109+10=359 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.85% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 10 (4.30% from 255 or 2.79% from 359); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06D0A is #0F92F5. Grayscale: #898989. Windows color (decimal): -1020662 or 683504. OLE color: 683504.
HSL color Cylindrical-coordinate representation of color #F06D0A: hue angle of 25.83º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F06D0A is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 10 | - |
| CMYK | 0 | 0.55 | 0.96 | 0.06 |
| HSL | 25.83º | 0.92% | 0.49% | - |
| HSV(B) | 25.83º | 0.96% | 0.94% | - |
| XYZ | 41.46 | 29.48 | 3.79 | - |
| YUV | 136.88 | 56.4 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 10 | 0 | 0.55 | 0.96 | 0.06 | 25.83 | 0.92 | 0.49 |
| Hex | F0 | 6D | A | 0 | 37 | 60 | 6 | 1A | 5C | 31 |
| Octal | 360 | 155 | 12 | 0 | 67 | 140 | 6 | 32 | 134 | 61 |
| Binary | 11110000 | 1101101 | 1010 | 0 | 110111 | 1100000 | 110 | 11010 | 1011100 | 110001 |
Color Harmonies of #F06D0A
Complementary color
Monochromatic Colors of #F06D0A
Black with #F06D0A
Text Example
Text Example
White with #F06D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06D0A; }
p { color: rgb(240,109,10); }
H1.HeaderClassName
{
color: #F06D0A;
}
.AnyTagClassName
{
color: #F06D0A;
}
</style>
background-color css
<style>
a { background-color: #F06D0A; }
a { background-color: rgb(240,109,10); }
div.DivClassName
{
background-color: #F06D0A;
}
.BgClassName
{
background-color: #F06D0A;
}
</style>
border-color css
<style>
span { border-color: #F06D0A; }
span { border-color: rgb(240,109,10); }
td.TdClassName
{
border-color: #F06D0A;
}
.TagClassName
{
border-color: #F06D0A;
}
</style>