#F0C697

Color #F0C697 New Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Tan #F0C697

Tints of New Tan #F0C697

Color information

#F0C697 (or 0xF0C697) is unknown color: approx New Tan. HEX triplet: F0, C6 and 97. RGB value is (240,198,151). Sum of RGB (Red+Green+Blue) = 240+198+151=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 151 (59.38% from 255 or 25.64% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C697 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C697 is #0F3968. Grayscale: #CDCDCD. Windows color (decimal): -997737 or 9946864. OLE color: 9946864.

HSL color Cylindrical-coordinate representation of color #F0C697: hue angle of 31.69º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F0C697 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB240198151-
CMYK00.180.370.06
HSL31.69º74.79%76.67%-
HSV(B)31.69º37.08%94.12%-
XYZ61.7261.1537.83-
YUV205.297.41152.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 40.75%
GREEN value IS 198 (77.73% from 255) = 33.62%
BLUE value IS 151 (59.38% from 255) = 25.64%
R=40.75%
G=33.62%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019815100.180.370.0631.6974.7976.67
HexF0C697012256204b4d
Octal36030622702245640113115
Binary11110000110001101001011101001010010111010000010010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C697; }

 p { color: rgb(240,198,151); }

 H1.HeaderClassName
 {
   color: #F0C697;
 }
 .AnyTagClassName
 {
   color: #F0C697;
 }
</style>
background-color css

<style>
 a { background-color: #F0C697; }

 a { background-color: rgb(240,198,151); }

 div.DivClassName
 {
   background-color: #F0C697;
 }
 .BgClassName
 {
   background-color: #F0C697;
 }
</style>
border-color css

<style>
 span { border-color: #F0C697; }

 span { border-color: rgb(240,198,151); }

 td.TdClassName
 {
   border-color: #F0C697;
 }
 .TagClassName
 {
   border-color: #F0C697;
 }
</style>