COLOR #FDD480

HEX: #FDD480
RGB: (253,212,128)

Color info

#FDD480 contains mainly red and green colors. Web safe color of #FDD480 is #FFCC66 (or #FC6).

RGB color model

#FDD480 color RGB value is (253,212,128).

  • red value is 253;
  • green value is 212;
  • blue value is 128.
RGB:
(253,212,128)
(99%,83%,50%)

RGB channels and saturation

R 253 of 255 = 99%
G 212 of 255 = 83%
B 128 of 255 = 50%

253
212
128

R + G + B ~ 77%. #FDD480 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 212 + 128 = 593 (100%)
R 253 of 593 ~ 42.66%
G 212 of 593 ~ 35.75%
B 128 of 593 ~ 21.59%

%42.66
%35.75
%21.59

CMYK color model

#FDD480 color CMYK value is (0,16,49,1).

  • cyan value is 0.00%
  • magenta value is 16.21%
  • yellow value is 49.41%
  • key color value is 0.78%
CMYK:
(0,16,49,1)
C0M16Y49K1 
(0%,16%,49%,1%)
(0.00/0.16/0.49/0.01)	

CMYK percentages

%0
%16.21
%49.41
%0.78

Codes

Color #FDD480 in popluar color models

FDD480
RGB253212128
HSL40°96.90%74.71%
HSB/HSV40°49.41%99.22%
CMYK0.00%16.21%49.41%
0.78%

Color #FDD480 in popluar number systems.

HEXFDD480
Decimal253212128
Binary111111011101010010000000
Octal375324200

Shades and tints

Shades of #FDD480

#FDD480
(253,212,128)
#E6C175
(230,193,117)
#CFAE6A
(207,174,106)
#B89B5F
(184,155,95)
#A18854
(161,136,84)
#8A7549
(138,117,73)
#73623E
(115,98,62)
#5C4F33
(92,79,51)
#453C28
(69,60,40)
#2E291D
(46,41,29)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #FDD480

#FDD480
(253,212,128)
#FDD78B
(253,215,139)
#FDDA96
(253,218,150)
#FDDDA1
(253,221,161)
#FDE0AC
(253,224,172)
#FDE3B7
(253,227,183)
#FDE6C2
(253,230,194)
#FDE9CD
(253,233,205)
#FDECD8
(253,236,216)
#FDEFE3
(253,239,227)
#FDF2EE
(253,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDD480 color. Also use rgb(253,212,128) instead hex code.

Text Font Color

.myTextColor { color: #FDD480; }

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

This text font color is #FDD480.


Background Color

.myBgColor { background-color: #FDD480; }

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

This div background color is #FDD480.


Border color

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

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

This div border color is #FDD480.


Opacity

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

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

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

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

This text has shadow with #FDD480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDD480 on black background.


Color preview on white background

This text has color #FDD480 on white background.



Black color preview on #FDD480 background

This text has black color on #FDD480 background.


White color preview on #FDD480 background

This text has white color on #FDD480 background.