COLOR #FAEC57

HEX: #FAEC57
RGB: (250,236,87)

Color info

#FAEC57 contains mainly red and green colors. Web safe color of #FAEC57 is #FFFF66 (or #FF6).

RGB color model

#FAEC57 color RGB value is (250,236,87).

  • red value is 250;
  • green value is 236;
  • blue value is 87.
RGB:
(250,236,87)
(98%,93%,34%)

RGB channels and saturation

R 250 of 255 = 98%
G 236 of 255 = 93%
B 87 of 255 = 34%

250
236
87

R + G + B ~ 75%. #FAEC57 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 236 + 87 = 573 (100%)
R 250 of 573 ~ 43.63%
G 236 of 573 ~ 41.19%
B 87 of 573 ~ 15.18%

%43.63
%41.19
%15.18

CMYK color model

#FAEC57 color CMYK value is (0,6,65,2).

  • cyan value is 0.00%
  • magenta value is 5.60%
  • yellow value is 65.20%
  • key color value is 1.96%
CMYK:
(0,6,65,2)
C0M6Y65K2 
(0%,6%,65%,2%)
(0.00/0.06/0.65/0.02)	

CMYK percentages

%0
%5.6
%65.2
%1.96

Codes

Color #FAEC57 in popluar color models

FAEC57
RGB25023687
HSL55°94.22%66.08%
HSB/HSV55°65.20%98.04%
CMYK0.00%5.60%65.20%
1.96%

Color #FAEC57 in popluar number systems.

HEXFAEC57
Decimal25023687
Binary11111010111011001010111
Octal372354127

Shades and tints

Shades of #FAEC57

#FAEC57
(250,236,87)
#E4D750
(228,215,80)
#CEC249
(206,194,73)
#B8AD42
(184,173,66)
#A2983B
(162,152,59)
#8C8334
(140,131,52)
#766E2D
(118,110,45)
#605926
(96,89,38)
#4A441F
(74,68,31)
#342F18
(52,47,24)
#1E1A11
(30,26,17)
#000000
(0,0,0)

Tints of #FAEC57

#FAEC57
(250,236,87)
#FAED66
(250,237,102)
#FAEE75
(250,238,117)
#FAEF84
(250,239,132)
#FAF093
(250,240,147)
#FAF1A2
(250,241,162)
#FAF2B1
(250,242,177)
#FAF3C0
(250,243,192)
#FAF4CF
(250,244,207)
#FAF5DE
(250,245,222)
#FAF6ED
(250,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAEC57 color. Also use rgb(250,236,87) instead hex code.

Text Font Color

.myTextColor { color: #FAEC57; }

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

This text font color is #FAEC57.


Background Color

.myBgColor { background-color: #FAEC57; }

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

This div background color is #FAEC57.


Border color

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

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

This div border color is #FAEC57.


Opacity

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

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

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

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

This text has shadow with #FAEC57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEC57 on black background.


Color preview on white background

This text has color #FAEC57 on white background.



Black color preview on #FAEC57 background

This text has black color on #FAEC57 background.


White color preview on #FAEC57 background

This text has white color on #FAEC57 background.