COLOR #FAE45B

HEX: #FAE45B
RGB: (250,228,91)

Color info

#FAE45B contains mainly red and green colors. Web safe color of #FAE45B is #FFCC66 (or #FC6).

RGB color model

#FAE45B color RGB value is (250,228,91).

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

RGB channels and saturation

R 250 of 255 = 98%
G 228 of 255 = 89%
B 91 of 255 = 36%

250
228
91

R + G + B ~ 74%. #FAE45B is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 228 + 91 = 569 (100%)
R 250 of 569 ~ 43.94%
G 228 of 569 ~ 40.07%
B 91 of 569 ~ 15.99%

%43.94
%40.07
%15.99

CMYK color model

#FAE45B color CMYK value is (0,9,64,2).

  • cyan value is 0.00%
  • magenta value is 8.80%
  • yellow value is 63.60%
  • key color value is 1.96%
CMYK:
(0,9,64,2)
C0M9Y64K2 
(0%,9%,64%,2%)
(0.00/0.09/0.64/0.02)	

CMYK percentages

%0
%8.8
%63.6
%1.96

Codes

Color #FAE45B in popluar color models

FAE45B
RGB25022891
HSL52°94.08%66.86%
HSB/HSV52°63.60%98.04%
CMYK0.00%8.80%63.60%
1.96%

Color #FAE45B in popluar number systems.

HEXFAE45B
Decimal25022891
Binary11111010111001001011011
Octal372344133

Shades and tints

Shades of #FAE45B

#FAE45B
(250,228,91)
#E4D053
(228,208,83)
#CEBC4B
(206,188,75)
#B8A843
(184,168,67)
#A2943B
(162,148,59)
#8C8033
(140,128,51)
#766C2B
(118,108,43)
#605823
(96,88,35)
#4A441B
(74,68,27)
#343013
(52,48,19)
#1E1C0B
(30,28,11)
#000000
(0,0,0)

Tints of #FAE45B

#FAE45B
(250,228,91)
#FAE669
(250,230,105)
#FAE877
(250,232,119)
#FAEA85
(250,234,133)
#FAEC93
(250,236,147)
#FAEEA1
(250,238,161)
#FAF0AF
(250,240,175)
#FAF2BD
(250,242,189)
#FAF4CB
(250,244,203)
#FAF6D9
(250,246,217)
#FAF8E7
(250,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE45B; }

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

This text font color is #FAE45B.


Background Color

.myBgColor { background-color: #FAE45B; }

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

This div background color is #FAE45B.


Border color

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

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

This div border color is #FAE45B.


Opacity

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

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

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

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

This text has shadow with #FAE45B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE45B on black background.


Color preview on white background

This text has color #FAE45B on white background.



Black color preview on #FAE45B background

This text has black color on #FAE45B background.


White color preview on #FAE45B background

This text has white color on #FAE45B background.