#F2CA9D

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

Shades of New Tan #F2CA9D

Tints of New Tan #F2CA9D

Color information

#F2CA9D (or 0xF2CA9D) is unknown color: approx New Tan. HEX triplet: F2, CA and 9D. RGB value is (242,202,157). Sum of RGB (Red+Green+Blue) = 242+202+157=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 157 (61.72% from 255 or 26.12% from 601); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CA9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CA9D is #0D3562. Grayscale: #D1D1D1. Windows color (decimal): -865635 or 10341106. OLE color: 10341106.

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

Color convert

RGB242202157-
CMYK00.170.350.05
HSL31.76º76.58%78.24%-
HSV(B)31.76º35.12%94.9%-
XYZ63.8263.5540.8-
YUV208.8398.75151.66-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.27%
GREEN value IS 202 (79.30% from 255) = 33.61%
BLUE value IS 157 (61.72% from 255) = 26.12%
R=40.27%
G=33.61%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220215700.170.350.0531.7676.5878.24
HexF2CA9D011235204d4e
Octal36231223502143540115116
Binary11110010110010101001110101000110001110110000010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CA9D; }

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

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

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

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

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

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

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

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