Shades of Mango Tango #F27200
Tints of Mango Tango #F27200
RGB
CMYK
RGB Variations
Color information
#F27200 (or 0xF27200) is known color: Mango Tango. HEX triplet: F2, 72 and 00. RGB value is (242,114,0). Sum of RGB (Red+Green+Blue) = 242+114+0=356 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.98% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 242 - color contains mainly: red. Hex color #F27200 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27200 is #0D8DFF. Grayscale: #8B8B8B. Windows color (decimal): -888320 or 29426. OLE color: 29426.
HSL color Cylindrical-coordinate representation of color #F27200: hue angle of 28.26º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F27200 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 114 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.05 |
| HSL | 28.26º | 1% | 0.47% | - |
| HSV(B) | 28.26º | 1% | 0.95% | - |
| XYZ | 42.64 | 30.91 | 3.72 | - |
| YUV | 139.28 | 49.41 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 114 | 0 | 0 | 0.53 | 1 | 0.05 | 28.26 | 1 | 0.47 |
| Hex | F2 | 72 | 0 | 0 | 35 | 64 | 5 | 1C | 64 | 2F |
| Octal | 362 | 162 | 0 | 0 | 65 | 144 | 5 | 34 | 144 | 57 |
| Binary | 11110010 | 1110010 | 0 | 0 | 110101 | 1100100 | 101 | 11100 | 1100100 | 101111 |
Color Harmonies of #F27200
Complementary color
Monochromatic Colors of #F27200
Black with #F27200
Text Example
Text Example
White with #F27200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27200; }
p { color: rgb(242,114,0); }
H1.HeaderClassName
{
color: #F27200;
}
.AnyTagClassName
{
color: #F27200;
}
</style>
background-color css
<style>
a { background-color: #F27200; }
a { background-color: rgb(242,114,0); }
div.DivClassName
{
background-color: #F27200;
}
.BgClassName
{
background-color: #F27200;
}
</style>
border-color css
<style>
span { border-color: #F27200; }
span { border-color: rgb(242,114,0); }
td.TdClassName
{
border-color: #F27200;
}
.TagClassName
{
border-color: #F27200;
}
</style>