Shades of New Tan #F2C994
Tints of New Tan #F2C994
RGB
CMYK
RGB Variations
Color information
#F2C994 (or 0xF2C994) is known color: New Tan. HEX triplet: F2, C9 and 94. RGB value is (242,201,148). Sum of RGB (Red+Green+Blue) = 242+201+148=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 201 (78.91% from 255 or 34.01% from 591); Blue value is 148 (58.20% from 255 or 25.04% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C994 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C994 is #0D366B. Grayscale: #CFCFCF. Windows color (decimal): -865900 or 9751026. OLE color: 9751026.
HSL color Cylindrical-coordinate representation of color #F2C994: hue angle of 33.83º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F2C994 is Cyan = 0, Magento = 0.17, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 201 | 148 | - |
| CMYK | 0 | 0.17 | 0.39 | 0.05 |
| HSL | 33.83º | 0.78% | 0.76% | - |
| HSV(B) | 33.83º | 0.39% | 0.95% | - |
| XYZ | 62.85 | 62.79 | 36.82 | - |
| YUV | 207.22 | 94.58 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 201 | 148 | 0 | 0.17 | 0.39 | 0.05 | 33.83 | 0.78 | 0.76 |
| Hex | F2 | C9 | 94 | 0 | 11 | 27 | 5 | 22 | 4E | 4C |
| Octal | 362 | 311 | 224 | 0 | 21 | 47 | 5 | 42 | 116 | 114 |
| Binary | 11110010 | 11001001 | 10010100 | 0 | 10001 | 100111 | 101 | 100010 | 1001110 | 1001100 |
Color Harmonies of #F2C994
Complementary color
Monochromatic Colors of #F2C994
Black with #F2C994
Text Example
Text Example
White with #F2C994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C994; }
p { color: rgb(242,201,148); }
H1.HeaderClassName
{
color: #F2C994;
}
.AnyTagClassName
{
color: #F2C994;
}
</style>
background-color css
<style>
a { background-color: #F2C994; }
a { background-color: rgb(242,201,148); }
div.DivClassName
{
background-color: #F2C994;
}
.BgClassName
{
background-color: #F2C994;
}
</style>
border-color css
<style>
span { border-color: #F2C994; }
span { border-color: rgb(242,201,148); }
td.TdClassName
{
border-color: #F2C994;
}
.TagClassName
{
border-color: #F2C994;
}
</style>