Shades of New Tan #F0CA9A
Tints of New Tan #F0CA9A
RGB
CMYK
RGB Variations
Color information
#F0CA9A (or 0xF0CA9A) is known color: New Tan. HEX triplet: F0, CA and 9A. RGB value is (240,202,154). Sum of RGB (Red+Green+Blue) = 240+202+154=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 154 (60.55% from 255 or 25.84% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CA9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CA9A is #0F3565. Grayscale: #D0D0D0. Windows color (decimal): -996710 or 10144496. OLE color: 10144496.
HSL color Cylindrical-coordinate representation of color #F0CA9A: hue angle of 33.49º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F0CA9A is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 202 | 154 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.06 |
| HSL | 33.49º | 0.74% | 0.77% | - |
| HSV(B) | 33.49º | 0.36% | 0.94% | - |
| XYZ | 62.89 | 63.1 | 39.44 | - |
| YUV | 207.89 | 97.59 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 202 | 154 | 0 | 0.16 | 0.36 | 0.06 | 33.49 | 0.74 | 0.77 |
| Hex | F0 | CA | 9A | 0 | 10 | 24 | 6 | 21 | 4A | 4D |
| Octal | 360 | 312 | 232 | 0 | 20 | 44 | 6 | 41 | 112 | 115 |
| Binary | 11110000 | 11001010 | 10011010 | 0 | 10000 | 100100 | 110 | 100001 | 1001010 | 1001101 |
Color Harmonies of #F0CA9A
Complementary color
Monochromatic Colors of #F0CA9A
Black with #F0CA9A
Text Example
Text Example
White with #F0CA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CA9A; }
p { color: rgb(240,202,154); }
H1.HeaderClassName
{
color: #F0CA9A;
}
.AnyTagClassName
{
color: #F0CA9A;
}
</style>
background-color css
<style>
a { background-color: #F0CA9A; }
a { background-color: rgb(240,202,154); }
div.DivClassName
{
background-color: #F0CA9A;
}
.BgClassName
{
background-color: #F0CA9A;
}
</style>
border-color css
<style>
span { border-color: #F0CA9A; }
span { border-color: rgb(240,202,154); }
td.TdClassName
{
border-color: #F0CA9A;
}
.TagClassName
{
border-color: #F0CA9A;
}
</style>