COLOR #FAE388

HEX: #FAE388
RGB: (250,227,136)

Color info

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

RGB color model

#FAE388 color RGB value is (250,227,136).

  • red value is 250;
  • green value is 227;
  • blue value is 136.
RGB:
(250,227,136)
(98%,89%,53%)

RGB channels and saturation

R 250 of 255 = 98%
G 227 of 255 = 89%
B 136 of 255 = 53%

250
227
136

R + G + B ~ 80%. #FAE388 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 227 + 136 = 613 (100%)
R 250 of 613 ~ 40.78%
G 227 of 613 ~ 37.03%
B 136 of 613 ~ 22.19%

%40.78
%37.03
%22.19

CMYK color model

#FAE388 color CMYK value is (0,9,46,2).

  • cyan value is 0.00%
  • magenta value is 9.20%
  • yellow value is 45.60%
  • key color value is 1.96%
CMYK:
(0,9,46,2)
C0M9Y46K2 
(0%,9%,46%,2%)
(0.00/0.09/0.46/0.02)	

CMYK percentages

%0
%9.2
%45.6
%1.96

Codes

Color #FAE388 in popluar color models

FAE388
RGB250227136
HSL48°91.94%75.69%
HSB/HSV48°45.60%98.04%
CMYK0.00%9.20%45.60%
1.96%

Color #FAE388 in popluar number systems.

HEXFAE388
Decimal250227136
Binary111110101110001110001000
Octal372343210

Shades and tints

Shades of #FAE388

#FAE388
(250,227,136)
#E4CF7C
(228,207,124)
#CEBB70
(206,187,112)
#B8A764
(184,167,100)
#A29358
(162,147,88)
#8C7F4C
(140,127,76)
#766B40
(118,107,64)
#605734
(96,87,52)
#4A4328
(74,67,40)
#342F1C
(52,47,28)
#1E1B10
(30,27,16)
#000000
(0,0,0)

Tints of #FAE388

#FAE388
(250,227,136)
#FAE592
(250,229,146)
#FAE79C
(250,231,156)
#FAE9A6
(250,233,166)
#FAEBB0
(250,235,176)
#FAEDBA
(250,237,186)
#FAEFC4
(250,239,196)
#FAF1CE
(250,241,206)
#FAF3D8
(250,243,216)
#FAF5E2
(250,245,226)
#FAF7EC
(250,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAE388 color. Also use rgb(250,227,136) instead hex code.

Text Font Color

.myTextColor { color: #FAE388; }

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

This text font color is #FAE388.


Background Color

.myBgColor { background-color: #FAE388; }

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

This div background color is #FAE388.


Border color

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

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

This div border color is #FAE388.


Opacity

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

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

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

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

This text has shadow with #FAE388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE388 on black background.


Color preview on white background

This text has color #FAE388 on white background.



Black color preview on #FAE388 background

This text has black color on #FAE388 background.


White color preview on #FAE388 background

This text has white color on #FAE388 background.