#F0C896

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

Shades of New Tan #F0C896

Tints of New Tan #F0C896

Color information

#F0C896 (or 0xF0C896) is unknown color: approx New Tan. HEX triplet: F0, C8 and 96. RGB value is (240,200,150). Sum of RGB (Red+Green+Blue) = 240+200+150=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 200 (78.52% from 255 or 33.90% from 590); Blue value is 150 (58.98% from 255 or 25.42% from 590); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C896 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C896 is #0F3769. Grayscale: #CECECE. Windows color (decimal): -997226 or 9881840. OLE color: 9881840.

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

Color convert

RGB240200150-
CMYK00.170.370.06
HSL33.33º75%76.47%-
HSV(B)33.33º37.5%94.12%-
XYZ62.0962.0437.56-
YUV206.2696.25152.07-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.68%
GREEN value IS 200 (78.52% from 255) = 33.90%
BLUE value IS 150 (58.98% from 255) = 25.42%
R=40.68%
G=33.90%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020015000.170.370.0633.337576.47
HexF0C896011256214b4c
Octal36031022602145641113114
Binary11110000110010001001011001000110010111010000110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C896; }

 p { color: rgb(240,200,150); }

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

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

 a { background-color: rgb(240,200,150); }

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

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

 span { border-color: rgb(240,200,150); }

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