Shades of Mango Tango #F57101
Tints of Mango Tango #F57101
RGB
CMYK
RGB Variations
Color information
#F57101 (or 0xF57101) is known color: Mango Tango. HEX triplet: F5, 71 and 01. RGB value is (245,113,1). Sum of RGB (Red+Green+Blue) = 245+113+1=359 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.25% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 1 (0.78% from 255 or 0.28% from 359); Max value from RGB is 245 - color contains mainly: red. Hex color #F57101 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57101 is #0A8EFE. Grayscale: #8C8C8C. Windows color (decimal): -691967 or 94709. OLE color: 94709.
HSL color Cylindrical-coordinate representation of color #F57101: hue angle of 27.54º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F57101 is Cyan = 0, Magento = 0.54, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 113 | 1 | - |
| CMYK | 0 | 0.54 | 1.00 | 0.04 |
| HSL | 27.54º | 0.99% | 0.48% | - |
| HSV(B) | 27.54º | 1% | 0.96% | - |
| XYZ | 43.57 | 31.22 | 3.76 | - |
| YUV | 139.7 | 49.73 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 113 | 1 | 0 | 0.54 | 1.00 | 0.04 | 27.54 | 0.99 | 0.48 |
| Hex | F5 | 71 | 1 | 0 | 36 | 64 | 4 | 1C | 63 | 30 |
| Octal | 365 | 161 | 1 | 0 | 66 | 144 | 4 | 34 | 143 | 60 |
| Binary | 11110101 | 1110001 | 1 | 0 | 110110 | 1100100 | 100 | 11100 | 1100011 | 110000 |
Color Harmonies of #F57101
Complementary color
Monochromatic Colors of #F57101
Black with #F57101
Text Example
Text Example
White with #F57101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57101; }
p { color: rgb(245,113,1); }
H1.HeaderClassName
{
color: #F57101;
}
.AnyTagClassName
{
color: #F57101;
}
</style>
background-color css
<style>
a { background-color: #F57101; }
a { background-color: rgb(245,113,1); }
div.DivClassName
{
background-color: #F57101;
}
.BgClassName
{
background-color: #F57101;
}
</style>
border-color css
<style>
span { border-color: #F57101; }
span { border-color: rgb(245,113,1); }
td.TdClassName
{
border-color: #F57101;
}
.TagClassName
{
border-color: #F57101;
}
</style>