#F0CA99

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

Shades of New Tan #F0CA99

Tints of New Tan #F0CA99

Color information

#F0CA99 (or 0xF0CA99) is unknown color: approx New Tan. HEX triplet: F0, CA and 99. RGB value is (240,202,153). Sum of RGB (Red+Green+Blue) = 240+202+153=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 153 (60.16% from 255 or 25.71% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CA99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CA99 is #0F3566. Grayscale: #D0D0D0. Windows color (decimal): -996711 or 10078960. OLE color: 10078960.

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

Color convert

RGB240202153-
CMYK00.160.360.06
HSL33.79º74.36%77.06%-
HSV(B)33.79º36.25%94.12%-
XYZ62.8163.0739-
YUV207.7897.09150.98-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.34%
GREEN value IS 202 (79.30% from 255) = 33.95%
BLUE value IS 153 (60.16% from 255) = 25.71%
R=40.34%
G=33.95%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020215300.160.360.0633.7974.3677.06
HexF0CA99010246224a4d
Octal36031223102044642112115
Binary11110000110010101001100101000010010011010001010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CA99; }

 p { color: rgb(240,202,153); }

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

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

 a { background-color: rgb(240,202,153); }

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

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

 span { border-color: rgb(240,202,153); }

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