Shades of New Tan #F0CB9A
Tints of New Tan #F0CB9A
RGB
CMYK
RGB Variations
Color information
#F0CB9A (or 0xF0CB9A) is known color: New Tan. HEX triplet: F0, CB and 9A. RGB value is (240,203,154). Sum of RGB (Red+Green+Blue) = 240+203+154=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 154 (60.55% from 255 or 25.80% from 597); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CB9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CB9A is #0F3465. Grayscale: #D0D0D0. Windows color (decimal): -996454 or 10144752. OLE color: 10144752.
HSL color Cylindrical-coordinate representation of color #F0CB9A: hue angle of 34.19º 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 #F0CB9A is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 203 | 154 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.06 |
| HSL | 34.19º | 0.74% | 0.77% | - |
| HSV(B) | 34.19º | 0.36% | 0.94% | - |
| XYZ | 63.12 | 63.57 | 39.52 | - |
| YUV | 208.48 | 97.26 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 203 | 154 | 0 | 0.15 | 0.36 | 0.06 | 34.19 | 0.74 | 0.77 |
| Hex | F0 | CB | 9A | 0 | F | 24 | 6 | 22 | 4A | 4D |
| Octal | 360 | 313 | 232 | 0 | 17 | 44 | 6 | 42 | 112 | 115 |
| Binary | 11110000 | 11001011 | 10011010 | 0 | 1111 | 100100 | 110 | 100010 | 1001010 | 1001101 |
Color Harmonies of #F0CB9A
Complementary color
Monochromatic Colors of #F0CB9A
Black with #F0CB9A
Text Example
Text Example
White with #F0CB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CB9A; }
p { color: rgb(240,203,154); }
H1.HeaderClassName
{
color: #F0CB9A;
}
.AnyTagClassName
{
color: #F0CB9A;
}
</style>
background-color css
<style>
a { background-color: #F0CB9A; }
a { background-color: rgb(240,203,154); }
div.DivClassName
{
background-color: #F0CB9A;
}
.BgClassName
{
background-color: #F0CB9A;
}
</style>
border-color css
<style>
span { border-color: #F0CB9A; }
span { border-color: rgb(240,203,154); }
td.TdClassName
{
border-color: #F0CB9A;
}
.TagClassName
{
border-color: #F0CB9A;
}
</style>