Shades of Mango Tango #F37505
Tints of Mango Tango #F37505
RGB
CMYK
RGB Variations
Color information
#F37505 (or 0xF37505) is known color: Mango Tango. HEX triplet: F3, 75 and 05. RGB value is (243,117,5). Sum of RGB (Red+Green+Blue) = 243+117+5=365 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.58% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 5 (2.34% from 255 or 1.37% from 365); Max value from RGB is 243 - color contains mainly: red. Hex color #F37505 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F37505 is #0C8AFA. Grayscale: #8E8E8E. Windows color (decimal): -822011 or 357875. OLE color: 357875.
HSL color Cylindrical-coordinate representation of color #F37505: hue angle of 28.24º degrees, saturation: 0.96, 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 #F37505 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 117 | 5 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.05 |
| HSL | 28.24º | 0.96% | 0.49% | - |
| HSV(B) | 28.24º | 0.98% | 0.95% | - |
| XYZ | 43.35 | 31.79 | 3.99 | - |
| YUV | 141.91 | 50.74 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 117 | 5 | 0 | 0.52 | 0.98 | 0.05 | 28.24 | 0.96 | 0.49 |
| Hex | F3 | 75 | 5 | 0 | 34 | 62 | 5 | 1C | 60 | 31 |
| Octal | 363 | 165 | 5 | 0 | 64 | 142 | 5 | 34 | 140 | 61 |
| Binary | 11110011 | 1110101 | 101 | 0 | 110100 | 1100010 | 101 | 11100 | 1100000 | 110001 |
Color Harmonies of #F37505
Complementary color
Monochromatic Colors of #F37505
Black with #F37505
Text Example
Text Example
White with #F37505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37505; }
p { color: rgb(243,117,5); }
H1.HeaderClassName
{
color: #F37505;
}
.AnyTagClassName
{
color: #F37505;
}
</style>
background-color css
<style>
a { background-color: #F37505; }
a { background-color: rgb(243,117,5); }
div.DivClassName
{
background-color: #F37505;
}
.BgClassName
{
background-color: #F37505;
}
</style>
border-color css
<style>
span { border-color: #F37505; }
span { border-color: rgb(243,117,5); }
td.TdClassName
{
border-color: #F37505;
}
.TagClassName
{
border-color: #F37505;
}
</style>