#F1C49A

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

Shades of New Tan #F1C49A

Tints of New Tan #F1C49A

Color information

#F1C49A (or 0xF1C49A) is unknown color: approx New Tan. HEX triplet: F1, C4 and 9A. RGB value is (241,196,154). Sum of RGB (Red+Green+Blue) = 241+196+154=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 154 (60.55% from 255 or 26.06% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C49A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C49A is #0E3B65. Grayscale: #CCCCCC. Windows color (decimal): -932710 or 10142961. OLE color: 10142961.

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

Color convert

RGB241196154-
CMYK00.190.360.05
HSL28.97º75.65%77.45%-
HSV(B)28.97º36.1%94.51%-
XYZ61.8560.5138.99-
YUV204.6799.41153.92-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.78%
GREEN value IS 196 (76.95% from 255) = 33.16%
BLUE value IS 154 (60.55% from 255) = 26.06%
R=40.78%
G=33.16%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119615400.190.360.0528.9775.6577.45
HexF1C49A0132451d4c4d
Octal36130423202344535114115
Binary1111000111000100100110100100111001001011110110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C49A; }

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

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

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

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

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

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

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

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