Shades of Mango Tango #F0730C
Tints of Mango Tango #F0730C
RGB
CMYK
RGB Variations
Color information
#F0730C (or 0xF0730C) is known color: Mango Tango. HEX triplet: F0, 73 and 0C. RGB value is (240,115,12). Sum of RGB (Red+Green+Blue) = 240+115+12=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 12 (5.08% from 255 or 3.27% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F0730C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0730C is #0F8CF3. Grayscale: #8D8D8D. Windows color (decimal): -1019124 or 816112. OLE color: 816112.
HSL color Cylindrical-coordinate representation of color #F0730C: hue angle of 27.11º 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 #F0730C is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 115 | 12 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.06 |
| HSL | 27.11º | 0.9% | 0.49% | - |
| HSV(B) | 27.11º | 0.95% | 0.94% | - |
| XYZ | 42.13 | 30.81 | 4.07 | - |
| YUV | 140.63 | 55.41 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 115 | 12 | 0 | 0.52 | 0.95 | 0.06 | 27.11 | 0.9 | 0.49 |
| Hex | F0 | 73 | C | 0 | 34 | 5F | 6 | 1B | 5A | 31 |
| Octal | 360 | 163 | 14 | 0 | 64 | 137 | 6 | 33 | 132 | 61 |
| Binary | 11110000 | 1110011 | 1100 | 0 | 110100 | 1011111 | 110 | 11011 | 1011010 | 110001 |
Color Harmonies of #F0730C
Complementary color
Monochromatic Colors of #F0730C
Black with #F0730C
Text Example
Text Example
White with #F0730C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0730C; }
p { color: rgb(240,115,12); }
H1.HeaderClassName
{
color: #F0730C;
}
.AnyTagClassName
{
color: #F0730C;
}
</style>
background-color css
<style>
a { background-color: #F0730C; }
a { background-color: rgb(240,115,12); }
div.DivClassName
{
background-color: #F0730C;
}
.BgClassName
{
background-color: #F0730C;
}
</style>
border-color css
<style>
span { border-color: #F0730C; }
span { border-color: rgb(240,115,12); }
td.TdClassName
{
border-color: #F0730C;
}
.TagClassName
{
border-color: #F0730C;
}
</style>