Shades of Mango Tango #F0720B
Tints of Mango Tango #F0720B
RGB
CMYK
RGB Variations
Color information
#F0720B (or 0xF0720B) is known color: Mango Tango. HEX triplet: F0, 72 and 0B. RGB value is (240,114,11). Sum of RGB (Red+Green+Blue) = 240+114+11=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 11 (4.69% from 255 or 3.01% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F0720B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0720B is #0F8DF4. Grayscale: #8C8C8C. Windows color (decimal): -1019381 or 750320. OLE color: 750320.
HSL color Cylindrical-coordinate representation of color #F0720B: hue angle of 26.99º degrees, saturation: 0.91, 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 #F0720B is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 114 | 11 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.06 |
| HSL | 26.99º | 0.91% | 0.49% | - |
| HSV(B) | 26.99º | 0.95% | 0.94% | - |
| XYZ | 42.01 | 30.58 | 4.01 | - |
| YUV | 139.93 | 55.24 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 114 | 11 | 0 | 0.52 | 0.95 | 0.06 | 26.99 | 0.91 | 0.49 |
| Hex | F0 | 72 | B | 0 | 34 | 5F | 6 | 1B | 5B | 31 |
| Octal | 360 | 162 | 13 | 0 | 64 | 137 | 6 | 33 | 133 | 61 |
| Binary | 11110000 | 1110010 | 1011 | 0 | 110100 | 1011111 | 110 | 11011 | 1011011 | 110001 |
Color Harmonies of #F0720B
Complementary color
Monochromatic Colors of #F0720B
Black with #F0720B
Text Example
Text Example
White with #F0720B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0720B; }
p { color: rgb(240,114,11); }
H1.HeaderClassName
{
color: #F0720B;
}
.AnyTagClassName
{
color: #F0720B;
}
</style>
background-color css
<style>
a { background-color: #F0720B; }
a { background-color: rgb(240,114,11); }
div.DivClassName
{
background-color: #F0720B;
}
.BgClassName
{
background-color: #F0720B;
}
</style>
border-color css
<style>
span { border-color: #F0720B; }
span { border-color: rgb(240,114,11); }
td.TdClassName
{
border-color: #F0720B;
}
.TagClassName
{
border-color: #F0720B;
}
</style>