COLOR #F1F19C

HEX: #F1F19C
RGB: (241,241,156)

Color info

#F1F19C contains mainly red and green colors. Web safe color of #F1F19C is #FFFF99 (or #FF9).

RGB color model

#F1F19C color RGB value is (241,241,156).

  • red value is 241;
  • green value is 241;
  • blue value is 156.
RGB:
(241,241,156)
(95%,95%,61%)

RGB channels and saturation

R 241 of 255 = 95%
G 241 of 255 = 95%
B 156 of 255 = 61%

241
241
156

R + G + B ~ 84%. #F1F19C is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 241 + 156 = 638 (100%)
R 241 of 638 ~ 37.77%
G 241 of 638 ~ 37.77%
B 156 of 638 ~ 24.45%

%37.77
%37.77
%24.45

CMYK color model

#F1F19C color CMYK value is (0,0,35,5).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 35.27%
  • key color value is 5.49%
CMYK:
(0,0,35,5)
C0M0Y35K5 
(0%,0%,35%,5%)
(0.00/0.00/0.35/0.05)	

CMYK percentages

%0
%0
%35.27
%5.49

Codes

Color #F1F19C in popluar color models

F1F19C
RGB241241156
HSL60°75.22%77.84%
HSB/HSV60°35.27%94.51%
CMYK0.00%0.00%35.27%
5.49%

Color #F1F19C in popluar number systems.

HEXF1F19C
Decimal241241156
Binary111100011111000110011100
Octal361361234

Shades and tints

Shades of #F1F19C

#F1F19C
(241,241,156)
#DCDC8E
(220,220,142)
#C7C780
(199,199,128)
#B2B272
(178,178,114)
#9D9D64
(157,157,100)
#888856
(136,136,86)
#737348
(115,115,72)
#5E5E3A
(94,94,58)
#49492C
(73,73,44)
#34341E
(52,52,30)
#1F1F10
(31,31,16)
#000000
(0,0,0)

Tints of #F1F19C

#F1F19C
(241,241,156)
#F2F2A5
(242,242,165)
#F3F3AE
(243,243,174)
#F4F4B7
(244,244,183)
#F5F5C0
(245,245,192)
#F6F6C9
(246,246,201)
#F7F7D2
(247,247,210)
#F8F8DB
(248,248,219)
#F9F9E4
(249,249,228)
#FAFAED
(250,250,237)
#FBFBF6
(251,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1F19C; }

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

This text font color is #F1F19C.


Background Color

.myBgColor { background-color: #F1F19C; }

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

This div background color is #F1F19C.


Border color

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

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

This div border color is #F1F19C.


Opacity

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

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

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

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

This text has shadow with #F1F19C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1F19C on black background.


Color preview on white background

This text has color #F1F19C on white background.



Black color preview on #F1F19C background

This text has black color on #F1F19C background.


White color preview on #F1F19C background

This text has white color on #F1F19C background.