Shades of New Tan #F0C49B
Tints of New Tan #F0C49B
RGB
CMYK
RGB Variations
Color information
#F0C49B (or 0xF0C49B) is known color: New Tan. HEX triplet: F0, C4 and 9B. RGB value is (240,196,155). Sum of RGB (Red+Green+Blue) = 240+196+155=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 155 (60.94% from 255 or 26.23% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C49B is #0F3B64. Grayscale: #CCCCCC. Windows color (decimal): -998245 or 10208496. OLE color: 10208496.
HSL color Cylindrical-coordinate representation of color #F0C49B: hue angle of 28.94º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0C49B is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 196 | 155 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.06 |
| HSL | 28.94º | 0.74% | 0.77% | - |
| HSV(B) | 28.94º | 0.35% | 0.94% | - |
| XYZ | 61.59 | 60.37 | 39.42 | - |
| YUV | 204.48 | 100.08 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 196 | 155 | 0 | 0.18 | 0.35 | 0.06 | 28.94 | 0.74 | 0.77 |
| Hex | F0 | C4 | 9B | 0 | 12 | 23 | 6 | 1D | 4A | 4D |
| Octal | 360 | 304 | 233 | 0 | 22 | 43 | 6 | 35 | 112 | 115 |
| Binary | 11110000 | 11000100 | 10011011 | 0 | 10010 | 100011 | 110 | 11101 | 1001010 | 1001101 |
Color Harmonies of #F0C49B
Complementary color
Monochromatic Colors of #F0C49B
Black with #F0C49B
Text Example
Text Example
White with #F0C49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C49B; }
p { color: rgb(240,196,155); }
H1.HeaderClassName
{
color: #F0C49B;
}
.AnyTagClassName
{
color: #F0C49B;
}
</style>
background-color css
<style>
a { background-color: #F0C49B; }
a { background-color: rgb(240,196,155); }
div.DivClassName
{
background-color: #F0C49B;
}
.BgClassName
{
background-color: #F0C49B;
}
</style>
border-color css
<style>
span { border-color: #F0C49B; }
span { border-color: rgb(240,196,155); }
td.TdClassName
{
border-color: #F0C49B;
}
.TagClassName
{
border-color: #F0C49B;
}
</style>