Shades of New Tan #F2C79B
Tints of New Tan #F2C79B
RGB
CMYK
RGB Variations
Color information
#F2C79B (or 0xF2C79B) is known color: New Tan. HEX triplet: F2, C7 and 9B. RGB value is (242,199,155). Sum of RGB (Red+Green+Blue) = 242+199+155=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 199 (78.12% from 255 or 33.39% from 596); Blue value is 155 (60.94% from 255 or 26.01% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C79B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C79B is #0D3864. Grayscale: #CFCFCF. Windows color (decimal): -866405 or 10209266. OLE color: 10209266.
HSL color Cylindrical-coordinate representation of color #F2C79B: hue angle of 30.34º 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 #F2C79B is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 199 | 155 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.05 |
| HSL | 30.34º | 0.77% | 0.78% | - |
| HSV(B) | 30.34º | 0.36% | 0.95% | - |
| XYZ | 62.96 | 62.09 | 39.68 | - |
| YUV | 206.84 | 98.75 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 199 | 155 | 0 | 0.18 | 0.36 | 0.05 | 30.34 | 0.77 | 0.78 |
| Hex | F2 | C7 | 9B | 0 | 12 | 24 | 5 | 1E | 4D | 4E |
| Octal | 362 | 307 | 233 | 0 | 22 | 44 | 5 | 36 | 115 | 116 |
| Binary | 11110010 | 11000111 | 10011011 | 0 | 10010 | 100100 | 101 | 11110 | 1001101 | 1001110 |
Color Harmonies of #F2C79B
Complementary color
Monochromatic Colors of #F2C79B
Black with #F2C79B
Text Example
Text Example
White with #F2C79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C79B; }
p { color: rgb(242,199,155); }
H1.HeaderClassName
{
color: #F2C79B;
}
.AnyTagClassName
{
color: #F2C79B;
}
</style>
background-color css
<style>
a { background-color: #F2C79B; }
a { background-color: rgb(242,199,155); }
div.DivClassName
{
background-color: #F2C79B;
}
.BgClassName
{
background-color: #F2C79B;
}
</style>
border-color css
<style>
span { border-color: #F2C79B; }
span { border-color: rgb(242,199,155); }
td.TdClassName
{
border-color: #F2C79B;
}
.TagClassName
{
border-color: #F2C79B;
}
</style>