COLOR #FDD989

HEX: #FDD989
RGB: (253,217,137)

Color info

#FDD989 contains mainly red and green colors. Web safe color of #FDD989 is #FFCC99 (or #FC9).

RGB color model

#FDD989 color RGB value is (253,217,137).

  • red value is 253;
  • green value is 217;
  • blue value is 137.
RGB:
(253,217,137)
(99%,85%,54%)

RGB channels and saturation

R 253 of 255 = 99%
G 217 of 255 = 85%
B 137 of 255 = 54%

253
217
137

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

Portions of RGB colors in percentages

R + G + B =
253 + 217 + 137 = 607 (100%)
R 253 of 607 ~ 41.68%
G 217 of 607 ~ 35.75%
B 137 of 607 ~ 22.57%

%41.68
%35.75
%22.57

CMYK color model

#FDD989 color CMYK value is (0,14,46,1).

  • cyan value is 0.00%
  • magenta value is 14.23%
  • yellow value is 45.85%
  • key color value is 0.78%
CMYK:
(0,14,46,1)
C0M14Y46K1 
(0%,14%,46%,1%)
(0.00/0.14/0.46/0.01)	

CMYK percentages

%0
%14.23
%45.85
%0.78

Codes

Color #FDD989 in popluar color models

FDD989
RGB253217137
HSL41°96.67%76.47%
HSB/HSV41°45.85%99.22%
CMYK0.00%14.23%45.85%
0.78%

Color #FDD989 in popluar number systems.

HEXFDD989
Decimal253217137
Binary111111011101100110001001
Octal375331211

Shades and tints

Shades of #FDD989

#FDD989
(253,217,137)
#E6C67D
(230,198,125)
#CFB371
(207,179,113)
#B8A065
(184,160,101)
#A18D59
(161,141,89)
#8A7A4D
(138,122,77)
#736741
(115,103,65)
#5C5435
(92,84,53)
#454129
(69,65,41)
#2E2E1D
(46,46,29)
#171B11
(23,27,17)
#000000
(0,0,0)

Tints of #FDD989

#FDD989
(253,217,137)
#FDDC93
(253,220,147)
#FDDF9D
(253,223,157)
#FDE2A7
(253,226,167)
#FDE5B1
(253,229,177)
#FDE8BB
(253,232,187)
#FDEBC5
(253,235,197)
#FDEECF
(253,238,207)
#FDF1D9
(253,241,217)
#FDF4E3
(253,244,227)
#FDF7ED
(253,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDD989; }

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

This text font color is #FDD989.


Background Color

.myBgColor { background-color: #FDD989; }

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

This div background color is #FDD989.


Border color

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

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

This div border color is #FDD989.


Opacity

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

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

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

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

This text has shadow with #FDD989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDD989 on black background.


Color preview on white background

This text has color #FDD989 on white background.



Black color preview on #FDD989 background

This text has black color on #FDD989 background.


White color preview on #FDD989 background

This text has white color on #FDD989 background.