COLOR #F4ED44

HEX: #F4ED44
RGB: (244,237,68)

Color info

#F4ED44 contains mainly red and green colors. Web safe color of #F4ED44 is #FFFF33 (or #FF3).

RGB color model

#F4ED44 color RGB value is (244,237,68).

  • red value is 244;
  • green value is 237;
  • blue value is 68.
RGB:
(244,237,68)
(96%,93%,27%)

RGB channels and saturation

R 244 of 255 = 96%
G 237 of 255 = 93%
B 68 of 255 = 27%

244
237
68

R + G + B ~ 72%. #F4ED44 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 237 + 68 = 549 (100%)
R 244 of 549 ~ 44.44%
G 237 of 549 ~ 43.17%
B 68 of 549 ~ 12.39%

%44.44
%43.17
%12.39

CMYK color model

#F4ED44 color CMYK value is (0,3,72,4).

  • cyan value is 0.00%
  • magenta value is 2.87%
  • yellow value is 72.13%
  • key color value is 4.31%
CMYK:
(0,3,72,4)
C0M3Y72K4 
(0%,3%,72%,4%)
(0.00/0.03/0.72/0.04)	

CMYK percentages

%0
%2.87
%72.13
%4.31

Codes

Color #F4ED44 in popluar color models

F4ED44
RGB24423768
HSL58°88.89%61.18%
HSB/HSV58°72.13%95.69%
CMYK0.00%2.87%72.13%
4.31%

Color #F4ED44 in popluar number systems.

HEXF4ED44
Decimal24423768
Binary11110100111011011000100
Octal364355104

Shades and tints

Shades of #F4ED44

#F4ED44
(244,237,68)
#DED83E
(222,216,62)
#C8C338
(200,195,56)
#B2AE32
(178,174,50)
#9C992C
(156,153,44)
#868426
(134,132,38)
#706F20
(112,111,32)
#5A5A1A
(90,90,26)
#444514
(68,69,20)
#2E300E
(46,48,14)
#181B08
(24,27,8)
#000000
(0,0,0)

Tints of #F4ED44

#F4ED44
(244,237,68)
#F5EE55
(245,238,85)
#F6EF66
(246,239,102)
#F7F077
(247,240,119)
#F8F188
(248,241,136)
#F9F299
(249,242,153)
#FAF3AA
(250,243,170)
#FBF4BB
(251,244,187)
#FCF5CC
(252,245,204)
#FDF6DD
(253,246,221)
#FEF7EE
(254,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4ED44; }

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

This text font color is #F4ED44.


Background Color

.myBgColor { background-color: #F4ED44; }

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

This div background color is #F4ED44.


Border color

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

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

This div border color is #F4ED44.


Opacity

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

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

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

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

This text has shadow with #F4ED44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4ED44 on black background.


Color preview on white background

This text has color #F4ED44 on white background.



Black color preview on #F4ED44 background

This text has black color on #F4ED44 background.


White color preview on #F4ED44 background

This text has white color on #F4ED44 background.