COLOR #F1C189

HEX: #F1C189
RGB: (241,193,137)

Color info

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

RGB color model

#F1C189 color RGB value is (241,193,137).

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

RGB channels and saturation

R 241 of 255 = 95%
G 193 of 255 = 76%
B 137 of 255 = 54%

241
193
137

R + G + B ~ 75%. #F1C189 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 193 + 137 = 571 (100%)
R 241 of 571 ~ 42.21%
G 193 of 571 ~ 33.8%
B 137 of 571 ~ 23.99%

%42.21
%33.8
%23.99

CMYK color model

#F1C189 color CMYK value is (0,20,43,5).

  • cyan value is 0.00%
  • magenta value is 19.92%
  • yellow value is 43.15%
  • key color value is 5.49%
CMYK:
(0,20,43,5)
C0M20Y43K5 
(0%,20%,43%,5%)
(0.00/0.20/0.43/0.05)	

CMYK percentages

%0
%19.92
%43.15
%5.49

Codes

Color #F1C189 in popluar color models

F1C189
RGB241193137
HSL32°78.79%74.12%
HSB/HSV32°43.15%94.51%
CMYK0.00%19.92%43.15%
5.49%

Color #F1C189 in popluar number systems.

HEXF1C189
Decimal241193137
Binary111100011100000110001001
Octal361301211

Shades and tints

Shades of #F1C189

#F1C189
(241,193,137)
#DCB07D
(220,176,125)
#C79F71
(199,159,113)
#B28E65
(178,142,101)
#9D7D59
(157,125,89)
#886C4D
(136,108,77)
#735B41
(115,91,65)
#5E4A35
(94,74,53)
#493929
(73,57,41)
#34281D
(52,40,29)
#1F1711
(31,23,17)
#000000
(0,0,0)

Tints of #F1C189

#F1C189
(241,193,137)
#F2C693
(242,198,147)
#F3CB9D
(243,203,157)
#F4D0A7
(244,208,167)
#F5D5B1
(245,213,177)
#F6DABB
(246,218,187)
#F7DFC5
(247,223,197)
#F8E4CF
(248,228,207)
#F9E9D9
(249,233,217)
#FAEEE3
(250,238,227)
#FBF3ED
(251,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1C189; }

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

This text font color is #F1C189.


Background Color

.myBgColor { background-color: #F1C189; }

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

This div background color is #F1C189.


Border color

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

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

This div border color is #F1C189.


Opacity

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

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

Text with #F1C189 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 #F1C189;}

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

This text has shadow with #F1C189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1C189 on black background.


Color preview on white background

This text has color #F1C189 on white background.



Black color preview on #F1C189 background

This text has black color on #F1C189 background.


White color preview on #F1C189 background

This text has white color on #F1C189 background.