Shades of Mango Tango #F37401
Tints of Mango Tango #F37401
RGB
CMYK
RGB Variations
Color information
#F37401 (or 0xF37401) is known color: Mango Tango. HEX triplet: F3, 74 and 01. RGB value is (243,116,1). Sum of RGB (Red+Green+Blue) = 243+116+1=360 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.5% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 1 (0.78% from 255 or 0.28% from 360); Max value from RGB is 243 - color contains mainly: red. Hex color #F37401 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F37401 is #0C8BFE. Grayscale: #8D8D8D. Windows color (decimal): -822271 or 95475. OLE color: 95475.
HSL color Cylindrical-coordinate representation of color #F37401: hue angle of 28.51º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F37401 is Cyan = 0, Magento = 0.52, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 116 | 1 | - |
| CMYK | 0 | 0.52 | 1.00 | 0.05 |
| HSL | 28.51º | 0.99% | 0.48% | - |
| HSV(B) | 28.51º | 1% | 0.95% | - |
| XYZ | 43.21 | 31.55 | 3.84 | - |
| YUV | 140.86 | 49.08 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 116 | 1 | 0 | 0.52 | 1.00 | 0.05 | 28.51 | 0.99 | 0.48 |
| Hex | F3 | 74 | 1 | 0 | 34 | 64 | 5 | 1D | 63 | 30 |
| Octal | 363 | 164 | 1 | 0 | 64 | 144 | 5 | 35 | 143 | 60 |
| Binary | 11110011 | 1110100 | 1 | 0 | 110100 | 1100100 | 101 | 11101 | 1100011 | 110000 |
Color Harmonies of #F37401
Complementary color
Monochromatic Colors of #F37401
Black with #F37401
Text Example
Text Example
White with #F37401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37401; }
p { color: rgb(243,116,1); }
H1.HeaderClassName
{
color: #F37401;
}
.AnyTagClassName
{
color: #F37401;
}
</style>
background-color css
<style>
a { background-color: #F37401; }
a { background-color: rgb(243,116,1); }
div.DivClassName
{
background-color: #F37401;
}
.BgClassName
{
background-color: #F37401;
}
</style>
border-color css
<style>
span { border-color: #F37401; }
span { border-color: rgb(243,116,1); }
td.TdClassName
{
border-color: #F37401;
}
.TagClassName
{
border-color: #F37401;
}
</style>