Shades of Mango Tango #F47305
Tints of Mango Tango #F47305
RGB
CMYK
RGB Variations
Color information
#F47305 (or 0xF47305) is known color: Mango Tango. HEX triplet: F4, 73 and 05. RGB value is (244,115,5). Sum of RGB (Red+Green+Blue) = 244+115+5=364 (48% of max value = 765). Red value is 244 (95.70% from 255 or 67.03% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 5 (2.34% from 255 or 1.37% from 364); Max value from RGB is 244 - color contains mainly: red. Hex color #F47305 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F47305 is #0B8CFA. Grayscale: #8D8D8D. Windows color (decimal): -756987 or 357364. OLE color: 357364.
HSL color Cylindrical-coordinate representation of color #F47305: hue angle of 27.62º degrees, saturation: 0.96, 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 #F47305 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 115 | 5 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.04 |
| HSL | 27.62º | 0.96% | 0.49% | - |
| HSV(B) | 27.62º | 0.98% | 0.96% | - |
| XYZ | 43.47 | 31.51 | 3.93 | - |
| YUV | 141.03 | 51.24 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 115 | 5 | 0 | 0.53 | 0.98 | 0.04 | 27.62 | 0.96 | 0.49 |
| Hex | F4 | 73 | 5 | 0 | 35 | 62 | 4 | 1C | 60 | 31 |
| Octal | 364 | 163 | 5 | 0 | 65 | 142 | 4 | 34 | 140 | 61 |
| Binary | 11110100 | 1110011 | 101 | 0 | 110101 | 1100010 | 100 | 11100 | 1100000 | 110001 |
Color Harmonies of #F47305
Complementary color
Monochromatic Colors of #F47305
Black with #F47305
Text Example
Text Example
White with #F47305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47305; }
p { color: rgb(244,115,5); }
H1.HeaderClassName
{
color: #F47305;
}
.AnyTagClassName
{
color: #F47305;
}
</style>
background-color css
<style>
a { background-color: #F47305; }
a { background-color: rgb(244,115,5); }
div.DivClassName
{
background-color: #F47305;
}
.BgClassName
{
background-color: #F47305;
}
</style>
border-color css
<style>
span { border-color: #F47305; }
span { border-color: rgb(244,115,5); }
td.TdClassName
{
border-color: #F47305;
}
.TagClassName
{
border-color: #F47305;
}
</style>