COLOR #FDEB4E

HEX: #FDEB4E
RGB: (253,235,78)

Color info

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

RGB color model

#FDEB4E color RGB value is (253,235,78).

  • red value is 253;
  • green value is 235;
  • blue value is 78.
RGB:
(253,235,78)
(99%,92%,31%)

RGB channels and saturation

R 253 of 255 = 99%
G 235 of 255 = 92%
B 78 of 255 = 31%

253
235
78

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

Portions of RGB colors in percentages

R + G + B =
253 + 235 + 78 = 566 (100%)
R 253 of 566 ~ 44.7%
G 235 of 566 ~ 41.52%
B 78 of 566 ~ 13.78%

%44.7
%41.52
%13.78

CMYK color model

#FDEB4E color CMYK value is (0,7,69,1).

  • cyan value is 0.00%
  • magenta value is 7.11%
  • yellow value is 69.17%
  • key color value is 0.78%
CMYK:
(0,7,69,1)
C0M7Y69K1 
(0%,7%,69%,1%)
(0.00/0.07/0.69/0.01)	

CMYK percentages

%0
%7.11
%69.17
%0.78

Codes

Color #FDEB4E in popluar color models

FDEB4E
RGB25323578
HSL54°97.77%64.90%
HSB/HSV54°69.17%99.22%
CMYK0.00%7.11%69.17%
0.78%

Color #FDEB4E in popluar number systems.

HEXFDEB4E
Decimal25323578
Binary11111101111010111001110
Octal375353116

Shades and tints

Shades of #FDEB4E

#FDEB4E
(253,235,78)
#E6D647
(230,214,71)
#CFC140
(207,193,64)
#B8AC39
(184,172,57)
#A19732
(161,151,50)
#8A822B
(138,130,43)
#736D24
(115,109,36)
#5C581D
(92,88,29)
#454316
(69,67,22)
#2E2E0F
(46,46,15)
#171908
(23,25,8)
#000000
(0,0,0)

Tints of #FDEB4E

#FDEB4E
(253,235,78)
#FDEC5E
(253,236,94)
#FDED6E
(253,237,110)
#FDEE7E
(253,238,126)
#FDEF8E
(253,239,142)
#FDF09E
(253,240,158)
#FDF1AE
(253,241,174)
#FDF2BE
(253,242,190)
#FDF3CE
(253,243,206)
#FDF4DE
(253,244,222)
#FDF5EE
(253,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDEB4E color. Also use rgb(253,235,78) instead hex code.

Text Font Color

.myTextColor { color: #FDEB4E; }

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

This text font color is #FDEB4E.


Background Color

.myBgColor { background-color: #FDEB4E; }

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

This div background color is #FDEB4E.


Border color

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

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

This div border color is #FDEB4E.


Opacity

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

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

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

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

This text has shadow with #FDEB4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEB4E on black background.


Color preview on white background

This text has color #FDEB4E on white background.



Black color preview on #FDEB4E background

This text has black color on #FDEB4E background.


White color preview on #FDEB4E background

This text has white color on #FDEB4E background.