Shades of Mango Tango #F57001
Tints of Mango Tango #F57001
RGB
CMYK
RGB Variations
Color information
#F57001 (or 0xF57001) is known color: Mango Tango. HEX triplet: F5, 70 and 01. RGB value is (245,112,1). Sum of RGB (Red+Green+Blue) = 245+112+1=358 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.44% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 1 (0.78% from 255 or 0.28% from 358); Max value from RGB is 245 - color contains mainly: red. Hex color #F57001 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57001 is #0A8FFE. Grayscale: #8B8B8B. Windows color (decimal): -692223 or 94453. OLE color: 94453.
HSL color Cylindrical-coordinate representation of color #F57001: hue angle of 27.3º 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 #F57001 is Cyan = 0, Magento = 0.54, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 112 | 1 | - |
| CMYK | 0 | 0.54 | 1.00 | 0.04 |
| HSL | 27.3º | 0.99% | 0.48% | - |
| HSV(B) | 27.3º | 1% | 0.96% | - |
| XYZ | 43.46 | 31 | 3.72 | - |
| YUV | 139.11 | 50.06 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 112 | 1 | 0 | 0.54 | 1.00 | 0.04 | 27.3 | 0.99 | 0.48 |
| Hex | F5 | 70 | 1 | 0 | 36 | 64 | 4 | 1B | 63 | 30 |
| Octal | 365 | 160 | 1 | 0 | 66 | 144 | 4 | 33 | 143 | 60 |
| Binary | 11110101 | 1110000 | 1 | 0 | 110110 | 1100100 | 100 | 11011 | 1100011 | 110000 |
Color Harmonies of #F57001
Complementary color
Monochromatic Colors of #F57001
Black with #F57001
Text Example
Text Example
White with #F57001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57001; }
p { color: rgb(245,112,1); }
H1.HeaderClassName
{
color: #F57001;
}
.AnyTagClassName
{
color: #F57001;
}
</style>
background-color css
<style>
a { background-color: #F57001; }
a { background-color: rgb(245,112,1); }
div.DivClassName
{
background-color: #F57001;
}
.BgClassName
{
background-color: #F57001;
}
</style>
border-color css
<style>
span { border-color: #F57001; }
span { border-color: rgb(245,112,1); }
td.TdClassName
{
border-color: #F57001;
}
.TagClassName
{
border-color: #F57001;
}
</style>