Shades of Mango Tango #F37206
Tints of Mango Tango #F37206
RGB
CMYK
RGB Variations
Color information
#F37206 (or 0xF37206) is known color: Mango Tango. HEX triplet: F3, 72 and 06. RGB value is (243,114,6). Sum of RGB (Red+Green+Blue) = 243+114+6=363 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.94% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 6 (2.73% from 255 or 1.65% from 363); Max value from RGB is 243 - color contains mainly: red. Hex color #F37206 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F37206 is #0C8DF9. Grayscale: #8C8C8C. Windows color (decimal): -822778 or 422643. OLE color: 422643.
HSL color Cylindrical-coordinate representation of color #F37206: hue angle of 27.34º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F37206 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 114 | 6 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.05 |
| HSL | 27.34º | 0.95% | 0.49% | - |
| HSV(B) | 27.34º | 0.98% | 0.95% | - |
| XYZ | 43.01 | 31.1 | 3.91 | - |
| YUV | 140.26 | 52.24 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 114 | 6 | 0 | 0.53 | 0.98 | 0.05 | 27.34 | 0.95 | 0.49 |
| Hex | F3 | 72 | 6 | 0 | 35 | 62 | 5 | 1B | 5F | 31 |
| Octal | 363 | 162 | 6 | 0 | 65 | 142 | 5 | 33 | 137 | 61 |
| Binary | 11110011 | 1110010 | 110 | 0 | 110101 | 1100010 | 101 | 11011 | 1011111 | 110001 |
Color Harmonies of #F37206
Complementary color
Monochromatic Colors of #F37206
Black with #F37206
Text Example
Text Example
White with #F37206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37206; }
p { color: rgb(243,114,6); }
H1.HeaderClassName
{
color: #F37206;
}
.AnyTagClassName
{
color: #F37206;
}
</style>
background-color css
<style>
a { background-color: #F37206; }
a { background-color: rgb(243,114,6); }
div.DivClassName
{
background-color: #F37206;
}
.BgClassName
{
background-color: #F37206;
}
</style>
border-color css
<style>
span { border-color: #F37206; }
span { border-color: rgb(243,114,6); }
td.TdClassName
{
border-color: #F37206;
}
.TagClassName
{
border-color: #F37206;
}
</style>