Shades of Mango Tango #F77300
Tints of Mango Tango #F77300
RGB
CMYK
RGB Variations
Color information
#F77300 (or 0xF77300) is known color: Mango Tango. HEX triplet: F7, 73 and 00. RGB value is (247,115,0). Sum of RGB (Red+Green+Blue) = 247+115+0=362 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.23% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 247 - color contains mainly: red. Hex color #F77300 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77300 is #088CFF. Grayscale: #8D8D8D. Windows color (decimal): -560384 or 29687. OLE color: 29687.
HSL color Cylindrical-coordinate representation of color #F77300: hue angle of 27.94º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F77300 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 115 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.03 |
| HSL | 27.94º | 1% | 0.48% | - |
| HSV(B) | 27.94º | 1% | 0.97% | - |
| XYZ | 44.49 | 32.04 | 3.84 | - |
| YUV | 141.36 | 48.23 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 0 | 0 | 0.53 | 1 | 0.03 | 27.94 | 1 | 0.48 |
| Hex | F7 | 73 | 0 | 0 | 35 | 64 | 3 | 1C | 64 | 30 |
| Octal | 367 | 163 | 0 | 0 | 65 | 144 | 3 | 34 | 144 | 60 |
| Binary | 11110111 | 1110011 | 0 | 0 | 110101 | 1100100 | 11 | 11100 | 1100100 | 110000 |
Color Harmonies of #F77300
Complementary color
Monochromatic Colors of #F77300
Black with #F77300
Text Example
Text Example
White with #F77300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77300; }
p { color: rgb(247,115,0); }
H1.HeaderClassName
{
color: #F77300;
}
.AnyTagClassName
{
color: #F77300;
}
</style>
background-color css
<style>
a { background-color: #F77300; }
a { background-color: rgb(247,115,0); }
div.DivClassName
{
background-color: #F77300;
}
.BgClassName
{
background-color: #F77300;
}
</style>
border-color css
<style>
span { border-color: #F77300; }
span { border-color: rgb(247,115,0); }
td.TdClassName
{
border-color: #F77300;
}
.TagClassName
{
border-color: #F77300;
}
</style>