COLOR #F4E3A7

HEX: #F4E3A7
RGB: (244,227,167)

Color info

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

RGB color model

#F4E3A7 color RGB value is (244,227,167).

  • red value is 244;
  • green value is 227;
  • blue value is 167.
RGB:
(244,227,167)
(96%,89%,65%)

RGB channels and saturation

R 244 of 255 = 96%
G 227 of 255 = 89%
B 167 of 255 = 65%

244
227
167

R + G + B ~ 83%. #F4E3A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 227 + 167 = 638 (100%)
R 244 of 638 ~ 38.24%
G 227 of 638 ~ 35.58%
B 167 of 638 ~ 26.18%

%38.24
%35.58
%26.18

CMYK color model

#F4E3A7 color CMYK value is (0,7,32,4).

  • cyan value is 0.00%
  • magenta value is 6.97%
  • yellow value is 31.56%
  • key color value is 4.31%
CMYK:
(0,7,32,4)
C0M7Y32K4 
(0%,7%,32%,4%)
(0.00/0.07/0.32/0.04)	

CMYK percentages

%0
%6.97
%31.56
%4.31

Codes

Color #F4E3A7 in popluar color models

F4E3A7
RGB244227167
HSL47°77.78%80.59%
HSB/HSV47°31.56%95.69%
CMYK0.00%6.97%31.56%
4.31%

Color #F4E3A7 in popluar number systems.

HEXF4E3A7
Decimal244227167
Binary111101001110001110100111
Octal364343247

Shades and tints

Shades of #F4E3A7

#F4E3A7
(244,227,167)
#DECF98
(222,207,152)
#C8BB89
(200,187,137)
#B2A77A
(178,167,122)
#9C936B
(156,147,107)
#867F5C
(134,127,92)
#706B4D
(112,107,77)
#5A573E
(90,87,62)
#44432F
(68,67,47)
#2E2F20
(46,47,32)
#181B11
(24,27,17)
#000000
(0,0,0)

Tints of #F4E3A7

#F4E3A7
(244,227,167)
#F5E5AF
(245,229,175)
#F6E7B7
(246,231,183)
#F7E9BF
(247,233,191)
#F8EBC7
(248,235,199)
#F9EDCF
(249,237,207)
#FAEFD7
(250,239,215)
#FBF1DF
(251,241,223)
#FCF3E7
(252,243,231)
#FDF5EF
(253,245,239)
#FEF7F7
(254,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4E3A7 color. Also use rgb(244,227,167) instead hex code.

Text Font Color

.myTextColor { color: #F4E3A7; }

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

This text font color is #F4E3A7.


Background Color

.myBgColor { background-color: #F4E3A7; }

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

This div background color is #F4E3A7.


Border color

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

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

This div border color is #F4E3A7.


Opacity

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

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

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

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

This text has shadow with #F4E3A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4E3A7 on black background.


Color preview on white background

This text has color #F4E3A7 on white background.



Black color preview on #F4E3A7 background

This text has black color on #F4E3A7 background.


White color preview on #F4E3A7 background

This text has white color on #F4E3A7 background.