COLOR #FAE037

HEX: #FAE037
RGB: (250,224,55)

Color info

#FAE037 contains mainly red and green colors. Web safe color of #FAE037 is #FFCC33 (or #FC3).

RGB color model

#FAE037 color RGB value is (250,224,55).

  • red value is 250;
  • green value is 224;
  • blue value is 55.
RGB:
(250,224,55)
(98%,88%,22%)

RGB channels and saturation

R 250 of 255 = 98%
G 224 of 255 = 88%
B 55 of 255 = 22%

250
224
55

R + G + B ~ 69%. #FAE037 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 224 + 55 = 529 (100%)
R 250 of 529 ~ 47.26%
G 224 of 529 ~ 42.34%
B 55 of 529 ~ 10.4%

%47.26
%42.34
%10.4

CMYK color model

#FAE037 color CMYK value is (0,10,78,2).

  • cyan value is 0.00%
  • magenta value is 10.40%
  • yellow value is 78.00%
  • key color value is 1.96%
CMYK:
(0,10,78,2)
C0M10Y78K2 
(0%,10%,78%,2%)
(0.00/0.10/0.78/0.02)	

CMYK percentages

%0
%10.4
%78
%1.96

Codes

Color #FAE037 in popluar color models

FAE037
RGB25022455
HSL52°95.12%59.80%
HSB/HSV52°78.00%98.04%
CMYK0.00%10.40%78.00%
1.96%

Color #FAE037 in popluar number systems.

HEXFAE037
Decimal25022455
Binary1111101011100000110111
Octal37234067

Shades and tints

Shades of #FAE037

#FAE037
(250,224,55)
#E4CC32
(228,204,50)
#CEB82D
(206,184,45)
#B8A428
(184,164,40)
#A29023
(162,144,35)
#8C7C1E
(140,124,30)
#766819
(118,104,25)
#605414
(96,84,20)
#4A400F
(74,64,15)
#342C0A
(52,44,10)
#1E1805
(30,24,5)
#000000
(0,0,0)

Tints of #FAE037

#FAE037
(250,224,55)
#FAE249
(250,226,73)
#FAE45B
(250,228,91)
#FAE66D
(250,230,109)
#FAE87F
(250,232,127)
#FAEA91
(250,234,145)
#FAECA3
(250,236,163)
#FAEEB5
(250,238,181)
#FAF0C7
(250,240,199)
#FAF2D9
(250,242,217)
#FAF4EB
(250,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAE037 color. Also use rgb(250,224,55) instead hex code.

Text Font Color

.myTextColor { color: #FAE037; }

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

This text font color is #FAE037.


Background Color

.myBgColor { background-color: #FAE037; }

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

This div background color is #FAE037.


Border color

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

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

This div border color is #FAE037.


Opacity

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

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

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

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

This text has shadow with #FAE037 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE037 on black background.


Color preview on white background

This text has color #FAE037 on white background.



Black color preview on #FAE037 background

This text has black color on #FAE037 background.


White color preview on #FAE037 background

This text has white color on #FAE037 background.