Shades of New Tan #F4C195
Tints of New Tan #F4C195
RGB
CMYK
RGB Variations
Color information
#F4C195 (or 0xF4C195) is known color: New Tan. HEX triplet: F4, C1 and 95. RGB value is (244,193,149). Sum of RGB (Red+Green+Blue) = 244+193+149=586 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.64% from 586); Green value is 193 (75.78% from 255 or 32.94% from 586); Blue value is 149 (58.59% from 255 or 25.43% from 586); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C195 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4C195 is #0B3E6A. Grayscale: #CBCBCB. Windows color (decimal): -736875 or 9814516. OLE color: 9814516.
HSL color Cylindrical-coordinate representation of color #F4C195: hue angle of 27.79º 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 #F4C195 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 193 | 149 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.04 |
| HSL | 27.79º | 0.81% | 0.77% | - |
| HSV(B) | 27.79º | 0.39% | 0.96% | - |
| XYZ | 61.8 | 59.54 | 36.67 | - |
| YUV | 203.23 | 97.4 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 193 | 149 | 0 | 0.21 | 0.39 | 0.04 | 27.79 | 0.81 | 0.77 |
| Hex | F4 | C1 | 95 | 0 | 15 | 27 | 4 | 1C | 51 | 4D |
| Octal | 364 | 301 | 225 | 0 | 25 | 47 | 4 | 34 | 121 | 115 |
| Binary | 11110100 | 11000001 | 10010101 | 0 | 10101 | 100111 | 100 | 11100 | 1010001 | 1001101 |
Color Harmonies of #F4C195
Complementary color
Monochromatic Colors of #F4C195
Black with #F4C195
Text Example
Text Example
White with #F4C195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C195; }
p { color: rgb(244,193,149); }
H1.HeaderClassName
{
color: #F4C195;
}
.AnyTagClassName
{
color: #F4C195;
}
</style>
background-color css
<style>
a { background-color: #F4C195; }
a { background-color: rgb(244,193,149); }
div.DivClassName
{
background-color: #F4C195;
}
.BgClassName
{
background-color: #F4C195;
}
</style>
border-color css
<style>
span { border-color: #F4C195; }
span { border-color: rgb(244,193,149); }
td.TdClassName
{
border-color: #F4C195;
}
.TagClassName
{
border-color: #F4C195;
}
</style>