Shades of Mango Tango #F67306
Tints of Mango Tango #F67306
RGB
CMYK
RGB Variations
Color information
#F67306 (or 0xF67306) is known color: Mango Tango. HEX triplet: F6, 73 and 06. RGB value is (246,115,6). Sum of RGB (Red+Green+Blue) = 246+115+6=367 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.03% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 6 (2.73% from 255 or 1.63% from 367); Max value from RGB is 246 - color contains mainly: red. Hex color #F67306 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67306 is #098CF9. Grayscale: #8E8E8E. Windows color (decimal): -625914 or 422902. OLE color: 422902.
HSL color Cylindrical-coordinate representation of color #F67306: hue angle of 27.25º degrees, saturation: 0.95, 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 #F67306 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 115 | 6 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.04 |
| HSL | 27.25º | 0.95% | 0.49% | - |
| HSV(B) | 27.25º | 0.98% | 0.96% | - |
| XYZ | 44.17 | 31.87 | 4 | - |
| YUV | 141.74 | 51.4 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 115 | 6 | 0 | 0.53 | 0.98 | 0.04 | 27.25 | 0.95 | 0.49 |
| Hex | F6 | 73 | 6 | 0 | 35 | 62 | 4 | 1B | 5F | 31 |
| Octal | 366 | 163 | 6 | 0 | 65 | 142 | 4 | 33 | 137 | 61 |
| Binary | 11110110 | 1110011 | 110 | 0 | 110101 | 1100010 | 100 | 11011 | 1011111 | 110001 |
Color Harmonies of #F67306
Complementary color
Monochromatic Colors of #F67306
Black with #F67306
Text Example
Text Example
White with #F67306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67306; }
p { color: rgb(246,115,6); }
H1.HeaderClassName
{
color: #F67306;
}
.AnyTagClassName
{
color: #F67306;
}
</style>
background-color css
<style>
a { background-color: #F67306; }
a { background-color: rgb(246,115,6); }
div.DivClassName
{
background-color: #F67306;
}
.BgClassName
{
background-color: #F67306;
}
</style>
border-color css
<style>
span { border-color: #F67306; }
span { border-color: rgb(246,115,6); }
td.TdClassName
{
border-color: #F67306;
}
.TagClassName
{
border-color: #F67306;
}
</style>