Shades of New Tan #F0C68F
Tints of New Tan #F0C68F
RGB
CMYK
RGB Variations
Color information
#F0C68F (or 0xF0C68F) is known color: New Tan. HEX triplet: F0, C6 and 8F. RGB value is (240,198,143). Sum of RGB (Red+Green+Blue) = 240+198+143=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 198 (77.73% from 255 or 34.08% from 581); Blue value is 143 (56.25% from 255 or 24.61% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C68F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C68F is #0F3970. Grayscale: #CCCCCC. Windows color (decimal): -997745 or 9422576. OLE color: 9422576.
HSL color Cylindrical-coordinate representation of color #F0C68F: hue angle of 34.02º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F0C68F is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 198 | 143 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.06 |
| HSL | 34.02º | 0.76% | 0.75% | - |
| HSV(B) | 34.02º | 0.4% | 0.94% | - |
| XYZ | 61.09 | 60.9 | 34.52 | - |
| YUV | 204.29 | 93.41 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 198 | 143 | 0 | 0.18 | 0.40 | 0.06 | 34.02 | 0.76 | 0.75 |
| Hex | F0 | C6 | 8F | 0 | 12 | 28 | 6 | 22 | 4C | 4B |
| Octal | 360 | 306 | 217 | 0 | 22 | 50 | 6 | 42 | 114 | 113 |
| Binary | 11110000 | 11000110 | 10001111 | 0 | 10010 | 101000 | 110 | 100010 | 1001100 | 1001011 |
Color Harmonies of #F0C68F
Complementary color
Monochromatic Colors of #F0C68F
Black with #F0C68F
Text Example
Text Example
White with #F0C68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C68F; }
p { color: rgb(240,198,143); }
H1.HeaderClassName
{
color: #F0C68F;
}
.AnyTagClassName
{
color: #F0C68F;
}
</style>
background-color css
<style>
a { background-color: #F0C68F; }
a { background-color: rgb(240,198,143); }
div.DivClassName
{
background-color: #F0C68F;
}
.BgClassName
{
background-color: #F0C68F;
}
</style>
border-color css
<style>
span { border-color: #F0C68F; }
span { border-color: rgb(240,198,143); }
td.TdClassName
{
border-color: #F0C68F;
}
.TagClassName
{
border-color: #F0C68F;
}
</style>