Shades of Mango Tango #F47304
Tints of Mango Tango #F47304
RGB
CMYK
RGB Variations
Color information
#F47304 (or 0xF47304) is known color: Mango Tango. HEX triplet: F4, 73 and 04. RGB value is (244,115,4). Sum of RGB (Red+Green+Blue) = 244+115+4=363 (48% of max value = 765). Red value is 244 (95.70% from 255 or 67.22% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 4 (1.95% from 255 or 1.10% from 363); Max value from RGB is 244 - color contains mainly: red. Hex color #F47304 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F47304 is #0B8CFB. Grayscale: #8D8D8D. Windows color (decimal): -756988 or 291828. OLE color: 291828.
HSL color Cylindrical-coordinate representation of color #F47304: hue angle of 27.75º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F47304 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 115 | 4 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.04 |
| HSL | 27.75º | 0.97% | 0.49% | - |
| HSV(B) | 27.75º | 0.98% | 0.96% | - |
| XYZ | 43.46 | 31.5 | 3.9 | - |
| YUV | 140.92 | 50.74 | 201.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 115 | 4 | 0 | 0.53 | 0.98 | 0.04 | 27.75 | 0.97 | 0.49 |
| Hex | F4 | 73 | 4 | 0 | 35 | 62 | 4 | 1C | 61 | 31 |
| Octal | 364 | 163 | 4 | 0 | 65 | 142 | 4 | 34 | 141 | 61 |
| Binary | 11110100 | 1110011 | 100 | 0 | 110101 | 1100010 | 100 | 11100 | 1100001 | 110001 |
Color Harmonies of #F47304
Complementary color
Monochromatic Colors of #F47304
Black with #F47304
Text Example
Text Example
White with #F47304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47304; }
p { color: rgb(244,115,4); }
H1.HeaderClassName
{
color: #F47304;
}
.AnyTagClassName
{
color: #F47304;
}
</style>
background-color css
<style>
a { background-color: #F47304; }
a { background-color: rgb(244,115,4); }
div.DivClassName
{
background-color: #F47304;
}
.BgClassName
{
background-color: #F47304;
}
</style>
border-color css
<style>
span { border-color: #F47304; }
span { border-color: rgb(244,115,4); }
td.TdClassName
{
border-color: #F47304;
}
.TagClassName
{
border-color: #F47304;
}
</style>