#F2CA9C

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

Shades of New Tan #F2CA9C

Tints of New Tan #F2CA9C

Color information

#F2CA9C (or 0xF2CA9C) is unknown color: approx New Tan. HEX triplet: F2, CA and 9C. RGB value is (242,202,156). Sum of RGB (Red+Green+Blue) = 242+202+156=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 156 (61.33% from 255 or 26% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CA9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CA9C is #0D3563. Grayscale: #D0D0D0. Windows color (decimal): -865636 or 10275570. OLE color: 10275570.

HSL color Cylindrical-coordinate representation of color #F2CA9C: hue angle of 32.09º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F2CA9C is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB242202156-
CMYK00.170.360.05
HSL32.09º76.79%78.04%-
HSV(B)32.09º35.54%94.9%-
XYZ63.7463.5240.35-
YUV208.7298.25151.74-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.33%
GREEN value IS 202 (79.30% from 255) = 33.67%
BLUE value IS 156 (61.33% from 255) = 26%
R=40.33%
G=33.67%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220215600.170.360.0532.0976.7978.04
HexF2CA9C011245204d4e
Octal36231223402144540115116
Binary11110010110010101001110001000110010010110000010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CA9C; }

 p { color: rgb(242,202,156); }

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

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

 a { background-color: rgb(242,202,156); }

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

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

 span { border-color: rgb(242,202,156); }

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