#F2C99C

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

Shades of New Tan #F2C99C

Tints of New Tan #F2C99C

Color information

#F2C99C (or 0xF2C99C) is unknown color: approx New Tan. HEX triplet: F2, C9 and 9C. RGB value is (242,201,156). Sum of RGB (Red+Green+Blue) = 242+201+156=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 201 (78.91% from 255 or 33.56% from 599); Blue value is 156 (61.33% from 255 or 26.04% from 599); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C99C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C99C is #0D3663. Grayscale: #D0D0D0. Windows color (decimal): -865892 or 10275314. OLE color: 10275314.

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

Color convert

RGB242201156-
CMYK00.170.360.05
HSL31.4º76.79%78.04%-
HSV(B)31.4º35.54%94.9%-
XYZ63.5163.0540.28-
YUV208.1398.58152.16-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.40%
GREEN value IS 201 (78.91% from 255) = 33.56%
BLUE value IS 156 (61.33% from 255) = 26.04%
R=40.40%
G=33.56%
B=26.04%

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
Decimal24220115600.170.360.0531.476.7978.04
HexF2C99C0112451f4d4e
Octal36231123402144537115116
Binary1111001011001001100111000100011001001011111110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C99C; }

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

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

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

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

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

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

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

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