COLOR #F1C095

HEX: #F1C095
RGB: (241,192,149)

Color info

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

RGB color model

#F1C095 color RGB value is (241,192,149).

  • red value is 241;
  • green value is 192;
  • blue value is 149.
RGB:
(241,192,149)
(95%,75%,58%)

RGB channels and saturation

R 241 of 255 = 95%
G 192 of 255 = 75%
B 149 of 255 = 58%

241
192
149

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

Portions of RGB colors in percentages

R + G + B =
241 + 192 + 149 = 582 (100%)
R 241 of 582 ~ 41.41%
G 192 of 582 ~ 32.99%
B 149 of 582 ~ 25.6%

%41.41
%32.99
%25.6

CMYK color model

#F1C095 color CMYK value is (0,20,38,5).

  • cyan value is 0.00%
  • magenta value is 20.33%
  • yellow value is 38.17%
  • key color value is 5.49%
CMYK:
(0,20,38,5)
C0M20Y38K5 
(0%,20%,38%,5%)
(0.00/0.20/0.38/0.05)	

CMYK percentages

%0
%20.33
%38.17
%5.49

Codes

Color #F1C095 in popluar color models

F1C095
RGB241192149
HSL28°76.67%76.47%
HSB/HSV28°38.17%94.51%
CMYK0.00%20.33%38.17%
5.49%

Color #F1C095 in popluar number systems.

HEXF1C095
Decimal241192149
Binary111100011100000010010101
Octal361300225

Shades and tints

Shades of #F1C095

#F1C095
(241,192,149)
#DCAF88
(220,175,136)
#C79E7B
(199,158,123)
#B28D6E
(178,141,110)
#9D7C61
(157,124,97)
#886B54
(136,107,84)
#735A47
(115,90,71)
#5E493A
(94,73,58)
#49382D
(73,56,45)
#342720
(52,39,32)
#1F1613
(31,22,19)
#000000
(0,0,0)

Tints of #F1C095

#F1C095
(241,192,149)
#F2C59E
(242,197,158)
#F3CAA7
(243,202,167)
#F4CFB0
(244,207,176)
#F5D4B9
(245,212,185)
#F6D9C2
(246,217,194)
#F7DECB
(247,222,203)
#F8E3D4
(248,227,212)
#F9E8DD
(249,232,221)
#FAEDE6
(250,237,230)
#FBF2EF
(251,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1C095 color. Also use rgb(241,192,149) instead hex code.

Text Font Color

.myTextColor { color: #F1C095; }

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

This text font color is #F1C095.


Background Color

.myBgColor { background-color: #F1C095; }

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

This div background color is #F1C095.


Border color

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

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

This div border color is #F1C095.


Opacity

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

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

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

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

This text has shadow with #F1C095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1C095 on black background.


Color preview on white background

This text has color #F1C095 on white background.



Black color preview on #F1C095 background

This text has black color on #F1C095 background.


White color preview on #F1C095 background

This text has white color on #F1C095 background.