Shades of Mango Tango #F27503
Tints of Mango Tango #F27503
RGB
CMYK
RGB Variations
Color information
#F27503 (or 0xF27503) is known color: Mango Tango. HEX triplet: F2, 75 and 03. RGB value is (242,117,3). Sum of RGB (Red+Green+Blue) = 242+117+3=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 3 (1.56% from 255 or 0.83% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F27503 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27503 is #0D8AFC. Grayscale: #8D8D8D. Windows color (decimal): -887549 or 226802. OLE color: 226802.
HSL color Cylindrical-coordinate representation of color #F27503: hue angle of 28.62º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F27503 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 117 | 3 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.05 |
| HSL | 28.62º | 0.98% | 0.48% | - |
| HSV(B) | 28.62º | 0.99% | 0.95% | - |
| XYZ | 43 | 31.61 | 3.92 | - |
| YUV | 141.38 | 49.91 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 117 | 3 | 0 | 0.52 | 0.99 | 0.05 | 28.62 | 0.98 | 0.48 |
| Hex | F2 | 75 | 3 | 0 | 34 | 63 | 5 | 1D | 62 | 30 |
| Octal | 362 | 165 | 3 | 0 | 64 | 143 | 5 | 35 | 142 | 60 |
| Binary | 11110010 | 1110101 | 11 | 0 | 110100 | 1100011 | 101 | 11101 | 1100010 | 110000 |
Color Harmonies of #F27503
Complementary color
Monochromatic Colors of #F27503
Black with #F27503
Text Example
Text Example
White with #F27503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27503; }
p { color: rgb(242,117,3); }
H1.HeaderClassName
{
color: #F27503;
}
.AnyTagClassName
{
color: #F27503;
}
</style>
background-color css
<style>
a { background-color: #F27503; }
a { background-color: rgb(242,117,3); }
div.DivClassName
{
background-color: #F27503;
}
.BgClassName
{
background-color: #F27503;
}
</style>
border-color css
<style>
span { border-color: #F27503; }
span { border-color: rgb(242,117,3); }
td.TdClassName
{
border-color: #F27503;
}
.TagClassName
{
border-color: #F27503;
}
</style>