Shades of Mango Tango #F47000
Tints of Mango Tango #F47000
RGB
CMYK
RGB Variations
Color information
#F47000 (or 0xF47000) is known color: Mango Tango. HEX triplet: F4, 70 and 00. RGB value is (244,112,0). Sum of RGB (Red+Green+Blue) = 244+112+0=356 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.54% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 244 - color contains mainly: red. Hex color #F47000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F47000 is #0B8FFF. Grayscale: #8B8B8B. Windows color (decimal): -757760 or 28916. OLE color: 28916.
HSL color Cylindrical-coordinate representation of color #F47000: hue angle of 27.54º 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 #F47000 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 112 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.04 |
| HSL | 27.54º | 1% | 0.48% | - |
| HSV(B) | 27.54º | 1% | 0.96% | - |
| XYZ | 43.1 | 30.82 | 3.68 | - |
| YUV | 138.7 | 49.73 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 112 | 0 | 0 | 0.54 | 1 | 0.04 | 27.54 | 1 | 0.48 |
| Hex | F4 | 70 | 0 | 0 | 36 | 64 | 4 | 1C | 64 | 30 |
| Octal | 364 | 160 | 0 | 0 | 66 | 144 | 4 | 34 | 144 | 60 |
| Binary | 11110100 | 1110000 | 0 | 0 | 110110 | 1100100 | 100 | 11100 | 1100100 | 110000 |
Color Harmonies of #F47000
Complementary color
Monochromatic Colors of #F47000
Black with #F47000
Text Example
Text Example
White with #F47000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47000; }
p { color: rgb(244,112,0); }
H1.HeaderClassName
{
color: #F47000;
}
.AnyTagClassName
{
color: #F47000;
}
</style>
background-color css
<style>
a { background-color: #F47000; }
a { background-color: rgb(244,112,0); }
div.DivClassName
{
background-color: #F47000;
}
.BgClassName
{
background-color: #F47000;
}
</style>
border-color css
<style>
span { border-color: #F47000; }
span { border-color: rgb(244,112,0); }
td.TdClassName
{
border-color: #F47000;
}
.TagClassName
{
border-color: #F47000;
}
</style>