Shades of Mango Tango #F2750C
Tints of Mango Tango #F2750C
RGB
CMYK
RGB Variations
Color information
#F2750C (or 0xF2750C) is known color: Mango Tango. HEX triplet: F2, 75 and 0C. RGB value is (242,117,12). Sum of RGB (Red+Green+Blue) = 242+117+12=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 12 (5.08% from 255 or 3.23% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F2750C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2750C is #0D8AF3. Grayscale: #8E8E8E. Windows color (decimal): -887540 or 816626. OLE color: 816626.
HSL color Cylindrical-coordinate representation of color #F2750C: hue angle of 27.39º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2750C is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 117 | 12 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.05 |
| HSL | 27.39º | 0.91% | 0.5% | - |
| HSV(B) | 27.39º | 0.95% | 0.95% | - |
| XYZ | 43.05 | 31.63 | 4.18 | - |
| YUV | 142.41 | 54.41 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 117 | 12 | 0 | 0.52 | 0.95 | 0.05 | 27.39 | 0.91 | 0.5 |
| Hex | F2 | 75 | C | 0 | 34 | 5F | 5 | 1B | 5B | 32 |
| Octal | 362 | 165 | 14 | 0 | 64 | 137 | 5 | 33 | 133 | 62 |
| Binary | 11110010 | 1110101 | 1100 | 0 | 110100 | 1011111 | 101 | 11011 | 1011011 | 110010 |
Color Harmonies of #F2750C
Complementary color
Monochromatic Colors of #F2750C
Black with #F2750C
Text Example
Text Example
White with #F2750C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2750C; }
p { color: rgb(242,117,12); }
H1.HeaderClassName
{
color: #F2750C;
}
.AnyTagClassName
{
color: #F2750C;
}
</style>
background-color css
<style>
a { background-color: #F2750C; }
a { background-color: rgb(242,117,12); }
div.DivClassName
{
background-color: #F2750C;
}
.BgClassName
{
background-color: #F2750C;
}
</style>
border-color css
<style>
span { border-color: #F2750C; }
span { border-color: rgb(242,117,12); }
td.TdClassName
{
border-color: #F2750C;
}
.TagClassName
{
border-color: #F2750C;
}
</style>