COLOR #FAE437

HEX: #FAE437
RGB: (250,228,55)

Color info

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

RGB color model

#FAE437 color RGB value is (250,228,55).

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

RGB channels and saturation

R 250 of 255 = 98%
G 228 of 255 = 89%
B 55 of 255 = 22%

250
228
55

R + G + B ~ 70%. #FAE437 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 228 + 55 = 533 (100%)
R 250 of 533 ~ 46.9%
G 228 of 533 ~ 42.78%
B 55 of 533 ~ 10.32%

%46.9
%42.78
%10.32

CMYK color model

#FAE437 color CMYK value is (0,9,78,2).

  • cyan value is 0.00%
  • magenta value is 8.80%
  • yellow value is 78.00%
  • key color value is 1.96%
CMYK:
(0,9,78,2)
C0M9Y78K2 
(0%,9%,78%,2%)
(0.00/0.09/0.78/0.02)	

CMYK percentages

%0
%8.8
%78
%1.96

Codes

Color #FAE437 in popluar color models

FAE437
RGB25022855
HSL53°95.12%59.80%
HSB/HSV53°78.00%98.04%
CMYK0.00%8.80%78.00%
1.96%

Color #FAE437 in popluar number systems.

HEXFAE437
Decimal25022855
Binary1111101011100100110111
Octal37234467

Shades and tints

Shades of #FAE437

#FAE437
(250,228,55)
#E4D032
(228,208,50)
#CEBC2D
(206,188,45)
#B8A828
(184,168,40)
#A29423
(162,148,35)
#8C801E
(140,128,30)
#766C19
(118,108,25)
#605814
(96,88,20)
#4A440F
(74,68,15)
#34300A
(52,48,10)
#1E1C05
(30,28,5)
#000000
(0,0,0)

Tints of #FAE437

#FAE437
(250,228,55)
#FAE649
(250,230,73)
#FAE85B
(250,232,91)
#FAEA6D
(250,234,109)
#FAEC7F
(250,236,127)
#FAEE91
(250,238,145)
#FAF0A3
(250,240,163)
#FAF2B5
(250,242,181)
#FAF4C7
(250,244,199)
#FAF6D9
(250,246,217)
#FAF8EB
(250,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAE437; }

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

This text font color is #FAE437.


Background Color

.myBgColor { background-color: #FAE437; }

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

This div background color is #FAE437.


Border color

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

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

This div border color is #FAE437.


Opacity

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

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

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

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

This text has shadow with #FAE437 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAE437 on black background.


Color preview on white background

This text has color #FAE437 on white background.



Black color preview on #FAE437 background

This text has black color on #FAE437 background.


White color preview on #FAE437 background

This text has white color on #FAE437 background.