COLOR #FAE78F

HEX: #FAE78F
RGB: (250,231,143)

Color info

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

RGB color model

#FAE78F color RGB value is (250,231,143).

  • red value is 250;
  • green value is 231;
  • blue value is 143.
RGB:
(250,231,143)
(98%,91%,56%)

RGB channels and saturation

R 250 of 255 = 98%
G 231 of 255 = 91%
B 143 of 255 = 56%

250
231
143

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

Portions of RGB colors in percentages

R + G + B =
250 + 231 + 143 = 624 (100%)
R 250 of 624 ~ 40.06%
G 231 of 624 ~ 37.02%
B 143 of 624 ~ 22.92%

%40.06
%37.02
%22.92

CMYK color model

#FAE78F color CMYK value is (0,8,43,2).

  • cyan value is 0.00%
  • magenta value is 7.60%
  • yellow value is 42.80%
  • key color value is 1.96%
CMYK:
(0,8,43,2)
C0M8Y43K2 
(0%,8%,43%,2%)
(0.00/0.08/0.43/0.02)	

CMYK percentages

%0
%7.6
%42.8
%1.96

Codes

Color #FAE78F in popluar color models

FAE78F
RGB250231143
HSL49°91.45%77.06%
HSB/HSV49°42.80%98.04%
CMYK0.00%7.60%42.80%
1.96%

Color #FAE78F in popluar number systems.

HEXFAE78F
Decimal250231143
Binary111110101110011110001111
Octal372347217

Shades and tints

Shades of #FAE78F

#FAE78F
(250,231,143)
#E4D282
(228,210,130)
#CEBD75
(206,189,117)
#B8A868
(184,168,104)
#A2935B
(162,147,91)
#8C7E4E
(140,126,78)
#766941
(118,105,65)
#605434
(96,84,52)
#4A3F27
(74,63,39)
#342A1A
(52,42,26)
#1E150D
(30,21,13)
#000000
(0,0,0)

Tints of #FAE78F

#FAE78F
(250,231,143)
#FAE999
(250,233,153)
#FAEBA3
(250,235,163)
#FAEDAD
(250,237,173)
#FAEFB7
(250,239,183)
#FAF1C1
(250,241,193)
#FAF3CB
(250,243,203)
#FAF5D5
(250,245,213)
#FAF7DF
(250,247,223)
#FAF9E9
(250,249,233)
#FAFBF3
(250,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAE78F color. Also use rgb(250,231,143) instead hex code.

Text Font Color

.myTextColor { color: #FAE78F; }

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

This text font color is #FAE78F.


Background Color

.myBgColor { background-color: #FAE78F; }

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

This div background color is #FAE78F.


Border color

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

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

This div border color is #FAE78F.


Opacity

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

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

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

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

This text has shadow with #FAE78F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE78F on black background.


Color preview on white background

This text has color #FAE78F on white background.



Black color preview on #FAE78F background

This text has black color on #FAE78F background.


White color preview on #FAE78F background

This text has white color on #FAE78F background.