COLOR #FDD289

HEX: #FDD289
RGB: (253,210,137)

Color info

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

RGB color model

#FDD289 color RGB value is (253,210,137).

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

RGB channels and saturation

R 253 of 255 = 99%
G 210 of 255 = 82%
B 137 of 255 = 54%

253
210
137

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

Portions of RGB colors in percentages

R + G + B =
253 + 210 + 137 = 600 (100%)
R 253 of 600 ~ 42.17%
G 210 of 600 ~ 35%
B 137 of 600 ~ 22.83%

%42.17
%35
%22.83

CMYK color model

#FDD289 color CMYK value is (0,17,46,1).

  • cyan value is 0.00%
  • magenta value is 17.00%
  • yellow value is 45.85%
  • key color value is 0.78%
CMYK:
(0,17,46,1)
C0M17Y46K1 
(0%,17%,46%,1%)
(0.00/0.17/0.46/0.01)	

CMYK percentages

%0
%17
%45.85
%0.78

Codes

Color #FDD289 in popluar color models

FDD289
RGB253210137
HSL38°96.67%76.47%
HSB/HSV38°45.85%99.22%
CMYK0.00%17.00%45.85%
0.78%

Color #FDD289 in popluar number systems.

HEXFDD289
Decimal253210137
Binary111111011101001010001001
Octal375322211

Shades and tints

Shades of #FDD289

#FDD289
(253,210,137)
#E6BF7D
(230,191,125)
#CFAC71
(207,172,113)
#B89965
(184,153,101)
#A18659
(161,134,89)
#8A734D
(138,115,77)
#736041
(115,96,65)
#5C4D35
(92,77,53)
#453A29
(69,58,41)
#2E271D
(46,39,29)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #FDD289

#FDD289
(253,210,137)
#FDD693
(253,214,147)
#FDDA9D
(253,218,157)
#FDDEA7
(253,222,167)
#FDE2B1
(253,226,177)
#FDE6BB
(253,230,187)
#FDEAC5
(253,234,197)
#FDEECF
(253,238,207)
#FDF2D9
(253,242,217)
#FDF6E3
(253,246,227)
#FDFAED
(253,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDD289; }

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

This text font color is #FDD289.


Background Color

.myBgColor { background-color: #FDD289; }

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

This div background color is #FDD289.


Border color

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

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

This div border color is #FDD289.


Opacity

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

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

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

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

This text has shadow with #FDD289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDD289 on black background.


Color preview on white background

This text has color #FDD289 on white background.



Black color preview on #FDD289 background

This text has black color on #FDD289 background.


White color preview on #FDD289 background

This text has white color on #FDD289 background.