Shades of Mango Tango #F37304
Tints of Mango Tango #F37304
RGB
CMYK
RGB Variations
Color information
#F37304 (or 0xF37304) is known color: Mango Tango. HEX triplet: F3, 73 and 04. RGB value is (243,115,4). Sum of RGB (Red+Green+Blue) = 243+115+4=362 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.13% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 4 (1.95% from 255 or 1.10% from 362); Max value from RGB is 243 - color contains mainly: red. Hex color #F37304 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F37304 is #0C8CFB. Grayscale: #8D8D8D. Windows color (decimal): -822524 or 291827. OLE color: 291827.
HSL color Cylindrical-coordinate representation of color #F37304: hue angle of 27.87º 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 #F37304 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 115 | 4 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.05 |
| HSL | 27.87º | 0.97% | 0.48% | - |
| HSV(B) | 27.87º | 0.98% | 0.95% | - |
| XYZ | 43.11 | 31.32 | 3.89 | - |
| YUV | 140.62 | 50.91 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 115 | 4 | 0 | 0.53 | 0.98 | 0.05 | 27.87 | 0.97 | 0.48 |
| Hex | F3 | 73 | 4 | 0 | 35 | 62 | 5 | 1C | 61 | 30 |
| Octal | 363 | 163 | 4 | 0 | 65 | 142 | 5 | 34 | 141 | 60 |
| Binary | 11110011 | 1110011 | 100 | 0 | 110101 | 1100010 | 101 | 11100 | 1100001 | 110000 |
Color Harmonies of #F37304
Complementary color
Monochromatic Colors of #F37304
Black with #F37304
Text Example
Text Example
White with #F37304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37304; }
p { color: rgb(243,115,4); }
H1.HeaderClassName
{
color: #F37304;
}
.AnyTagClassName
{
color: #F37304;
}
</style>
background-color css
<style>
a { background-color: #F37304; }
a { background-color: rgb(243,115,4); }
div.DivClassName
{
background-color: #F37304;
}
.BgClassName
{
background-color: #F37304;
}
</style>
border-color css
<style>
span { border-color: #F37304; }
span { border-color: rgb(243,115,4); }
td.TdClassName
{
border-color: #F37304;
}
.TagClassName
{
border-color: #F37304;
}
</style>