Shades of Mango Tango #F0730A
Tints of Mango Tango #F0730A
RGB
CMYK
RGB Variations
Color information
#F0730A (or 0xF0730A) is known color: Mango Tango. HEX triplet: F0, 73 and 0A. RGB value is (240,115,10). Sum of RGB (Red+Green+Blue) = 240+115+10=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 10 (4.30% from 255 or 2.74% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F0730A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0730A is #0F8CF5. Grayscale: #8C8C8C. Windows color (decimal): -1019126 or 685040. OLE color: 685040.
HSL color Cylindrical-coordinate representation of color #F0730A: hue angle of 27.39º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0730A is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 115 | 10 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.06 |
| HSL | 27.39º | 0.92% | 0.49% | - |
| HSV(B) | 27.39º | 0.96% | 0.94% | - |
| XYZ | 42.12 | 30.81 | 4.01 | - |
| YUV | 140.41 | 54.41 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 115 | 10 | 0 | 0.52 | 0.96 | 0.06 | 27.39 | 0.92 | 0.49 |
| Hex | F0 | 73 | A | 0 | 34 | 60 | 6 | 1B | 5C | 31 |
| Octal | 360 | 163 | 12 | 0 | 64 | 140 | 6 | 33 | 134 | 61 |
| Binary | 11110000 | 1110011 | 1010 | 0 | 110100 | 1100000 | 110 | 11011 | 1011100 | 110001 |
Color Harmonies of #F0730A
Complementary color
Monochromatic Colors of #F0730A
Black with #F0730A
Text Example
Text Example
White with #F0730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0730A; }
p { color: rgb(240,115,10); }
H1.HeaderClassName
{
color: #F0730A;
}
.AnyTagClassName
{
color: #F0730A;
}
</style>
background-color css
<style>
a { background-color: #F0730A; }
a { background-color: rgb(240,115,10); }
div.DivClassName
{
background-color: #F0730A;
}
.BgClassName
{
background-color: #F0730A;
}
</style>
border-color css
<style>
span { border-color: #F0730A; }
span { border-color: rgb(240,115,10); }
td.TdClassName
{
border-color: #F0730A;
}
.TagClassName
{
border-color: #F0730A;
}
</style>