COLOR #F4F1A3

HEX: #F4F1A3
RGB: (244,241,163)

Color info

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

RGB color model

#F4F1A3 color RGB value is (244,241,163).

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

RGB channels and saturation

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

244
241
163

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

Portions of RGB colors in percentages

R + G + B =
244 + 241 + 163 = 648 (100%)
R 244 of 648 ~ 37.65%
G 241 of 648 ~ 37.19%
B 163 of 648 ~ 25.15%

%37.65
%37.19
%25.15

CMYK color model

#F4F1A3 color CMYK value is (0,1,33,4).

  • cyan value is 0.00%
  • magenta value is 1.23%
  • yellow value is 33.20%
  • key color value is 4.31%
CMYK:
(0,1,33,4)
C0M1Y33K4 
(0%,1%,33%,4%)
(0.00/0.01/0.33/0.04)	

CMYK percentages

%0
%1.23
%33.2
%4.31

Codes

Color #F4F1A3 in popluar color models

F4F1A3
RGB244241163
HSL58°78.64%79.80%
HSB/HSV58°33.20%95.69%
CMYK0.00%1.23%33.20%
4.31%

Color #F4F1A3 in popluar number systems.

HEXF4F1A3
Decimal244241163
Binary111101001111000110100011
Octal364361243

Shades and tints

Shades of #F4F1A3

#F4F1A3
(244,241,163)
#DEDC95
(222,220,149)
#C8C787
(200,199,135)
#B2B279
(178,178,121)
#9C9D6B
(156,157,107)
#86885D
(134,136,93)
#70734F
(112,115,79)
#5A5E41
(90,94,65)
#444933
(68,73,51)
#2E3425
(46,52,37)
#181F17
(24,31,23)
#000000
(0,0,0)

Tints of #F4F1A3

#F4F1A3
(244,241,163)
#F5F2AB
(245,242,171)
#F6F3B3
(246,243,179)
#F7F4BB
(247,244,187)
#F8F5C3
(248,245,195)
#F9F6CB
(249,246,203)
#FAF7D3
(250,247,211)
#FBF8DB
(251,248,219)
#FCF9E3
(252,249,227)
#FDFAEB
(253,250,235)
#FEFBF3
(254,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4F1A3; }

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

This text font color is #F4F1A3.


Background Color

.myBgColor { background-color: #F4F1A3; }

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

This div background color is #F4F1A3.


Border color

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

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

This div border color is #F4F1A3.


Opacity

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

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

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

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

This text has shadow with #F4F1A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4F1A3 on black background.


Color preview on white background

This text has color #F4F1A3 on white background.



Black color preview on #F4F1A3 background

This text has black color on #F4F1A3 background.


White color preview on #F4F1A3 background

This text has white color on #F4F1A3 background.