#F1CA95

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

Shades of New Tan #F1CA95

Tints of New Tan #F1CA95

Color information

#F1CA95 (or 0xF1CA95) is unknown color: approx New Tan. HEX triplet: F1, CA and 95. RGB value is (241,202,149). Sum of RGB (Red+Green+Blue) = 241+202+149=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 149 (58.59% from 255 or 25.17% from 592); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CA95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CA95 is #0E356A. Grayscale: #CFCFCF. Windows color (decimal): -931179 or 9816817. OLE color: 9816817.

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

Color convert

RGB241202149-
CMYK00.160.380.05
HSL34.57º76.67%76.47%-
HSV(B)34.57º38.17%94.51%-
XYZ62.8263.1137.3-
YUV207.6294.92151.81-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.71%
GREEN value IS 202 (79.30% from 255) = 34.12%
BLUE value IS 149 (58.59% from 255) = 25.17%
R=40.71%
G=34.12%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120214900.160.380.0534.5776.6776.47
HexF1CA95010265234d4c
Octal36131222502046543115114
Binary11110001110010101001010101000010011010110001110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CA95; }

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

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

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

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

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

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

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

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