COLOR #F1F1A3

HEX: #F1F1A3
RGB: (241,241,163)

Color info

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

RGB color model

#F1F1A3 color RGB value is (241,241,163).

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

RGB channels and saturation

R 241 of 255 = 95%
G 241 of 255 = 95%
B 163 of 255 = 64%

241
241
163

R + G + B ~ 85%. #F1F1A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 241 + 163 = 645 (100%)
R 241 of 645 ~ 37.36%
G 241 of 645 ~ 37.36%
B 163 of 645 ~ 25.27%

%37.36
%37.36
%25.27

CMYK color model

#F1F1A3 color CMYK value is (0,0,32,5).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 32.37%
  • key color value is 5.49%
CMYK:
(0,0,32,5)
C0M0Y32K5 
(0%,0%,32%,5%)
(0.00/0.00/0.32/0.05)	

CMYK percentages

%0
%0
%32.37
%5.49

Codes

Color #F1F1A3 in popluar color models

F1F1A3
RGB241241163
HSL60°73.58%79.22%
HSB/HSV60°32.37%94.51%
CMYK0.00%0.00%32.37%
5.49%

Color #F1F1A3 in popluar number systems.

HEXF1F1A3
Decimal241241163
Binary111100011111000110100011
Octal361361243

Shades and tints

Shades of #F1F1A3

#F1F1A3
(241,241,163)
#DCDC95
(220,220,149)
#C7C787
(199,199,135)
#B2B279
(178,178,121)
#9D9D6B
(157,157,107)
#88885D
(136,136,93)
#73734F
(115,115,79)
#5E5E41
(94,94,65)
#494933
(73,73,51)
#343425
(52,52,37)
#1F1F17
(31,31,23)
#000000
(0,0,0)

Tints of #F1F1A3

#F1F1A3
(241,241,163)
#F2F2AB
(242,242,171)
#F3F3B3
(243,243,179)
#F4F4BB
(244,244,187)
#F5F5C3
(245,245,195)
#F6F6CB
(246,246,203)
#F7F7D3
(247,247,211)
#F8F8DB
(248,248,219)
#F9F9E3
(249,249,227)
#FAFAEB
(250,250,235)
#FBFBF3
(251,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1F1A3; }

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

This text font color is #F1F1A3.


Background Color

.myBgColor { background-color: #F1F1A3; }

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

This div background color is #F1F1A3.


Border color

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

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

This div border color is #F1F1A3.


Opacity

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

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

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

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

This text has shadow with #F1F1A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1F1A3 on black background.


Color preview on white background

This text has color #F1F1A3 on white background.



Black color preview on #F1F1A3 background

This text has black color on #F1F1A3 background.


White color preview on #F1F1A3 background

This text has white color on #F1F1A3 background.