Shades of Mango Tango #F0720C
Tints of Mango Tango #F0720C
RGB
CMYK
RGB Variations
Color information
#F0720C (or 0xF0720C) is known color: Mango Tango. HEX triplet: F0, 72 and 0C. RGB value is (240,114,12). Sum of RGB (Red+Green+Blue) = 240+114+12=366 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.57% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 12 (5.08% from 255 or 3.28% from 366); Max value from RGB is 240 - color contains mainly: red. Hex color #F0720C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0720C is #0F8DF3. Grayscale: #8C8C8C. Windows color (decimal): -1019380 or 815856. OLE color: 815856.
HSL color Cylindrical-coordinate representation of color #F0720C: hue angle of 26.84º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0720C is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 114 | 12 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.06 |
| HSL | 26.84º | 0.9% | 0.49% | - |
| HSV(B) | 26.84º | 0.95% | 0.94% | - |
| XYZ | 42.02 | 30.59 | 4.04 | - |
| YUV | 140.05 | 55.74 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 114 | 12 | 0 | 0.52 | 0.95 | 0.06 | 26.84 | 0.9 | 0.49 |
| Hex | F0 | 72 | C | 0 | 34 | 5F | 6 | 1B | 5A | 31 |
| Octal | 360 | 162 | 14 | 0 | 64 | 137 | 6 | 33 | 132 | 61 |
| Binary | 11110000 | 1110010 | 1100 | 0 | 110100 | 1011111 | 110 | 11011 | 1011010 | 110001 |
Color Harmonies of #F0720C
Complementary color
Monochromatic Colors of #F0720C
Black with #F0720C
Text Example
Text Example
White with #F0720C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0720C; }
p { color: rgb(240,114,12); }
H1.HeaderClassName
{
color: #F0720C;
}
.AnyTagClassName
{
color: #F0720C;
}
</style>
background-color css
<style>
a { background-color: #F0720C; }
a { background-color: rgb(240,114,12); }
div.DivClassName
{
background-color: #F0720C;
}
.BgClassName
{
background-color: #F0720C;
}
</style>
border-color css
<style>
span { border-color: #F0720C; }
span { border-color: rgb(240,114,12); }
td.TdClassName
{
border-color: #F0720C;
}
.TagClassName
{
border-color: #F0720C;
}
</style>