Shades of Mango Tango #F07304
Tints of Mango Tango #F07304
RGB
CMYK
RGB Variations
Color information
#F07304 (or 0xF07304) is known color: Mango Tango. HEX triplet: F0, 73 and 04. RGB value is (240,115,4). Sum of RGB (Red+Green+Blue) = 240+115+4=359 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.85% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 4 (1.95% from 255 or 1.11% from 359); Max value from RGB is 240 - color contains mainly: red. Hex color #F07304 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07304 is #0F8CFB. Grayscale: #8C8C8C. Windows color (decimal): -1019132 or 291824. OLE color: 291824.
HSL color Cylindrical-coordinate representation of color #F07304: hue angle of 28.22º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F07304 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 115 | 4 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.06 |
| HSL | 28.22º | 0.97% | 0.48% | - |
| HSV(B) | 28.22º | 0.98% | 0.94% | - |
| XYZ | 42.09 | 30.8 | 3.84 | - |
| YUV | 139.72 | 51.41 | 199.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 115 | 4 | 0 | 0.52 | 0.98 | 0.06 | 28.22 | 0.97 | 0.48 |
| Hex | F0 | 73 | 4 | 0 | 34 | 62 | 6 | 1C | 61 | 30 |
| Octal | 360 | 163 | 4 | 0 | 64 | 142 | 6 | 34 | 141 | 60 |
| Binary | 11110000 | 1110011 | 100 | 0 | 110100 | 1100010 | 110 | 11100 | 1100001 | 110000 |
Color Harmonies of #F07304
Complementary color
Monochromatic Colors of #F07304
Black with #F07304
Text Example
Text Example
White with #F07304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07304; }
p { color: rgb(240,115,4); }
H1.HeaderClassName
{
color: #F07304;
}
.AnyTagClassName
{
color: #F07304;
}
</style>
background-color css
<style>
a { background-color: #F07304; }
a { background-color: rgb(240,115,4); }
div.DivClassName
{
background-color: #F07304;
}
.BgClassName
{
background-color: #F07304;
}
</style>
border-color css
<style>
span { border-color: #F07304; }
span { border-color: rgb(240,115,4); }
td.TdClassName
{
border-color: #F07304;
}
.TagClassName
{
border-color: #F07304;
}
</style>