Shades of New Tan #F2C699
Tints of New Tan #F2C699
RGB
CMYK
RGB Variations
Color information
#F2C699 (or 0xF2C699) is known color: New Tan. HEX triplet: F2, C6 and 99. RGB value is (242,198,153). Sum of RGB (Red+Green+Blue) = 242+198+153=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 153 (60.16% from 255 or 25.80% from 593); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C699 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C699 is #0D3966. Grayscale: #CECECE. Windows color (decimal): -866663 or 10077938. OLE color: 10077938.
HSL color Cylindrical-coordinate representation of color #F2C699: hue angle of 30.34º 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 #F2C699 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 198 | 153 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.05 |
| HSL | 30.34º | 0.77% | 0.77% | - |
| HSV(B) | 30.34º | 0.37% | 0.95% | - |
| XYZ | 62.56 | 61.57 | 38.72 | - |
| YUV | 206.03 | 98.08 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 198 | 153 | 0 | 0.18 | 0.37 | 0.05 | 30.34 | 0.77 | 0.77 |
| Hex | F2 | C6 | 99 | 0 | 12 | 25 | 5 | 1E | 4D | 4D |
| Octal | 362 | 306 | 231 | 0 | 22 | 45 | 5 | 36 | 115 | 115 |
| Binary | 11110010 | 11000110 | 10011001 | 0 | 10010 | 100101 | 101 | 11110 | 1001101 | 1001101 |
Color Harmonies of #F2C699
Complementary color
Monochromatic Colors of #F2C699
Black with #F2C699
Text Example
Text Example
White with #F2C699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C699; }
p { color: rgb(242,198,153); }
H1.HeaderClassName
{
color: #F2C699;
}
.AnyTagClassName
{
color: #F2C699;
}
</style>
background-color css
<style>
a { background-color: #F2C699; }
a { background-color: rgb(242,198,153); }
div.DivClassName
{
background-color: #F2C699;
}
.BgClassName
{
background-color: #F2C699;
}
</style>
border-color css
<style>
span { border-color: #F2C699; }
span { border-color: rgb(242,198,153); }
td.TdClassName
{
border-color: #F2C699;
}
.TagClassName
{
border-color: #F2C699;
}
</style>