Shades of Mango Tango #CF7902
Tints of Mango Tango #CF7902
RGB
CMYK
RGB Variations
Color information
#CF7902 (or 0xCF7902) is known color: Mango Tango. HEX triplet: CF, 79 and 02. RGB value is (207,121,2). Sum of RGB (Red+Green+Blue) = 207+121+2=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7902 is #3086FD. Grayscale: #858585. Windows color (decimal): -3180286 or 162255. OLE color: 162255.
HSL color Cylindrical-coordinate representation of color #CF7902: hue angle of 34.83º 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 #CF7902 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 121 | 2 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.19 |
| HSL | 34.83º | 0.98% | 0.41% | - |
| HSV(B) | 34.83º | 0.99% | 0.81% | - |
| XYZ | 32.58 | 26.94 | 3.54 | - |
| YUV | 133.15 | 53.99 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 121 | 2 | 0 | 0.42 | 0.99 | 0.19 | 34.83 | 0.98 | 0.41 |
| Hex | CF | 79 | 2 | 0 | 2A | 63 | 13 | 23 | 62 | 29 |
| Octal | 317 | 171 | 2 | 0 | 52 | 143 | 23 | 43 | 142 | 51 |
| Binary | 11001111 | 1111001 | 10 | 0 | 101010 | 1100011 | 10011 | 100011 | 1100010 | 101001 |
Color Harmonies of #CF7902
Complementary color
Monochromatic Colors of #CF7902
Black with #CF7902
Text Example
Text Example
White with #CF7902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7902; }
p { color: rgb(207,121,2); }
H1.HeaderClassName
{
color: #CF7902;
}
.AnyTagClassName
{
color: #CF7902;
}
</style>
background-color css
<style>
a { background-color: #CF7902; }
a { background-color: rgb(207,121,2); }
div.DivClassName
{
background-color: #CF7902;
}
.BgClassName
{
background-color: #CF7902;
}
</style>
border-color css
<style>
span { border-color: #CF7902; }
span { border-color: rgb(207,121,2); }
td.TdClassName
{
border-color: #CF7902;
}
.TagClassName
{
border-color: #CF7902;
}
</style>