Shades of Mango Tango #F47300
Tints of Mango Tango #F47300
RGB
CMYK
RGB Variations
Color information
#F47300 (or 0xF47300) is known color: Mango Tango. HEX triplet: F4, 73 and 00. RGB value is (244,115,0). Sum of RGB (Red+Green+Blue) = 244+115+0=359 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.97% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 244 - color contains mainly: red. Hex color #F47300 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F47300 is #0B8CFF. Grayscale: #8D8D8D. Windows color (decimal): -756992 or 29684. OLE color: 29684.
HSL color Cylindrical-coordinate representation of color #F47300: hue angle of 28.28º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F47300 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 115 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.04 |
| HSL | 28.28º | 1% | 0.48% | - |
| HSV(B) | 28.28º | 1% | 0.96% | - |
| XYZ | 43.44 | 31.49 | 3.79 | - |
| YUV | 140.46 | 48.74 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 115 | 0 | 0 | 0.53 | 1 | 0.04 | 28.28 | 1 | 0.48 |
| Hex | F4 | 73 | 0 | 0 | 35 | 64 | 4 | 1C | 64 | 30 |
| Octal | 364 | 163 | 0 | 0 | 65 | 144 | 4 | 34 | 144 | 60 |
| Binary | 11110100 | 1110011 | 0 | 0 | 110101 | 1100100 | 100 | 11100 | 1100100 | 110000 |
Color Harmonies of #F47300
Complementary color
Monochromatic Colors of #F47300
Black with #F47300
Text Example
Text Example
White with #F47300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47300; }
p { color: rgb(244,115,0); }
H1.HeaderClassName
{
color: #F47300;
}
.AnyTagClassName
{
color: #F47300;
}
</style>
background-color css
<style>
a { background-color: #F47300; }
a { background-color: rgb(244,115,0); }
div.DivClassName
{
background-color: #F47300;
}
.BgClassName
{
background-color: #F47300;
}
</style>
border-color css
<style>
span { border-color: #F47300; }
span { border-color: rgb(244,115,0); }
td.TdClassName
{
border-color: #F47300;
}
.TagClassName
{
border-color: #F47300;
}
</style>