Shades of Mango Tango #F2750B
Tints of Mango Tango #F2750B
RGB
CMYK
RGB Variations
Color information
#F2750B (or 0xF2750B) is known color: Mango Tango. HEX triplet: F2, 75 and 0B. RGB value is (242,117,11). Sum of RGB (Red+Green+Blue) = 242+117+11=370 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.41% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 11 (4.69% from 255 or 2.97% from 370); Max value from RGB is 242 - color contains mainly: red. Hex color #F2750B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2750B is #0D8AF4. Grayscale: #8E8E8E. Windows color (decimal): -887541 or 751090. OLE color: 751090.
HSL color Cylindrical-coordinate representation of color #F2750B: hue angle of 27.53º 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 #F2750B is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 117 | 11 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.05 |
| HSL | 27.53º | 0.91% | 0.5% | - |
| HSV(B) | 27.53º | 0.95% | 0.95% | - |
| XYZ | 43.04 | 31.62 | 4.15 | - |
| YUV | 142.29 | 53.91 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 117 | 11 | 0 | 0.52 | 0.95 | 0.05 | 27.53 | 0.91 | 0.5 |
| Hex | F2 | 75 | B | 0 | 34 | 5F | 5 | 1C | 5B | 32 |
| Octal | 362 | 165 | 13 | 0 | 64 | 137 | 5 | 34 | 133 | 62 |
| Binary | 11110010 | 1110101 | 1011 | 0 | 110100 | 1011111 | 101 | 11100 | 1011011 | 110010 |
Color Harmonies of #F2750B
Complementary color
Monochromatic Colors of #F2750B
Black with #F2750B
Text Example
Text Example
White with #F2750B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2750B; }
p { color: rgb(242,117,11); }
H1.HeaderClassName
{
color: #F2750B;
}
.AnyTagClassName
{
color: #F2750B;
}
</style>
background-color css
<style>
a { background-color: #F2750B; }
a { background-color: rgb(242,117,11); }
div.DivClassName
{
background-color: #F2750B;
}
.BgClassName
{
background-color: #F2750B;
}
</style>
border-color css
<style>
span { border-color: #F2750B; }
span { border-color: rgb(242,117,11); }
td.TdClassName
{
border-color: #F2750B;
}
.TagClassName
{
border-color: #F2750B;
}
</style>