#F1C890

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

Shades of New Tan #F1C890

Tints of New Tan #F1C890

Color information

#F1C890 (or 0xF1C890) is unknown color: approx New Tan. HEX triplet: F1, C8 and 90. RGB value is (241,200,144). Sum of RGB (Red+Green+Blue) = 241+200+144=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 200 (78.52% from 255 or 34.19% from 585); Blue value is 144 (56.64% from 255 or 24.62% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C890 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C890 is #0E376F. Grayscale: #CECECE. Windows color (decimal): -931696 or 9488625. OLE color: 9488625.

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

Color convert

RGB241200144-
CMYK00.170.400.05
HSL34.64º77.6%75.49%-
HSV(B)34.64º40.25%94.51%-
XYZ61.9662.0235.09-
YUV205.8893.08153.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.20%
GREEN value IS 200 (78.52% from 255) = 34.19%
BLUE value IS 144 (56.64% from 255) = 24.62%
R=41.20%
G=34.19%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120014400.170.400.0534.6477.675.49
HexF1C890011285234e4b
Octal36131022002150543116113
Binary11110001110010001001000001000110100010110001110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C890; }

 p { color: rgb(241,200,144); }

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

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

 a { background-color: rgb(241,200,144); }

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

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

 span { border-color: rgb(241,200,144); }

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