COLOR #FDED6E

HEX: #FDED6E
RGB: (253,237,110)

Color info

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

RGB color model

#FDED6E color RGB value is (253,237,110).

  • red value is 253;
  • green value is 237;
  • blue value is 110.
RGB:
(253,237,110)
(99%,93%,43%)

RGB channels and saturation

R 253 of 255 = 99%
G 237 of 255 = 93%
B 110 of 255 = 43%

253
237
110

R + G + B ~ 78%. #FDED6E is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 237 + 110 = 600 (100%)
R 253 of 600 ~ 42.17%
G 237 of 600 ~ 39.5%
B 110 of 600 ~ 18.33%

%42.17
%39.5
%18.33

CMYK color model

#FDED6E color CMYK value is (0,6,57,1).

  • cyan value is 0.00%
  • magenta value is 6.32%
  • yellow value is 56.52%
  • key color value is 0.78%
CMYK:
(0,6,57,1)
C0M6Y57K1 
(0%,6%,57%,1%)
(0.00/0.06/0.57/0.01)	

CMYK percentages

%0
%6.32
%56.52
%0.78

Codes

Color #FDED6E in popluar color models

FDED6E
RGB253237110
HSL53°97.28%71.18%
HSB/HSV53°56.52%99.22%
CMYK0.00%6.32%56.52%
0.78%

Color #FDED6E in popluar number systems.

HEXFDED6E
Decimal253237110
Binary11111101111011011101110
Octal375355156

Shades and tints

Shades of #FDED6E

#FDED6E
(253,237,110)
#E6D864
(230,216,100)
#CFC35A
(207,195,90)
#B8AE50
(184,174,80)
#A19946
(161,153,70)
#8A843C
(138,132,60)
#736F32
(115,111,50)
#5C5A28
(92,90,40)
#45451E
(69,69,30)
#2E3014
(46,48,20)
#171B0A
(23,27,10)
#000000
(0,0,0)

Tints of #FDED6E

#FDED6E
(253,237,110)
#FDEE7B
(253,238,123)
#FDEF88
(253,239,136)
#FDF095
(253,240,149)
#FDF1A2
(253,241,162)
#FDF2AF
(253,242,175)
#FDF3BC
(253,243,188)
#FDF4C9
(253,244,201)
#FDF5D6
(253,245,214)
#FDF6E3
(253,246,227)
#FDF7F0
(253,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDED6E color. Also use rgb(253,237,110) instead hex code.

Text Font Color

.myTextColor { color: #FDED6E; }

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

This text font color is #FDED6E.


Background Color

.myBgColor { background-color: #FDED6E; }

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

This div background color is #FDED6E.


Border color

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

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

This div border color is #FDED6E.


Opacity

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

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

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

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

This text has shadow with #FDED6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDED6E on black background.


Color preview on white background

This text has color #FDED6E on white background.



Black color preview on #FDED6E background

This text has black color on #FDED6E background.


White color preview on #FDED6E background

This text has white color on #FDED6E background.