Shades of New Tan #F0CA9F
Tints of New Tan #F0CA9F
RGB
CMYK
RGB Variations
Color information
#F0CA9F (or 0xF0CA9F) is known color: New Tan. HEX triplet: F0, CA and 9F. RGB value is (240,202,159). Sum of RGB (Red+Green+Blue) = 240+202+159=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 159 (62.5% from 255 or 26.46% from 601); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CA9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CA9F is #0F3560. Grayscale: #D0D0D0. Windows color (decimal): -996705 or 10472176. OLE color: 10472176.
HSL color Cylindrical-coordinate representation of color #F0CA9F: hue angle of 31.85º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F0CA9F is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 202 | 159 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.06 |
| HSL | 31.85º | 0.73% | 0.78% | - |
| HSV(B) | 31.85º | 0.34% | 0.94% | - |
| XYZ | 63.31 | 63.27 | 41.68 | - |
| YUV | 208.46 | 100.09 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 202 | 159 | 0 | 0.16 | 0.34 | 0.06 | 31.85 | 0.73 | 0.78 |
| Hex | F0 | CA | 9F | 0 | 10 | 22 | 6 | 20 | 49 | 4E |
| Octal | 360 | 312 | 237 | 0 | 20 | 42 | 6 | 40 | 111 | 116 |
| Binary | 11110000 | 11001010 | 10011111 | 0 | 10000 | 100010 | 110 | 100000 | 1001001 | 1001110 |
Color Harmonies of #F0CA9F
Complementary color
Monochromatic Colors of #F0CA9F
Black with #F0CA9F
Text Example
Text Example
White with #F0CA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CA9F; }
p { color: rgb(240,202,159); }
H1.HeaderClassName
{
color: #F0CA9F;
}
.AnyTagClassName
{
color: #F0CA9F;
}
</style>
background-color css
<style>
a { background-color: #F0CA9F; }
a { background-color: rgb(240,202,159); }
div.DivClassName
{
background-color: #F0CA9F;
}
.BgClassName
{
background-color: #F0CA9F;
}
</style>
border-color css
<style>
span { border-color: #F0CA9F; }
span { border-color: rgb(240,202,159); }
td.TdClassName
{
border-color: #F0CA9F;
}
.TagClassName
{
border-color: #F0CA9F;
}
</style>