#F1CA9A

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

Shades of New Tan #F1CA9A

Tints of New Tan #F1CA9A

Color information

#F1CA9A (or 0xF1CA9A) is unknown color: approx New Tan. HEX triplet: F1, CA and 9A. RGB value is (241,202,154). Sum of RGB (Red+Green+Blue) = 241+202+154=597 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.37% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 154 (60.55% from 255 or 25.80% from 597); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CA9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CA9A is #0E3565. Grayscale: #D0D0D0. Windows color (decimal): -931174 or 10144497. OLE color: 10144497.

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

Color convert

RGB241202154-
CMYK00.160.360.05
HSL33.1º75.65%77.45%-
HSV(B)33.1º36.1%94.51%-
XYZ63.2363.2739.45-
YUV208.1997.42151.4-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.37%
GREEN value IS 202 (79.30% from 255) = 33.84%
BLUE value IS 154 (60.55% from 255) = 25.80%
R=40.37%
G=33.84%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120215400.160.360.0533.175.6577.45
HexF1CA9A010245214c4d
Octal36131223202044541114115
Binary11110001110010101001101001000010010010110000110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CA9A; }

 p { color: rgb(241,202,154); }

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

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

 a { background-color: rgb(241,202,154); }

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

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

 span { border-color: rgb(241,202,154); }

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