Shades of Mango Tango #F06D0D
Tints of Mango Tango #F06D0D
RGB
CMYK
RGB Variations
Color information
#F06D0D (or 0xF06D0D) is known color: Mango Tango. HEX triplet: F0, 6D and 0D. RGB value is (240,109,13). Sum of RGB (Red+Green+Blue) = 240+109+13=362 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.30% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 13 (5.47% from 255 or 3.59% from 362); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06D0D is #0F92F2. Grayscale: #898989. Windows color (decimal): -1020659 or 880112. OLE color: 880112.
HSL color Cylindrical-coordinate representation of color #F06D0D: hue angle of 25.37º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F06D0D is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 13 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.06 |
| HSL | 25.37º | 0.9% | 0.5% | - |
| HSV(B) | 25.37º | 0.95% | 0.94% | - |
| XYZ | 41.48 | 29.49 | 3.89 | - |
| YUV | 137.23 | 57.9 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 13 | 0 | 0.55 | 0.95 | 0.06 | 25.37 | 0.9 | 0.5 |
| Hex | F0 | 6D | D | 0 | 37 | 5F | 6 | 19 | 5A | 32 |
| Octal | 360 | 155 | 15 | 0 | 67 | 137 | 6 | 31 | 132 | 62 |
| Binary | 11110000 | 1101101 | 1101 | 0 | 110111 | 1011111 | 110 | 11001 | 1011010 | 110010 |
Color Harmonies of #F06D0D
Complementary color
Monochromatic Colors of #F06D0D
Black with #F06D0D
Text Example
Text Example
White with #F06D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06D0D; }
p { color: rgb(240,109,13); }
H1.HeaderClassName
{
color: #F06D0D;
}
.AnyTagClassName
{
color: #F06D0D;
}
</style>
background-color css
<style>
a { background-color: #F06D0D; }
a { background-color: rgb(240,109,13); }
div.DivClassName
{
background-color: #F06D0D;
}
.BgClassName
{
background-color: #F06D0D;
}
</style>
border-color css
<style>
span { border-color: #F06D0D; }
span { border-color: rgb(240,109,13); }
td.TdClassName
{
border-color: #F06D0D;
}
.TagClassName
{
border-color: #F06D0D;
}
</style>