Shades of Mango Tango #CF7A02
Tints of Mango Tango #CF7A02
RGB
CMYK
RGB Variations
Color information
#CF7A02 (or 0xCF7A02) is known color: Mango Tango. HEX triplet: CF, 7A and 02. RGB value is (207,122,2). Sum of RGB (Red+Green+Blue) = 207+122+2=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7A02 is #3085FD. Grayscale: #868686. Windows color (decimal): -3180030 or 162511. OLE color: 162511.
HSL color Cylindrical-coordinate representation of color #CF7A02: hue angle of 35.12º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF7A02 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 122 | 2 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.19 |
| HSL | 35.12º | 0.98% | 0.41% | - |
| HSV(B) | 35.12º | 0.99% | 0.81% | - |
| XYZ | 32.7 | 27.19 | 3.58 | - |
| YUV | 133.74 | 53.66 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 122 | 2 | 0 | 0.41 | 0.99 | 0.19 | 35.12 | 0.98 | 0.41 |
| Hex | CF | 7A | 2 | 0 | 29 | 63 | 13 | 23 | 62 | 29 |
| Octal | 317 | 172 | 2 | 0 | 51 | 143 | 23 | 43 | 142 | 51 |
| Binary | 11001111 | 1111010 | 10 | 0 | 101001 | 1100011 | 10011 | 100011 | 1100010 | 101001 |
Color Harmonies of #CF7A02
Complementary color
Monochromatic Colors of #CF7A02
Black with #CF7A02
Text Example
Text Example
White with #CF7A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7A02; }
p { color: rgb(207,122,2); }
H1.HeaderClassName
{
color: #CF7A02;
}
.AnyTagClassName
{
color: #CF7A02;
}
</style>
background-color css
<style>
a { background-color: #CF7A02; }
a { background-color: rgb(207,122,2); }
div.DivClassName
{
background-color: #CF7A02;
}
.BgClassName
{
background-color: #CF7A02;
}
</style>
border-color css
<style>
span { border-color: #CF7A02; }
span { border-color: rgb(207,122,2); }
td.TdClassName
{
border-color: #CF7A02;
}
.TagClassName
{
border-color: #CF7A02;
}
</style>