COLOR #F4F1AB

HEX: #F4F1AB
RGB: (244,241,171)

Color info

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

RGB color model

#F4F1AB color RGB value is (244,241,171).

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

RGB channels and saturation

R 244 of 255 = 96%
G 241 of 255 = 95%
B 171 of 255 = 67%

244
241
171

R + G + B ~ 86%. #F4F1AB is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 241 + 171 = 656 (100%)
R 244 of 656 ~ 37.2%
G 241 of 656 ~ 36.74%
B 171 of 656 ~ 26.07%

%37.2
%36.74
%26.07

CMYK color model

#F4F1AB color CMYK value is (0,1,30,4).

  • cyan value is 0.00%
  • magenta value is 1.23%
  • yellow value is 29.92%
  • key color value is 4.31%
CMYK:
(0,1,30,4)
C0M1Y30K4 
(0%,1%,30%,4%)
(0.00/0.01/0.30/0.04)	

CMYK percentages

%0
%1.23
%29.92
%4.31

Codes

Color #F4F1AB in popluar color models

F4F1AB
RGB244241171
HSL58°76.84%81.37%
HSB/HSV58°29.92%95.69%
CMYK0.00%1.23%29.92%
4.31%

Color #F4F1AB in popluar number systems.

HEXF4F1AB
Decimal244241171
Binary111101001111000110101011
Octal364361253

Shades and tints

Shades of #F4F1AB

#F4F1AB
(244,241,171)
#DEDC9C
(222,220,156)
#C8C78D
(200,199,141)
#B2B27E
(178,178,126)
#9C9D6F
(156,157,111)
#868860
(134,136,96)
#707351
(112,115,81)
#5A5E42
(90,94,66)
#444933
(68,73,51)
#2E3424
(46,52,36)
#181F15
(24,31,21)
#000000
(0,0,0)

Tints of #F4F1AB

#F4F1AB
(244,241,171)
#F5F2B2
(245,242,178)
#F6F3B9
(246,243,185)
#F7F4C0
(247,244,192)
#F8F5C7
(248,245,199)
#F9F6CE
(249,246,206)
#FAF7D5
(250,247,213)
#FBF8DC
(251,248,220)
#FCF9E3
(252,249,227)
#FDFAEA
(253,250,234)
#FEFBF1
(254,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4F1AB; }

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

This text font color is #F4F1AB.


Background Color

.myBgColor { background-color: #F4F1AB; }

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

This div background color is #F4F1AB.


Border color

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

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

This div border color is #F4F1AB.


Opacity

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

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

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

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

This text has shadow with #F4F1AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4F1AB on black background.


Color preview on white background

This text has color #F4F1AB on white background.



Black color preview on #F4F1AB background

This text has black color on #F4F1AB background.


White color preview on #F4F1AB background

This text has white color on #F4F1AB background.