Shades of New Tan #F0CC9A
Tints of New Tan #F0CC9A
RGB
CMYK
RGB Variations
Color information
#F0CC9A (or 0xF0CC9A) is known color: New Tan. HEX triplet: F0, CC and 9A. RGB value is (240,204,154). Sum of RGB (Red+Green+Blue) = 240+204+154=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 154 (60.55% from 255 or 25.75% from 598); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CC9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CC9A is #0F3365. Grayscale: #D1D1D1. Windows color (decimal): -996198 or 10145008. OLE color: 10145008.
HSL color Cylindrical-coordinate representation of color #F0CC9A: hue angle of 34.88º 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 #F0CC9A is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 204 | 154 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.06 |
| HSL | 34.88º | 0.74% | 0.77% | - |
| HSV(B) | 34.88º | 0.36% | 0.94% | - |
| XYZ | 63.36 | 64.04 | 39.59 | - |
| YUV | 209.06 | 96.93 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 154 | 0 | 0.15 | 0.36 | 0.06 | 34.88 | 0.74 | 0.77 |
| Hex | F0 | CC | 9A | 0 | F | 24 | 6 | 23 | 4A | 4D |
| Octal | 360 | 314 | 232 | 0 | 17 | 44 | 6 | 43 | 112 | 115 |
| Binary | 11110000 | 11001100 | 10011010 | 0 | 1111 | 100100 | 110 | 100011 | 1001010 | 1001101 |
Color Harmonies of #F0CC9A
Complementary color
Monochromatic Colors of #F0CC9A
Black with #F0CC9A
Text Example
Text Example
White with #F0CC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CC9A; }
p { color: rgb(240,204,154); }
H1.HeaderClassName
{
color: #F0CC9A;
}
.AnyTagClassName
{
color: #F0CC9A;
}
</style>
background-color css
<style>
a { background-color: #F0CC9A; }
a { background-color: rgb(240,204,154); }
div.DivClassName
{
background-color: #F0CC9A;
}
.BgClassName
{
background-color: #F0CC9A;
}
</style>
border-color css
<style>
span { border-color: #F0CC9A; }
span { border-color: rgb(240,204,154); }
td.TdClassName
{
border-color: #F0CC9A;
}
.TagClassName
{
border-color: #F0CC9A;
}
</style>