COLOR #FDD990

HEX: #FDD990
RGB: (253,217,144)

Color info

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

RGB color model

#FDD990 color RGB value is (253,217,144).

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

RGB channels and saturation

R 253 of 255 = 99%
G 217 of 255 = 85%
B 144 of 255 = 56%

253
217
144

R + G + B ~ 80%. #FDD990 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 217 + 144 = 614 (100%)
R 253 of 614 ~ 41.21%
G 217 of 614 ~ 35.34%
B 144 of 614 ~ 23.45%

%41.21
%35.34
%23.45

CMYK color model

#FDD990 color CMYK value is (0,14,43,1).

  • cyan value is 0.00%
  • magenta value is 14.23%
  • yellow value is 43.08%
  • key color value is 0.78%
CMYK:
(0,14,43,1)
C0M14Y43K1 
(0%,14%,43%,1%)
(0.00/0.14/0.43/0.01)	

CMYK percentages

%0
%14.23
%43.08
%0.78

Codes

Color #FDD990 in popluar color models

FDD990
RGB253217144
HSL40°96.46%77.84%
HSB/HSV40°43.08%99.22%
CMYK0.00%14.23%43.08%
0.78%

Color #FDD990 in popluar number systems.

HEXFDD990
Decimal253217144
Binary111111011101100110010000
Octal375331220

Shades and tints

Shades of #FDD990

#FDD990
(253,217,144)
#E6C683
(230,198,131)
#CFB376
(207,179,118)
#B8A069
(184,160,105)
#A18D5C
(161,141,92)
#8A7A4F
(138,122,79)
#736742
(115,103,66)
#5C5435
(92,84,53)
#454128
(69,65,40)
#2E2E1B
(46,46,27)
#171B0E
(23,27,14)
#000000
(0,0,0)

Tints of #FDD990

#FDD990
(253,217,144)
#FDDC9A
(253,220,154)
#FDDFA4
(253,223,164)
#FDE2AE
(253,226,174)
#FDE5B8
(253,229,184)
#FDE8C2
(253,232,194)
#FDEBCC
(253,235,204)
#FDEED6
(253,238,214)
#FDF1E0
(253,241,224)
#FDF4EA
(253,244,234)
#FDF7F4
(253,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDD990; }

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

This text font color is #FDD990.


Background Color

.myBgColor { background-color: #FDD990; }

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

This div background color is #FDD990.


Border color

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

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

This div border color is #FDD990.


Opacity

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

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

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

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

This text has shadow with #FDD990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDD990 on black background.


Color preview on white background

This text has color #FDD990 on white background.



Black color preview on #FDD990 background

This text has black color on #FDD990 background.


White color preview on #FDD990 background

This text has white color on #FDD990 background.