Shades of New Tan #F2C99B
Tints of New Tan #F2C99B
RGB
CMYK
RGB Variations
Color information
#F2C99B (or 0xF2C99B) is known color: New Tan. HEX triplet: F2, C9 and 9B. RGB value is (242,201,155). Sum of RGB (Red+Green+Blue) = 242+201+155=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 201 (78.91% from 255 or 33.61% from 598); Blue value is 155 (60.94% from 255 or 25.92% from 598); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C99B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C99B is #0D3664. Grayscale: #D0D0D0. Windows color (decimal): -865893 or 10209778. OLE color: 10209778.
HSL color Cylindrical-coordinate representation of color #F2C99B: hue angle of 31.72º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F2C99B is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 201 | 155 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.05 |
| HSL | 31.72º | 0.77% | 0.78% | - |
| HSV(B) | 31.72º | 0.36% | 0.95% | - |
| XYZ | 63.42 | 63.02 | 39.83 | - |
| YUV | 208.02 | 98.08 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 201 | 155 | 0 | 0.17 | 0.36 | 0.05 | 31.72 | 0.77 | 0.78 |
| Hex | F2 | C9 | 9B | 0 | 11 | 24 | 5 | 20 | 4D | 4E |
| Octal | 362 | 311 | 233 | 0 | 21 | 44 | 5 | 40 | 115 | 116 |
| Binary | 11110010 | 11001001 | 10011011 | 0 | 10001 | 100100 | 101 | 100000 | 1001101 | 1001110 |
Color Harmonies of #F2C99B
Complementary color
Monochromatic Colors of #F2C99B
Black with #F2C99B
Text Example
Text Example
White with #F2C99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C99B; }
p { color: rgb(242,201,155); }
H1.HeaderClassName
{
color: #F2C99B;
}
.AnyTagClassName
{
color: #F2C99B;
}
</style>
background-color css
<style>
a { background-color: #F2C99B; }
a { background-color: rgb(242,201,155); }
div.DivClassName
{
background-color: #F2C99B;
}
.BgClassName
{
background-color: #F2C99B;
}
</style>
border-color css
<style>
span { border-color: #F2C99B; }
span { border-color: rgb(242,201,155); }
td.TdClassName
{
border-color: #F2C99B;
}
.TagClassName
{
border-color: #F2C99B;
}
</style>