COLOR #F4D58E

HEX: #F4D58E
RGB: (244,213,142)

Color info

#F4D58E contains mainly red and green colors. Web safe color of #F4D58E is #FFCC99 (or #FC9).

RGB color model

#F4D58E color RGB value is (244,213,142).

  • red value is 244;
  • green value is 213;
  • blue value is 142.
RGB:
(244,213,142)
(96%,84%,56%)

RGB channels and saturation

R 244 of 255 = 96%
G 213 of 255 = 84%
B 142 of 255 = 56%

244
213
142

R + G + B ~ 79%. #F4D58E is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 213 + 142 = 599 (100%)
R 244 of 599 ~ 40.73%
G 213 of 599 ~ 35.56%
B 142 of 599 ~ 23.71%

%40.73
%35.56
%23.71

CMYK color model

#F4D58E color CMYK value is (0,13,42,4).

  • cyan value is 0.00%
  • magenta value is 12.70%
  • yellow value is 41.80%
  • key color value is 4.31%
CMYK:
(0,13,42,4)
C0M13Y42K4 
(0%,13%,42%,4%)
(0.00/0.13/0.42/0.04)	

CMYK percentages

%0
%12.7
%41.8
%4.31

Codes

Color #F4D58E in popluar color models

F4D58E
RGB244213142
HSL42°82.26%75.69%
HSB/HSV42°41.80%95.69%
CMYK0.00%12.70%41.80%
4.31%

Color #F4D58E in popluar number systems.

HEXF4D58E
Decimal244213142
Binary111101001101010110001110
Octal364325216

Shades and tints

Shades of #F4D58E

#F4D58E
(244,213,142)
#DEC282
(222,194,130)
#C8AF76
(200,175,118)
#B29C6A
(178,156,106)
#9C895E
(156,137,94)
#867652
(134,118,82)
#706346
(112,99,70)
#5A503A
(90,80,58)
#443D2E
(68,61,46)
#2E2A22
(46,42,34)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #F4D58E

#F4D58E
(244,213,142)
#F5D898
(245,216,152)
#F6DBA2
(246,219,162)
#F7DEAC
(247,222,172)
#F8E1B6
(248,225,182)
#F9E4C0
(249,228,192)
#FAE7CA
(250,231,202)
#FBEAD4
(251,234,212)
#FCEDDE
(252,237,222)
#FDF0E8
(253,240,232)
#FEF3F2
(254,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4D58E color. Also use rgb(244,213,142) instead hex code.

Text Font Color

.myTextColor { color: #F4D58E; }

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

This text font color is #F4D58E.


Background Color

.myBgColor { background-color: #F4D58E; }

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

This div background color is #F4D58E.


Border color

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

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

This div border color is #F4D58E.


Opacity

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

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

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

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

This text has shadow with #F4D58E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4D58E on black background.


Color preview on white background

This text has color #F4D58E on white background.



Black color preview on #F4D58E background

This text has black color on #F4D58E background.


White color preview on #F4D58E background

This text has white color on #F4D58E background.