Shades of Mango Tango #F67504
Tints of Mango Tango #F67504
RGB
CMYK
RGB Variations
Color information
#F67504 (or 0xF67504) is known color: Mango Tango. HEX triplet: F6, 75 and 04. RGB value is (246,117,4). Sum of RGB (Red+Green+Blue) = 246+117+4=367 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.03% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 4 (1.95% from 255 or 1.09% from 367); Max value from RGB is 246 - color contains mainly: red. Hex color #F67504 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67504 is #098AFB. Grayscale: #8F8F8F. Windows color (decimal): -625404 or 292342. OLE color: 292342.
HSL color Cylindrical-coordinate representation of color #F67504: hue angle of 28.02º degrees, saturation: 0.97, 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 #F67504 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 117 | 4 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.04 |
| HSL | 28.02º | 0.97% | 0.49% | - |
| HSV(B) | 28.02º | 0.98% | 0.96% | - |
| XYZ | 44.39 | 32.32 | 4.01 | - |
| YUV | 142.69 | 49.74 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 117 | 4 | 0 | 0.52 | 0.98 | 0.04 | 28.02 | 0.97 | 0.49 |
| Hex | F6 | 75 | 4 | 0 | 34 | 62 | 4 | 1C | 61 | 31 |
| Octal | 366 | 165 | 4 | 0 | 64 | 142 | 4 | 34 | 141 | 61 |
| Binary | 11110110 | 1110101 | 100 | 0 | 110100 | 1100010 | 100 | 11100 | 1100001 | 110001 |
Color Harmonies of #F67504
Complementary color
Monochromatic Colors of #F67504
Black with #F67504
Text Example
Text Example
White with #F67504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67504; }
p { color: rgb(246,117,4); }
H1.HeaderClassName
{
color: #F67504;
}
.AnyTagClassName
{
color: #F67504;
}
</style>
background-color css
<style>
a { background-color: #F67504; }
a { background-color: rgb(246,117,4); }
div.DivClassName
{
background-color: #F67504;
}
.BgClassName
{
background-color: #F67504;
}
</style>
border-color css
<style>
span { border-color: #F67504; }
span { border-color: rgb(246,117,4); }
td.TdClassName
{
border-color: #F67504;
}
.TagClassName
{
border-color: #F67504;
}
</style>