COLOR #FDE57E

HEX: #FDE57E
RGB: (253,229,126)

Color info

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

RGB color model

#FDE57E color RGB value is (253,229,126).

  • red value is 253;
  • green value is 229;
  • blue value is 126.
RGB:
(253,229,126)
(99%,90%,49%)

RGB channels and saturation

R 253 of 255 = 99%
G 229 of 255 = 90%
B 126 of 255 = 49%

253
229
126

R + G + B ~ 79%. #FDE57E is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 229 + 126 = 608 (100%)
R 253 of 608 ~ 41.61%
G 229 of 608 ~ 37.66%
B 126 of 608 ~ 20.72%

%41.61
%37.66
%20.72

CMYK color model

#FDE57E color CMYK value is (0,9,50,1).

  • cyan value is 0.00%
  • magenta value is 9.49%
  • yellow value is 50.20%
  • key color value is 0.78%
CMYK:
(0,9,50,1)
C0M9Y50K1 
(0%,9%,50%,1%)
(0.00/0.09/0.50/0.01)	

CMYK percentages

%0
%9.49
%50.2
%0.78

Codes

Color #FDE57E in popluar color models

FDE57E
RGB253229126
HSL49°96.95%74.31%
HSB/HSV49°50.20%99.22%
CMYK0.00%9.49%50.20%
0.78%

Color #FDE57E in popluar number systems.

HEXFDE57E
Decimal253229126
Binary11111101111001011111110
Octal375345176

Shades and tints

Shades of #FDE57E

#FDE57E
(253,229,126)
#E6D173
(230,209,115)
#CFBD68
(207,189,104)
#B8A95D
(184,169,93)
#A19552
(161,149,82)
#8A8147
(138,129,71)
#736D3C
(115,109,60)
#5C5931
(92,89,49)
#454526
(69,69,38)
#2E311B
(46,49,27)
#171D10
(23,29,16)
#000000
(0,0,0)

Tints of #FDE57E

#FDE57E
(253,229,126)
#FDE789
(253,231,137)
#FDE994
(253,233,148)
#FDEB9F
(253,235,159)
#FDEDAA
(253,237,170)
#FDEFB5
(253,239,181)
#FDF1C0
(253,241,192)
#FDF3CB
(253,243,203)
#FDF5D6
(253,245,214)
#FDF7E1
(253,247,225)
#FDF9EC
(253,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDE57E color. Also use rgb(253,229,126) instead hex code.

Text Font Color

.myTextColor { color: #FDE57E; }

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

This text font color is #FDE57E.


Background Color

.myBgColor { background-color: #FDE57E; }

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

This div background color is #FDE57E.


Border color

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

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

This div border color is #FDE57E.


Opacity

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

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

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

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

This text has shadow with #FDE57E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE57E on black background.


Color preview on white background

This text has color #FDE57E on white background.



Black color preview on #FDE57E background

This text has black color on #FDE57E background.


White color preview on #FDE57E background

This text has white color on #FDE57E background.