Shades of New Tan #F4C996
Tints of New Tan #F4C996
RGB
CMYK
RGB Variations
Color information
#F4C996 (or 0xF4C996) is known color: New Tan. HEX triplet: F4, C9 and 96. RGB value is (244,201,150). Sum of RGB (Red+Green+Blue) = 244+201+150=595 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.01% from 595); Green value is 201 (78.91% from 255 or 33.78% from 595); Blue value is 150 (58.98% from 255 or 25.21% from 595); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C996 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4C996 is #0B3669. Grayscale: #D0D0D0. Windows color (decimal): -734826 or 9882100. OLE color: 9882100.
HSL color Cylindrical-coordinate representation of color #F4C996: hue angle of 32.55º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F4C996 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
RGB | 244 | 201 | 150 | - |
CMYK | 0 | 0.18 | 0.39 | 0.04 |
HSL | 32.55º | 0.81% | 0.77% | - |
HSV(B) | 32.55º | 0.39% | 0.96% | - |
XYZ | 63.7 | 63.21 | 37.7 | - |
YUV | 208.04 | 95.25 | 153.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 244 | 201 | 150 | 0 | 0.18 | 0.39 | 0.04 | 32.55 | 0.81 | 0.77 |
Hex | F4 | C9 | 96 | 0 | 12 | 27 | 4 | 21 | 51 | 4D |
Octal | 364 | 311 | 226 | 0 | 22 | 47 | 4 | 41 | 121 | 115 |
Binary | 11110100 | 11001001 | 10010110 | 0 | 10010 | 100111 | 100 | 100001 | 1010001 | 1001101 |
Color Harmonies of #F4C996
Complementary color
Monochromatic Colors of #F4C996
Black with #F4C996
Text Example
Text Example
White with #F4C996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C996; }
p { color: rgb(244,201,150); }
H1.HeaderClassName
{
color: #F4C996;
}
.AnyTagClassName
{
color: #F4C996;
}
</style>
background-color css
<style>
a { background-color: #F4C996; }
a { background-color: rgb(244,201,150); }
div.DivClassName
{
background-color: #F4C996;
}
.BgClassName
{
background-color: #F4C996;
}
</style>
border-color css
<style>
span { border-color: #F4C996; }
span { border-color: rgb(244,201,150); }
td.TdClassName
{
border-color: #F4C996;
}
.TagClassName
{
border-color: #F4C996;
}
</style>