COLOR #FAE85B

HEX: #FAE85B
RGB: (250,232,91)

Color info

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

RGB color model

#FAE85B color RGB value is (250,232,91).

  • red value is 250;
  • green value is 232;
  • blue value is 91.
RGB:
(250,232,91)
(98%,91%,36%)

RGB channels and saturation

R 250 of 255 = 98%
G 232 of 255 = 91%
B 91 of 255 = 36%

250
232
91

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

Portions of RGB colors in percentages

R + G + B =
250 + 232 + 91 = 573 (100%)
R 250 of 573 ~ 43.63%
G 232 of 573 ~ 40.49%
B 91 of 573 ~ 15.88%

%43.63
%40.49
%15.88

CMYK color model

#FAE85B color CMYK value is (0,7,64,2).

  • cyan value is 0.00%
  • magenta value is 7.20%
  • yellow value is 63.60%
  • key color value is 1.96%
CMYK:
(0,7,64,2)
C0M7Y64K2 
(0%,7%,64%,2%)
(0.00/0.07/0.64/0.02)	

CMYK percentages

%0
%7.2
%63.6
%1.96

Codes

Color #FAE85B in popluar color models

FAE85B
RGB25023291
HSL53°94.08%66.86%
HSB/HSV53°63.60%98.04%
CMYK0.00%7.20%63.60%
1.96%

Color #FAE85B in popluar number systems.

HEXFAE85B
Decimal25023291
Binary11111010111010001011011
Octal372350133

Shades and tints

Shades of #FAE85B

#FAE85B
(250,232,91)
#E4D353
(228,211,83)
#CEBE4B
(206,190,75)
#B8A943
(184,169,67)
#A2943B
(162,148,59)
#8C7F33
(140,127,51)
#766A2B
(118,106,43)
#605523
(96,85,35)
#4A401B
(74,64,27)
#342B13
(52,43,19)
#1E160B
(30,22,11)
#000000
(0,0,0)

Tints of #FAE85B

#FAE85B
(250,232,91)
#FAEA69
(250,234,105)
#FAEC77
(250,236,119)
#FAEE85
(250,238,133)
#FAF093
(250,240,147)
#FAF2A1
(250,242,161)
#FAF4AF
(250,244,175)
#FAF6BD
(250,246,189)
#FAF8CB
(250,248,203)
#FAFAD9
(250,250,217)
#FAFCE7
(250,252,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAE85B color. Also use rgb(250,232,91) instead hex code.

Text Font Color

.myTextColor { color: #FAE85B; }

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

This text font color is #FAE85B.


Background Color

.myBgColor { background-color: #FAE85B; }

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

This div background color is #FAE85B.


Border color

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

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

This div border color is #FAE85B.


Opacity

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

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

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

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

This text has shadow with #FAE85B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE85B on black background.


Color preview on white background

This text has color #FAE85B on white background.



Black color preview on #FAE85B background

This text has black color on #FAE85B background.


White color preview on #FAE85B background

This text has white color on #FAE85B background.