COLOR #F4ED8A

HEX: #F4ED8A RGB: (244,237,138)

Color info

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

RGB color model

#F4ED8A color RGB value is (244,237,138).

RGB: (244,237,138) (96%, 93%, 54%)

RGB channels and saturation

R 244 of 255 = 96%
G 237 of 255 = 93%
B 138 of 255 = 54%

244
237
138

R + G + B ~ 81%. #F4ED8A is quite light color.

Portions of RGB colors in percentages

R + G + B = 244 + 237 + 138 = 619 (100%)
R 244 of 619 ~ 39.42%
G 237 of 619 ~ 38.29%
B 138 of 619 ~ 22.29'%

%39.42
%38.29
%22.29

CMYK color model

#F4ED8A color CMYK value is (0,3,43,4).

  • cyan value is 0.00%
  • magenta value is 2.87%
  • yellow value is 43.44%
  • key color value is 4.31%
CMYK: (0,3,43,4) C0M3Y43K4 (0%,3%,43%,4%) (0.00/0.03/0.43/0.04) 

CMYK percentages

%0
%2.87
%43.44
%4.31

Codes

Color #F4ED8A in popluar color models

F4 ED 8A
RGB 244 237 138
HSL 56° 82.81% 74.90%
HSB/HSV 56° 43.44% 95.69%
CMYK 0.00% 2.87% 43.44%
4.31%

Color #F4ED8A in popluar number systems.

HEX F4 ED 8A
Decimal 244 237 138
Binary 11110100 11101101 10001010
Octal 364 355 212

Shades and tints

Shades of #F4ED8A

#F4ED8A
(244,237,138)
#DED87E
(222,216,126)
#C8C372
(200,195,114)
#B2AE66
(178,174,102)
#9C995A
(156,153,90)
#86844E
(134,132,78)
#706F42
(112,111,66)
#5A5A36
(90,90,54)
#44452A
(68,69,42)
#2E301E
(46,48,30)
#181B12
(24,27,18)
#000000
(0,0,0)

Tints of #F4ED8A

#F4ED8A
(244,237,138)
#F5EE94
(245,238,148)
#F6EF9E
(246,239,158)
#F7F0A8
(247,240,168)
#F8F1B2
(248,241,178)
#F9F2BC
(249,242,188)
#FAF3C6
(250,243,198)
#FBF4D0
(251,244,208)
#FCF5DA
(252,245,218)
#FDF6E4
(253,246,228)
#FEF7EE
(254,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4ED8A color. Also use rgb(244,237,138) instead hex code.

Text Font Color

.myTextColor { color: #F4ED8A; }

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

This text font color is #F4ED8A.

Background Color

.myBgColor { background-color: #F4ED8A; }

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

This div background color is #F4ED8A.

Border color

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

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

This div border color is #F4ED8A.

Opacity

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

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

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

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

This text has shadow with #F4ED8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4ED8A.

Preview

Color preview on black background

This text has color #F4ED8A on black background.


Color preview on white background

This text has color #F4ED8A on white background.


Black color preview on #F4ED8A background

This text has black color on #F4ED8A background.


White color preview on #F4ED8A background

This text has white color on #F4ED8A background.


Related colors

Complementary color

Complementary color for #hex is #0B1275.


I love getcolorcode.com

Triadic colors

1 #8AF4ED and #ED8AF4 with #F4ED8A are triadic colors.

2 #8AEDF4 and #EDF48A with #F4ED8A are triadic colors.