COLOR #F4ED8F

HEX: #F4ED8F RGB: (244,237,143)

Color info

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

RGB color model

#F4ED8F color RGB value is (244,237,143).

RGB: (244,237,143) (96%, 93%, 56%)

RGB channels and saturation

R 244 of 255 = 96%
G 237 of 255 = 93%
B 143 of 255 = 56%

244
237
143

R + G + B ~ 82%. #F4ED8F is quite light color.

Portions of RGB colors in percentages

R + G + B = 244 + 237 + 143 = 624 (100%)
R 244 of 624 ~ 39.1%
G 237 of 624 ~ 37.98%
B 143 of 624 ~ 22.92'%

%39.1
%37.98
%22.92

CMYK color model

#F4ED8F color CMYK value is (0,3,41,4).

  • cyan value is 0.00%
  • magenta value is 2.87%
  • yellow value is 41.39%
  • key color value is 4.31%

CMYK: (0,3,41,4)
C0M3Y41K4 (0%, 3%, 41%, 4%)
(0.00 / 0.03 / 0.41 / 0.04)

CMYK percentages

%0
%2.87
%41.39
%4.31

Codes

Color #F4ED8F in popluar color models

F4 ED 8F
RGB 244 237 143
HSL 56° 82.11% 75.88%
HSB/HSV 56° 41.39% 95.69%
CMYK 0.00% 2.87% 41.39%
4.31%

Color #F4ED8F in popluar number systems.

HEX F4 ED 8F
Decimal 244 237 143
Binary 11110100 11101101 10001111
Octal 364 355 217

Shades and tints

Shades of #F4ED8F

#F4ED8F
(244,237,143)
#DED882
(222,216,130)
#C8C375
(200,195,117)
#B2AE68
(178,174,104)
#9C995B
(156,153,91)
#86844E
(134,132,78)
#706F41
(112,111,65)
#5A5A34
(90,90,52)
#444527
(68,69,39)
#2E301A
(46,48,26)
#181B0D
(24,27,13)
#000000
(0,0,0)

Tints of #F4ED8F

#F4ED8F
(244,237,143)
#F5EE99
(245,238,153)
#F6EFA3
(246,239,163)
#F7F0AD
(247,240,173)
#F8F1B7
(248,241,183)
#F9F2C1
(249,242,193)
#FAF3CB
(250,243,203)
#FBF4D5
(251,244,213)
#FCF5DF
(252,245,223)
#FDF6E9
(253,246,233)
#FEF7F3
(254,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4ED8F; }

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

This text font color is #F4ED8F.

Background Color

.myBgColor { background-color: #F4ED8F; }

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

This div background color is #F4ED8F.

Border color

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

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

This div border color is #F4ED8F.

Opacity

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

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

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

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

This text has shadow with #F4ED8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4ED8F.

Preview

Color preview on black background

This text has color #F4ED8F on black background.


Color preview on white background

This text has color #F4ED8F on white background.


Black color preview on #F4ED8F background

This text has black color on #F4ED8F background.


White color preview on #F4ED8F background

This text has white color on #F4ED8F background.


Related colors

Complementary color

Complementary color for #hex is #0B1270.


I love getcolorcode.com

Triadic colors

1 #8FF4ED and #ED8FF4 with #F4ED8F are triadic colors.

2 #8FEDF4 and #EDF48F with #F4ED8F are triadic colors.