Shades of Mango Tango #F0790D
Tints of Mango Tango #F0790D
RGB
CMYK
RGB Variations
Color information
#F0790D (or 0xF0790D) is known color: Mango Tango. HEX triplet: F0, 79 and 0D. RGB value is (240,121,13). Sum of RGB (Red+Green+Blue) = 240+121+13=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 13 (5.47% from 255 or 3.48% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F0790D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0790D is #0F86F2. Grayscale: #909090. Windows color (decimal): -1017587 or 883184. OLE color: 883184.
HSL color Cylindrical-coordinate representation of color #F0790D: hue angle of 28.55º 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 #F0790D is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 121 | 13 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.06 |
| HSL | 28.55º | 0.9% | 0.5% | - |
| HSV(B) | 28.55º | 0.95% | 0.94% | - |
| XYZ | 42.85 | 32.23 | 4.34 | - |
| YUV | 144.27 | 53.92 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 121 | 13 | 0 | 0.50 | 0.95 | 0.06 | 28.55 | 0.9 | 0.5 |
| Hex | F0 | 79 | D | 0 | 32 | 5F | 6 | 1D | 5A | 32 |
| Octal | 360 | 171 | 15 | 0 | 62 | 137 | 6 | 35 | 132 | 62 |
| Binary | 11110000 | 1111001 | 1101 | 0 | 110010 | 1011111 | 110 | 11101 | 1011010 | 110010 |
Color Harmonies of #F0790D
Complementary color
Monochromatic Colors of #F0790D
Black with #F0790D
Text Example
Text Example
White with #F0790D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0790D; }
p { color: rgb(240,121,13); }
H1.HeaderClassName
{
color: #F0790D;
}
.AnyTagClassName
{
color: #F0790D;
}
</style>
background-color css
<style>
a { background-color: #F0790D; }
a { background-color: rgb(240,121,13); }
div.DivClassName
{
background-color: #F0790D;
}
.BgClassName
{
background-color: #F0790D;
}
</style>
border-color css
<style>
span { border-color: #F0790D; }
span { border-color: rgb(240,121,13); }
td.TdClassName
{
border-color: #F0790D;
}
.TagClassName
{
border-color: #F0790D;
}
</style>