COLOR #FDED89

HEX: #FDED89 RGB: (253,237,137)

Color info

#FDED89 contains mainly red and green colors. Web safe color of #FDED89 is #FFFF99 (or #FF9).

RGB color model

#FDED89 color RGB value is (253,237,137).

RGB: (253,237,137) (99%, 93%, 54%)

RGB channels and saturation

R 253 of 255 = 99%
G 237 of 255 = 93%
B 137 of 255 = 54%

253
237
137

R + G + B ~ 82%. #FDED89 is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 237 + 137 = 627 (100%)
R 253 of 627 ~ 40.35%
G 237 of 627 ~ 37.8%
B 137 of 627 ~ 21.85'%

%40.35
%37.8
%21.85

CMYK color model

#FDED89 color CMYK value is (0,6,46,1).

  • cyan value is 0.00%
  • magenta value is 6.32%
  • yellow value is 45.85%
  • key color value is 0.78%

CMYK: (0,6,46,1)
C0M6Y46K1 (0%, 6%, 46%, 1%)
(0.00 / 0.06 / 0.46 / 0.01)

CMYK percentages

%0
%6.32
%45.85
%0.78

Codes

Color #FDED89 in popluar color models

FD ED 89
RGB 253 237 137
HSL 52° 96.67% 76.47%
HSB/HSV 52° 45.85% 99.22%
CMYK 0.00% 6.32% 45.85%
0.78%

Color #FDED89 in popluar number systems.

HEX FD ED 89
Decimal 253 237 137
Binary 11111101 11101101 10001001
Octal 375 355 211

Shades and tints

Shades of #FDED89

#FDED89
(253,237,137)
#E6D87D
(230,216,125)
#CFC371
(207,195,113)
#B8AE65
(184,174,101)
#A19959
(161,153,89)
#8A844D
(138,132,77)
#736F41
(115,111,65)
#5C5A35
(92,90,53)
#454529
(69,69,41)
#2E301D
(46,48,29)
#171B11
(23,27,17)
#000000
(0,0,0)

Tints of #FDED89

#FDED89
(253,237,137)
#FDEE93
(253,238,147)
#FDEF9D
(253,239,157)
#FDF0A7
(253,240,167)
#FDF1B1
(253,241,177)
#FDF2BB
(253,242,187)
#FDF3C5
(253,243,197)
#FDF4CF
(253,244,207)
#FDF5D9
(253,245,217)
#FDF6E3
(253,246,227)
#FDF7ED
(253,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDED89; }

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

This text font color is #FDED89.

Background Color

.myBgColor { background-color: #FDED89; }

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

This div background color is #FDED89.

Border color

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

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

This div border color is #FDED89.

Opacity

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

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

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

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

This text has shadow with #FDED89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDED89.

Preview

Color preview on black background

This text has color #FDED89 on black background.


Color preview on white background

This text has color #FDED89 on white background.


Black color preview on #FDED89 background

This text has black color on #FDED89 background.


White color preview on #FDED89 background

This text has white color on #FDED89 background.


Related colors

Complementary color

Complementary color for #hex is #021276.


I love getcolorcode.com

Triadic colors

1 #89FDED and #ED89FD with #FDED89 are triadic colors.

2 #89EDFD and #EDFD89 with #FDED89 are triadic colors.