COLOR #F4F1A6

HEX: #F4F1A6
RGB: (244,241,166)

Color info

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

RGB color model

#F4F1A6 color RGB value is (244,241,166).

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

RGB channels and saturation

R 244 of 255 = 96%
G 241 of 255 = 95%
B 166 of 255 = 65%

244
241
166

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

Portions of RGB colors in percentages

R + G + B =
244 + 241 + 166 = 651 (100%)
R 244 of 651 ~ 37.48%
G 241 of 651 ~ 37.02%
B 166 of 651 ~ 25.5%

%37.48
%37.02
%25.5

CMYK color model

#F4F1A6 color CMYK value is (0,1,32,4).

  • cyan value is 0.00%
  • magenta value is 1.23%
  • yellow value is 31.97%
  • key color value is 4.31%
CMYK:
(0,1,32,4)
C0M1Y32K4 
(0%,1%,32%,4%)
(0.00/0.01/0.32/0.04)	

CMYK percentages

%0
%1.23
%31.97
%4.31

Codes

Color #F4F1A6 in popluar color models

F4F1A6
RGB244241166
HSL58°78.00%80.39%
HSB/HSV58°31.97%95.69%
CMYK0.00%1.23%31.97%
4.31%

Color #F4F1A6 in popluar number systems.

HEXF4F1A6
Decimal244241166
Binary111101001111000110100110
Octal364361246

Shades and tints

Shades of #F4F1A6

#F4F1A6
(244,241,166)
#DEDC97
(222,220,151)
#C8C788
(200,199,136)
#B2B279
(178,178,121)
#9C9D6A
(156,157,106)
#86885B
(134,136,91)
#70734C
(112,115,76)
#5A5E3D
(90,94,61)
#44492E
(68,73,46)
#2E341F
(46,52,31)
#181F10
(24,31,16)
#000000
(0,0,0)

Tints of #F4F1A6

#F4F1A6
(244,241,166)
#F5F2AE
(245,242,174)
#F6F3B6
(246,243,182)
#F7F4BE
(247,244,190)
#F8F5C6
(248,245,198)
#F9F6CE
(249,246,206)
#FAF7D6
(250,247,214)
#FBF8DE
(251,248,222)
#FCF9E6
(252,249,230)
#FDFAEE
(253,250,238)
#FEFBF6
(254,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4F1A6; }

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

This text font color is #F4F1A6.


Background Color

.myBgColor { background-color: #F4F1A6; }

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

This div background color is #F4F1A6.


Border color

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

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

This div border color is #F4F1A6.


Opacity

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

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

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

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

This text has shadow with #F4F1A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4F1A6 on black background.


Color preview on white background

This text has color #F4F1A6 on white background.



Black color preview on #F4F1A6 background

This text has black color on #F4F1A6 background.


White color preview on #F4F1A6 background

This text has white color on #F4F1A6 background.