COLOR #F4EFA1

HEX: #F4EFA1 RGB: (244,239,161)

Color info

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

RGB color model

#F4EFA1 color RGB value is (244,239,161).

RGB: (244,239,161) (96%, 94%, 63%)

RGB channels and saturation

R 244 of 255 = 96%
G 239 of 255 = 94%
B 161 of 255 = 63%

244
239
161

R + G + B ~ 84%. #F4EFA1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 244 + 239 + 161 = 644 (100%)
R 244 of 644 ~ 37.89%
G 239 of 644 ~ 37.11%
B 161 of 644 ~ 25'%

%37.89
%37.11
%25

CMYK color model

#F4EFA1 color CMYK value is (0,2,34,4).

  • cyan value is 0.00%
  • magenta value is 2.05%
  • yellow value is 34.02%
  • key color value is 4.31%

CMYK: (0,2,34,4)
C0M2Y34K4 (0%, 2%, 34%, 4%)
(0.00 / 0.02 / 0.34 / 0.04)

CMYK percentages

%0
%2.05
%34.02
%4.31

Codes

Color #F4EFA1 in popluar color models

F4 EF A1
RGB 244 239 161
HSL 56° 79.05% 79.41%
HSB/HSV 56° 34.02% 95.69%
CMYK 0.00% 2.05% 34.02%
4.31%

Color #F4EFA1 in popluar number systems.

HEX F4 EF A1
Decimal 244 239 161
Binary 11110100 11101111 10100001
Octal 364 357 241

Shades and tints

Shades of #F4EFA1

#F4EFA1
(244,239,161)
#DEDA93
(222,218,147)
#C8C585
(200,197,133)
#B2B077
(178,176,119)
#9C9B69
(156,155,105)
#86865B
(134,134,91)
#70714D
(112,113,77)
#5A5C3F
(90,92,63)
#444731
(68,71,49)
#2E3223
(46,50,35)
#181D15
(24,29,21)
#000000
(0,0,0)

Tints of #F4EFA1

#F4EFA1
(244,239,161)
#F5F0A9
(245,240,169)
#F6F1B1
(246,241,177)
#F7F2B9
(247,242,185)
#F8F3C1
(248,243,193)
#F9F4C9
(249,244,201)
#FAF5D1
(250,245,209)
#FBF6D9
(251,246,217)
#FCF7E1
(252,247,225)
#FDF8E9
(253,248,233)
#FEF9F1
(254,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4EFA1 color. Also use rgb(244,239,161) instead hex code.

Text Font Color

.myTextColor { color: #F4EFA1; }

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

This text font color is #F4EFA1.

Background Color

.myBgColor { background-color: #F4EFA1; }

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

This div background color is #F4EFA1.

Border color

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

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

This div border color is #F4EFA1.

Opacity

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

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

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

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

This text has shadow with #F4EFA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4EFA1.

Preview

Color preview on black background

This text has color #F4EFA1 on black background.


Color preview on white background

This text has color #F4EFA1 on white background.


Black color preview on #F4EFA1 background

This text has black color on #F4EFA1 background.


White color preview on #F4EFA1 background

This text has white color on #F4EFA1 background.


Related colors

Complementary color

Complementary color for #hex is #0B105E.


I love getcolorcode.com

Triadic colors

1 #A1F4EF and #EFA1F4 with #F4EFA1 are triadic colors.

2 #A1EFF4 and #EFF4A1 with #F4EFA1 are triadic colors.