COLOR #FAE59C

HEX: #FAE59C
RGB: (250,229,156)

Color info

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

RGB color model

#FAE59C color RGB value is (250,229,156).

  • red value is 250;
  • green value is 229;
  • blue value is 156.
RGB:
(250,229,156)
(98%,90%,61%)

RGB channels and saturation

R 250 of 255 = 98%
G 229 of 255 = 90%
B 156 of 255 = 61%

250
229
156

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

Portions of RGB colors in percentages

R + G + B =
250 + 229 + 156 = 635 (100%)
R 250 of 635 ~ 39.37%
G 229 of 635 ~ 36.06%
B 156 of 635 ~ 24.57%

%39.37
%36.06
%24.57

CMYK color model

#FAE59C color CMYK value is (0,8,38,2).

  • cyan value is 0.00%
  • magenta value is 8.40%
  • yellow value is 37.60%
  • key color value is 1.96%
CMYK:
(0,8,38,2)
C0M8Y38K2 
(0%,8%,38%,2%)
(0.00/0.08/0.38/0.02)	

CMYK percentages

%0
%8.4
%37.6
%1.96

Codes

Color #FAE59C in popluar color models

FAE59C
RGB250229156
HSL47°90.38%79.61%
HSB/HSV47°37.60%98.04%
CMYK0.00%8.40%37.60%
1.96%

Color #FAE59C in popluar number systems.

HEXFAE59C
Decimal250229156
Binary111110101110010110011100
Octal372345234

Shades and tints

Shades of #FAE59C

#FAE59C
(250,229,156)
#E4D18E
(228,209,142)
#CEBD80
(206,189,128)
#B8A972
(184,169,114)
#A29564
(162,149,100)
#8C8156
(140,129,86)
#766D48
(118,109,72)
#60593A
(96,89,58)
#4A452C
(74,69,44)
#34311E
(52,49,30)
#1E1D10
(30,29,16)
#000000
(0,0,0)

Tints of #FAE59C

#FAE59C
(250,229,156)
#FAE7A5
(250,231,165)
#FAE9AE
(250,233,174)
#FAEBB7
(250,235,183)
#FAEDC0
(250,237,192)
#FAEFC9
(250,239,201)
#FAF1D2
(250,241,210)
#FAF3DB
(250,243,219)
#FAF5E4
(250,245,228)
#FAF7ED
(250,247,237)
#FAF9F6
(250,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAE59C color. Also use rgb(250,229,156) instead hex code.

Text Font Color

.myTextColor { color: #FAE59C; }

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

This text font color is #FAE59C.


Background Color

.myBgColor { background-color: #FAE59C; }

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

This div background color is #FAE59C.


Border color

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

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

This div border color is #FAE59C.


Opacity

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

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

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

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

This text has shadow with #FAE59C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE59C on black background.


Color preview on white background

This text has color #FAE59C on white background.



Black color preview on #FAE59C background

This text has black color on #FAE59C background.


White color preview on #FAE59C background

This text has white color on #FAE59C background.