COLOR #F1C191

HEX: #F1C191
RGB: (241,193,145)

Color info

#F1C191 contains mainly red and green colors. Web safe color of #F1C191 is #FFCC99 (or #FC9).

RGB color model

#F1C191 color RGB value is (241,193,145).

  • red value is 241;
  • green value is 193;
  • blue value is 145.
RGB:
(241,193,145)
(95%,76%,57%)

RGB channels and saturation

R 241 of 255 = 95%
G 193 of 255 = 76%
B 145 of 255 = 57%

241
193
145

R + G + B ~ 76%. #F1C191 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 193 + 145 = 579 (100%)
R 241 of 579 ~ 41.62%
G 193 of 579 ~ 33.33%
B 145 of 579 ~ 25.04%

%41.62
%33.33
%25.04

CMYK color model

#F1C191 color CMYK value is (0,20,40,5).

  • cyan value is 0.00%
  • magenta value is 19.92%
  • yellow value is 39.83%
  • key color value is 5.49%
CMYK:
(0,20,40,5)
C0M20Y40K5 
(0%,20%,40%,5%)
(0.00/0.20/0.40/0.05)	

CMYK percentages

%0
%19.92
%39.83
%5.49

Codes

Color #F1C191 in popluar color models

F1C191
RGB241193145
HSL30°77.42%75.69%
HSB/HSV30°39.83%94.51%
CMYK0.00%19.92%39.83%
5.49%

Color #F1C191 in popluar number systems.

HEXF1C191
Decimal241193145
Binary111100011100000110010001
Octal361301221

Shades and tints

Shades of #F1C191

#F1C191
(241,193,145)
#DCB084
(220,176,132)
#C79F77
(199,159,119)
#B28E6A
(178,142,106)
#9D7D5D
(157,125,93)
#886C50
(136,108,80)
#735B43
(115,91,67)
#5E4A36
(94,74,54)
#493929
(73,57,41)
#34281C
(52,40,28)
#1F170F
(31,23,15)
#000000
(0,0,0)

Tints of #F1C191

#F1C191
(241,193,145)
#F2C69B
(242,198,155)
#F3CBA5
(243,203,165)
#F4D0AF
(244,208,175)
#F5D5B9
(245,213,185)
#F6DAC3
(246,218,195)
#F7DFCD
(247,223,205)
#F8E4D7
(248,228,215)
#F9E9E1
(249,233,225)
#FAEEEB
(250,238,235)
#FBF3F5
(251,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1C191 color. Also use rgb(241,193,145) instead hex code.

Text Font Color

.myTextColor { color: #F1C191; }

<p style="color:#F1C191">This sample text font color is #F1C191.</p>

This text font color is #F1C191.


Background Color

.myBgColor { background-color: #F1C191; }

<div style="background-color:#F1C191">Inner text</div>

This div background color is #F1C191.


Border color

.myBorderColor { border: 1px solid #F1C191; }

<div style="border:3px solid #F1C191">Div</div>

This div border color is #F1C191.


Opacity

.myOpacity80 { color: #F1C191; opacity: 0.8; }

<p style="color:#F1C191;opacity:0.8;">80%</p>

Text with #F1C191 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F1C191;}

<p style="text-shadow: 3px 3px 1px #F1C191">Text here.</p>

This text has shadow with #F1C191 color.

.textShadow {text-shadow: 3px 3px 1px #F1C191, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F1C191, 5px 5px 20px red">Text here.</p>

This text has shadow with #F1C191 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F1C191, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F1C191, Direction=45, Strength=4)">Text</p>

This text has shadow with #F1C191 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F1C191;
  -webkit-box-shadow:	1px 1px 3px 2px #F1C191;
  box-shadow:		1px 1px 3px 2px #F1C191;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F1C191;
-webkit-box-shadow: 1px 1px 3px 2px #F1C191;
box-shadow:1px 1px 3px 2px #F1C191;">
Div content here</div>
This div box has shadow with color #F1C191.

Preview

Color preview on black background

This text has color #F1C191 on black background.


Color preview on white background

This text has color #F1C191 on white background.



Black color preview on #F1C191 background

This text has black color on #F1C191 background.


White color preview on #F1C191 background

This text has white color on #F1C191 background.