Shades of Mango Tango #F0700D
Tints of Mango Tango #F0700D
RGB
CMYK
RGB Variations
Color information
#F0700D (or 0xF0700D) is known color: Mango Tango. HEX triplet: F0, 70 and 0D. RGB value is (240,112,13). Sum of RGB (Red+Green+Blue) = 240+112+13=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F0700D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0700D is #0F8FF2. Grayscale: #8B8B8B. Windows color (decimal): -1019891 or 880880. OLE color: 880880.
HSL color Cylindrical-coordinate representation of color #F0700D: hue angle of 26.17º 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 #F0700D is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 13 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.06 |
| HSL | 26.17º | 0.9% | 0.5% | - |
| HSV(B) | 26.17º | 0.95% | 0.94% | - |
| XYZ | 41.8 | 30.14 | 4 | - |
| YUV | 138.99 | 56.91 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 13 | 0 | 0.53 | 0.95 | 0.06 | 26.17 | 0.9 | 0.5 |
| Hex | F0 | 70 | D | 0 | 35 | 5F | 6 | 1A | 5A | 32 |
| Octal | 360 | 160 | 15 | 0 | 65 | 137 | 6 | 32 | 132 | 62 |
| Binary | 11110000 | 1110000 | 1101 | 0 | 110101 | 1011111 | 110 | 11010 | 1011010 | 110010 |
Color Harmonies of #F0700D
Complementary color
Monochromatic Colors of #F0700D
Black with #F0700D
Text Example
Text Example
White with #F0700D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0700D; }
p { color: rgb(240,112,13); }
H1.HeaderClassName
{
color: #F0700D;
}
.AnyTagClassName
{
color: #F0700D;
}
</style>
background-color css
<style>
a { background-color: #F0700D; }
a { background-color: rgb(240,112,13); }
div.DivClassName
{
background-color: #F0700D;
}
.BgClassName
{
background-color: #F0700D;
}
</style>
border-color css
<style>
span { border-color: #F0700D; }
span { border-color: rgb(240,112,13); }
td.TdClassName
{
border-color: #F0700D;
}
.TagClassName
{
border-color: #F0700D;
}
</style>