COLOR #F4F1A9

HEX: #F4F1A9 RGB: (244,241,169)

Color info

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

RGB color model

#F4F1A9 color RGB value is (244,241,169).

RGB: (244,241,169) (96%, 95%, 66%)

RGB channels and saturation

R 244 of 255 = 96%
G 241 of 255 = 95%
B 169 of 255 = 66%

244
241
169

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

Portions of RGB colors in percentages

R + G + B = 244 + 241 + 169 = 654 (100%)
R 244 of 654 ~ 37.31%
G 241 of 654 ~ 36.85%
B 169 of 654 ~ 25.84'%

%37.31
%36.85
%25.84

CMYK color model

#F4F1A9 color CMYK value is (0,1,31,4).

  • cyan value is 0.00%
  • magenta value is 1.23%
  • yellow value is 30.74%
  • key color value is 4.31%

CMYK: (0,1,31,4)
C0M1Y31K4 (0%, 1%, 31%, 4%)
(0.00 / 0.01 / 0.31 / 0.04)

CMYK percentages

%0
%1.23
%30.74
%4.31

Codes

Color #F4F1A9 in popluar color models

F4 F1 A9
RGB 244 241 169
HSL 58° 77.32% 80.98%
HSB/HSV 58° 30.74% 95.69%
CMYK 0.00% 1.23% 30.74%
4.31%

Color #F4F1A9 in popluar number systems.

HEX F4 F1 A9
Decimal 244 241 169
Binary 11110100 11110001 10101001
Octal 364 361 251

Shades and tints

Shades of #F4F1A9

#F4F1A9
(244,241,169)
#DEDC9A
(222,220,154)
#C8C78B
(200,199,139)
#B2B27C
(178,178,124)
#9C9D6D
(156,157,109)
#86885E
(134,136,94)
#70734F
(112,115,79)
#5A5E40
(90,94,64)
#444931
(68,73,49)
#2E3422
(46,52,34)
#181F13
(24,31,19)
#000000
(0,0,0)

Tints of #F4F1A9

#F4F1A9
(244,241,169)
#F5F2B0
(245,242,176)
#F6F3B7
(246,243,183)
#F7F4BE
(247,244,190)
#F8F5C5
(248,245,197)
#F9F6CC
(249,246,204)
#FAF7D3
(250,247,211)
#FBF8DA
(251,248,218)
#FCF9E1
(252,249,225)
#FDFAE8
(253,250,232)
#FEFBEF
(254,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4F1A9; }

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

This text font color is #F4F1A9.

Background Color

.myBgColor { background-color: #F4F1A9; }

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

This div background color is #F4F1A9.

Border color

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

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

This div border color is #F4F1A9.

Opacity

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

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

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

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

This text has shadow with #F4F1A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4F1A9.

Preview

Color preview on black background

This text has color #F4F1A9 on black background.


Color preview on white background

This text has color #F4F1A9 on white background.


Black color preview on #F4F1A9 background

This text has black color on #F4F1A9 background.


White color preview on #F4F1A9 background

This text has white color on #F4F1A9 background.


Related colors

Complementary color

Complementary color for #hex is #0B0E56.


I love getcolorcode.com

Triadic colors

1 #A9F4F1 and #F1A9F4 with #F4F1A9 are triadic colors.

2 #A9F1F4 and #F1F4A9 with #F4F1A9 are triadic colors.