#F1C490

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

Shades of New Tan #F1C490

Tints of New Tan #F1C490

Color information

#F1C490 (or 0xF1C490) is unknown color: approx New Tan. HEX triplet: F1, C4 and 90. RGB value is (241,196,144). Sum of RGB (Red+Green+Blue) = 241+196+144=581 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.48% from 581); Green value is 196 (76.95% from 255 or 33.73% from 581); Blue value is 144 (56.64% from 255 or 24.78% from 581); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C490 is #0E3B6F. Grayscale: #CBCBCB. Windows color (decimal): -932720 or 9487601. OLE color: 9487601.

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

Color convert

RGB241196144-
CMYK00.190.400.05
HSL32.16º77.6%75.49%-
HSV(B)32.16º40.25%94.51%-
XYZ61.0560.1934.79-
YUV203.5394.41154.73-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.48%
GREEN value IS 196 (76.95% from 255) = 33.73%
BLUE value IS 144 (56.64% from 255) = 24.78%
R=41.48%
G=33.73%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119614400.190.400.0532.1677.675.49
HexF1C490013285204e4b
Octal36130422002350540116113
Binary11110001110001001001000001001110100010110000010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C490; }

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

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

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

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

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

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

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

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