Shades of New Tan #F0C79A
Tints of New Tan #F0C79A
RGB
CMYK
RGB Variations
Color information
#F0C79A (or 0xF0C79A) is known color: New Tan. HEX triplet: F0, C7 and 9A. RGB value is (240,199,154). Sum of RGB (Red+Green+Blue) = 240+199+154=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 199 (78.12% from 255 or 33.56% from 593); Blue value is 154 (60.55% from 255 or 25.97% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C79A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C79A is #0F3865. Grayscale: #CECECE. Windows color (decimal): -997478 or 10143728. OLE color: 10143728.
HSL color Cylindrical-coordinate representation of color #F0C79A: hue angle of 31.4º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F0C79A is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 199 | 154 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.06 |
| HSL | 31.4º | 0.74% | 0.77% | - |
| HSV(B) | 31.4º | 0.36% | 0.94% | - |
| XYZ | 62.19 | 61.71 | 39.2 | - |
| YUV | 206.13 | 98.58 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 199 | 154 | 0 | 0.17 | 0.36 | 0.06 | 31.4 | 0.74 | 0.77 |
| Hex | F0 | C7 | 9A | 0 | 11 | 24 | 6 | 1F | 4A | 4D |
| Octal | 360 | 307 | 232 | 0 | 21 | 44 | 6 | 37 | 112 | 115 |
| Binary | 11110000 | 11000111 | 10011010 | 0 | 10001 | 100100 | 110 | 11111 | 1001010 | 1001101 |
Color Harmonies of #F0C79A
Complementary color
Monochromatic Colors of #F0C79A
Black with #F0C79A
Text Example
Text Example
White with #F0C79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C79A; }
p { color: rgb(240,199,154); }
H1.HeaderClassName
{
color: #F0C79A;
}
.AnyTagClassName
{
color: #F0C79A;
}
</style>
background-color css
<style>
a { background-color: #F0C79A; }
a { background-color: rgb(240,199,154); }
div.DivClassName
{
background-color: #F0C79A;
}
.BgClassName
{
background-color: #F0C79A;
}
</style>
border-color css
<style>
span { border-color: #F0C79A; }
span { border-color: rgb(240,199,154); }
td.TdClassName
{
border-color: #F0C79A;
}
.TagClassName
{
border-color: #F0C79A;
}
</style>