COLOR #FDEA5B

HEX: #FDEA5B
RGB: (253,234,91)

Color info

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

RGB color model

#FDEA5B color RGB value is (253,234,91).

  • red value is 253;
  • green value is 234;
  • blue value is 91.
RGB:
(253,234,91)
(99%,92%,36%)

RGB channels and saturation

R 253 of 255 = 99%
G 234 of 255 = 92%
B 91 of 255 = 36%

253
234
91

R + G + B ~ 76%. #FDEA5B is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 234 + 91 = 578 (100%)
R 253 of 578 ~ 43.77%
G 234 of 578 ~ 40.48%
B 91 of 578 ~ 15.74%

%43.77
%40.48
%15.74

CMYK color model

#FDEA5B color CMYK value is (0,8,64,1).

  • cyan value is 0.00%
  • magenta value is 7.51%
  • yellow value is 64.03%
  • key color value is 0.78%
CMYK:
(0,8,64,1)
C0M8Y64K1 
(0%,8%,64%,1%)
(0.00/0.08/0.64/0.01)	

CMYK percentages

%0
%7.51
%64.03
%0.78

Codes

Color #FDEA5B in popluar color models

FDEA5B
RGB25323491
HSL53°97.59%67.45%
HSB/HSV53°64.03%99.22%
CMYK0.00%7.51%64.03%
0.78%

Color #FDEA5B in popluar number systems.

HEXFDEA5B
Decimal25323491
Binary11111101111010101011011
Octal375352133

Shades and tints

Shades of #FDEA5B

#FDEA5B
(253,234,91)
#E6D553
(230,213,83)
#CFC04B
(207,192,75)
#B8AB43
(184,171,67)
#A1963B
(161,150,59)
#8A8133
(138,129,51)
#736C2B
(115,108,43)
#5C5723
(92,87,35)
#45421B
(69,66,27)
#2E2D13
(46,45,19)
#17180B
(23,24,11)
#000000
(0,0,0)

Tints of #FDEA5B

#FDEA5B
(253,234,91)
#FDEB69
(253,235,105)
#FDEC77
(253,236,119)
#FDED85
(253,237,133)
#FDEE93
(253,238,147)
#FDEFA1
(253,239,161)
#FDF0AF
(253,240,175)
#FDF1BD
(253,241,189)
#FDF2CB
(253,242,203)
#FDF3D9
(253,243,217)
#FDF4E7
(253,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDEA5B color. Also use rgb(253,234,91) instead hex code.

Text Font Color

.myTextColor { color: #FDEA5B; }

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

This text font color is #FDEA5B.


Background Color

.myBgColor { background-color: #FDEA5B; }

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

This div background color is #FDEA5B.


Border color

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

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

This div border color is #FDEA5B.


Opacity

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

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

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

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

This text has shadow with #FDEA5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDEA5B on black background.


Color preview on white background

This text has color #FDEA5B on white background.



Black color preview on #FDEA5B background

This text has black color on #FDEA5B background.


White color preview on #FDEA5B background

This text has white color on #FDEA5B background.