Shades of Mango Tango #F67407
Tints of Mango Tango #F67407
RGB
CMYK
RGB Variations
Color information
#F67407 (or 0xF67407) is known color: Mango Tango. HEX triplet: F6, 74 and 07. RGB value is (246,116,7). Sum of RGB (Red+Green+Blue) = 246+116+7=369 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.67% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 7 (3.12% from 255 or 1.90% from 369); Max value from RGB is 246 - color contains mainly: red. Hex color #F67407 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67407 is #098BF8. Grayscale: #8F8F8F. Windows color (decimal): -625657 or 488694. OLE color: 488694.
HSL color Cylindrical-coordinate representation of color #F67407: hue angle of 27.36º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F67407 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 116 | 7 | - |
| CMYK | 0 | 0.53 | 0.97 | 0.04 |
| HSL | 27.36º | 0.94% | 0.5% | - |
| HSV(B) | 27.36º | 0.97% | 0.96% | - |
| XYZ | 44.29 | 32.1 | 4.06 | - |
| YUV | 142.44 | 51.57 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 116 | 7 | 0 | 0.53 | 0.97 | 0.04 | 27.36 | 0.94 | 0.5 |
| Hex | F6 | 74 | 7 | 0 | 35 | 61 | 4 | 1B | 5E | 32 |
| Octal | 366 | 164 | 7 | 0 | 65 | 141 | 4 | 33 | 136 | 62 |
| Binary | 11110110 | 1110100 | 111 | 0 | 110101 | 1100001 | 100 | 11011 | 1011110 | 110010 |
Color Harmonies of #F67407
Complementary color
Monochromatic Colors of #F67407
Black with #F67407
Text Example
Text Example
White with #F67407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67407; }
p { color: rgb(246,116,7); }
H1.HeaderClassName
{
color: #F67407;
}
.AnyTagClassName
{
color: #F67407;
}
</style>
background-color css
<style>
a { background-color: #F67407; }
a { background-color: rgb(246,116,7); }
div.DivClassName
{
background-color: #F67407;
}
.BgClassName
{
background-color: #F67407;
}
</style>
border-color css
<style>
span { border-color: #F67407; }
span { border-color: rgb(246,116,7); }
td.TdClassName
{
border-color: #F67407;
}
.TagClassName
{
border-color: #F67407;
}
</style>