Shades of New Tan #F2CC99
Tints of New Tan #F2CC99
RGB
CMYK
RGB Variations
Color information
#F2CC99 (or 0xF2CC99) is known color: New Tan. HEX triplet: F2, CC and 99. RGB value is (242,204,153). Sum of RGB (Red+Green+Blue) = 242+204+153=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 153 (60.16% from 255 or 25.54% from 599); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CC99 is #0D3366. Grayscale: #D1D1D1. Windows color (decimal): -865127 or 10079474. OLE color: 10079474.
HSL color Cylindrical-coordinate representation of color #F2CC99: hue angle of 34.38º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F2CC99 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 153 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.05 |
| HSL | 34.38º | 0.77% | 0.77% | - |
| HSV(B) | 34.38º | 0.37% | 0.95% | - |
| XYZ | 63.96 | 64.36 | 39.19 | - |
| YUV | 209.55 | 96.09 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 153 | 0 | 0.16 | 0.37 | 0.05 | 34.38 | 0.77 | 0.77 |
| Hex | F2 | CC | 99 | 0 | 10 | 25 | 5 | 22 | 4D | 4D |
| Octal | 362 | 314 | 231 | 0 | 20 | 45 | 5 | 42 | 115 | 115 |
| Binary | 11110010 | 11001100 | 10011001 | 0 | 10000 | 100101 | 101 | 100010 | 1001101 | 1001101 |
Color Harmonies of #F2CC99
Complementary color
Monochromatic Colors of #F2CC99
Black with #F2CC99
Text Example
Text Example
White with #F2CC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CC99; }
p { color: rgb(242,204,153); }
H1.HeaderClassName
{
color: #F2CC99;
}
.AnyTagClassName
{
color: #F2CC99;
}
</style>
background-color css
<style>
a { background-color: #F2CC99; }
a { background-color: rgb(242,204,153); }
div.DivClassName
{
background-color: #F2CC99;
}
.BgClassName
{
background-color: #F2CC99;
}
</style>
border-color css
<style>
span { border-color: #F2CC99; }
span { border-color: rgb(242,204,153); }
td.TdClassName
{
border-color: #F2CC99;
}
.TagClassName
{
border-color: #F2CC99;
}
</style>