Shades of Mango Tango #F37404
Tints of Mango Tango #F37404
RGB
CMYK
RGB Variations
Color information
#F37404 (or 0xF37404) is known color: Mango Tango. HEX triplet: F3, 74 and 04. RGB value is (243,116,4). Sum of RGB (Red+Green+Blue) = 243+116+4=363 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.94% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 4 (1.95% from 255 or 1.10% from 363); Max value from RGB is 243 - color contains mainly: red. Hex color #F37404 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F37404 is #0C8BFB. Grayscale: #8D8D8D. Windows color (decimal): -822268 or 292083. OLE color: 292083.
HSL color Cylindrical-coordinate representation of color #F37404: hue angle of 28.12º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F37404 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 116 | 4 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.05 |
| HSL | 28.12º | 0.97% | 0.48% | - |
| HSV(B) | 28.12º | 0.98% | 0.95% | - |
| XYZ | 43.23 | 31.55 | 3.93 | - |
| YUV | 141.21 | 50.58 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 116 | 4 | 0 | 0.52 | 0.98 | 0.05 | 28.12 | 0.97 | 0.48 |
| Hex | F3 | 74 | 4 | 0 | 34 | 62 | 5 | 1C | 61 | 30 |
| Octal | 363 | 164 | 4 | 0 | 64 | 142 | 5 | 34 | 141 | 60 |
| Binary | 11110011 | 1110100 | 100 | 0 | 110100 | 1100010 | 101 | 11100 | 1100001 | 110000 |
Color Harmonies of #F37404
Complementary color
Monochromatic Colors of #F37404
Black with #F37404
Text Example
Text Example
White with #F37404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37404; }
p { color: rgb(243,116,4); }
H1.HeaderClassName
{
color: #F37404;
}
.AnyTagClassName
{
color: #F37404;
}
</style>
background-color css
<style>
a { background-color: #F37404; }
a { background-color: rgb(243,116,4); }
div.DivClassName
{
background-color: #F37404;
}
.BgClassName
{
background-color: #F37404;
}
</style>
border-color css
<style>
span { border-color: #F37404; }
span { border-color: rgb(243,116,4); }
td.TdClassName
{
border-color: #F37404;
}
.TagClassName
{
border-color: #F37404;
}
</style>