#F0C996

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

Shades of New Tan #F0C996

Tints of New Tan #F0C996

Color information

#F0C996 (or 0xF0C996) is unknown color: approx New Tan. HEX triplet: F0, C9 and 96. RGB value is (240,201,150). Sum of RGB (Red+Green+Blue) = 240+201+150=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 201 (78.91% from 255 or 34.01% from 591); Blue value is 150 (58.98% from 255 or 25.38% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C996 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C996 is #0F3669. Grayscale: #CFCFCF. Windows color (decimal): -996970 or 9882096. OLE color: 9882096.

HSL color Cylindrical-coordinate representation of color #F0C996: hue angle of 34º 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 #F0C996 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB240201150-
CMYK00.160.370.06
HSL34º75%76.47%-
HSV(B)34º37.5%94.12%-
XYZ62.3362.537.63-
YUV206.8595.92151.65-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.61%
GREEN value IS 201 (78.91% from 255) = 34.01%
BLUE value IS 150 (58.98% from 255) = 25.38%
R=40.61%
G=34.01%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020115000.160.370.06347576.47
HexF0C996010256224b4c
Octal36031122602045642113114
Binary11110000110010011001011001000010010111010001010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C996; }

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

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

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

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

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

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

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

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