Shades of Mango Tango #F4740B
Tints of Mango Tango #F4740B
RGB
CMYK
RGB Variations
Color information
#F4740B (or 0xF4740B) is known color: Mango Tango. HEX triplet: F4, 74 and 0B. RGB value is (244,116,11). Sum of RGB (Red+Green+Blue) = 244+116+11=371 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.77% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 11 (4.69% from 255 or 2.96% from 371); Max value from RGB is 244 - color contains mainly: red. Hex color #F4740B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F4740B is #0B8BF4. Grayscale: #8E8E8E. Windows color (decimal): -756725 or 750836. OLE color: 750836.
HSL color Cylindrical-coordinate representation of color #F4740B: hue angle of 27.04º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F4740B is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 116 | 11 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.04 |
| HSL | 27.04º | 0.91% | 0.5% | - |
| HSV(B) | 27.04º | 0.95% | 0.96% | - |
| XYZ | 43.61 | 31.75 | 4.15 | - |
| YUV | 142.3 | 53.91 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 116 | 11 | 0 | 0.52 | 0.95 | 0.04 | 27.04 | 0.91 | 0.5 |
| Hex | F4 | 74 | B | 0 | 34 | 5F | 4 | 1B | 5B | 32 |
| Octal | 364 | 164 | 13 | 0 | 64 | 137 | 4 | 33 | 133 | 62 |
| Binary | 11110100 | 1110100 | 1011 | 0 | 110100 | 1011111 | 100 | 11011 | 1011011 | 110010 |
Color Harmonies of #F4740B
Complementary color
Monochromatic Colors of #F4740B
Black with #F4740B
Text Example
Text Example
White with #F4740B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4740B; }
p { color: rgb(244,116,11); }
H1.HeaderClassName
{
color: #F4740B;
}
.AnyTagClassName
{
color: #F4740B;
}
</style>
background-color css
<style>
a { background-color: #F4740B; }
a { background-color: rgb(244,116,11); }
div.DivClassName
{
background-color: #F4740B;
}
.BgClassName
{
background-color: #F4740B;
}
</style>
border-color css
<style>
span { border-color: #F4740B; }
span { border-color: rgb(244,116,11); }
td.TdClassName
{
border-color: #F4740B;
}
.TagClassName
{
border-color: #F4740B;
}
</style>