#F0CA9D

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

Shades of New Tan #F0CA9D

Tints of New Tan #F0CA9D

Color information

#F0CA9D (or 0xF0CA9D) is unknown color: approx New Tan. HEX triplet: F0, CA and 9D. RGB value is (240,202,157). Sum of RGB (Red+Green+Blue) = 240+202+157=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 157 (61.72% from 255 or 26.21% from 599); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CA9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CA9D is #0F3562. Grayscale: #D0D0D0. Windows color (decimal): -996707 or 10341104. OLE color: 10341104.

HSL color Cylindrical-coordinate representation of color #F0CA9D: hue angle of 32.53º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0CA9D is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB240202157-
CMYK00.160.350.06
HSL32.53º73.45%77.84%-
HSV(B)32.53º34.58%94.12%-
XYZ63.1463.240.77-
YUV208.2399.09150.66-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.07%
GREEN value IS 202 (79.30% from 255) = 33.72%
BLUE value IS 157 (61.72% from 255) = 26.21%
R=40.07%
G=33.72%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020215700.160.350.0632.5373.4577.84
HexF0CA9D01023621494e
Octal36031223502043641111116
Binary11110000110010101001110101000010001111010000110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CA9D; }

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

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

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

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

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

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

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

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