Shades of New Tan #F2C999
Tints of New Tan #F2C999
RGB
CMYK
RGB Variations
Color information
#F2C999 (or 0xF2C999) is known color: New Tan. HEX triplet: F2, C9 and 99. RGB value is (242,201,153). Sum of RGB (Red+Green+Blue) = 242+201+153=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 153 (60.16% from 255 or 25.67% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C999 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C999 is #0D3666. Grayscale: #D0D0D0. Windows color (decimal): -865895 or 10078706. OLE color: 10078706.
HSL color Cylindrical-coordinate representation of color #F2C999: hue angle of 32.36º 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 #F2C999 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 201 | 153 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.05 |
| HSL | 32.36º | 0.77% | 0.77% | - |
| HSV(B) | 32.36º | 0.37% | 0.95% | - |
| XYZ | 63.25 | 62.95 | 38.95 | - |
| YUV | 207.79 | 97.08 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 201 | 153 | 0 | 0.17 | 0.37 | 0.05 | 32.36 | 0.77 | 0.77 |
| Hex | F2 | C9 | 99 | 0 | 11 | 25 | 5 | 20 | 4D | 4D |
| Octal | 362 | 311 | 231 | 0 | 21 | 45 | 5 | 40 | 115 | 115 |
| Binary | 11110010 | 11001001 | 10011001 | 0 | 10001 | 100101 | 101 | 100000 | 1001101 | 1001101 |
Color Harmonies of #F2C999
Complementary color
Monochromatic Colors of #F2C999
Black with #F2C999
Text Example
Text Example
White with #F2C999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C999; }
p { color: rgb(242,201,153); }
H1.HeaderClassName
{
color: #F2C999;
}
.AnyTagClassName
{
color: #F2C999;
}
</style>
background-color css
<style>
a { background-color: #F2C999; }
a { background-color: rgb(242,201,153); }
div.DivClassName
{
background-color: #F2C999;
}
.BgClassName
{
background-color: #F2C999;
}
</style>
border-color css
<style>
span { border-color: #F2C999; }
span { border-color: rgb(242,201,153); }
td.TdClassName
{
border-color: #F2C999;
}
.TagClassName
{
border-color: #F2C999;
}
</style>