COLOR #FDD391

HEX: #FDD391
RGB: (253,211,145)

Color info

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

RGB color model

#FDD391 color RGB value is (253,211,145).

  • red value is 253;
  • green value is 211;
  • blue value is 145.
RGB:
(253,211,145)
(99%,83%,57%)

RGB channels and saturation

R 253 of 255 = 99%
G 211 of 255 = 83%
B 145 of 255 = 57%

253
211
145

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

Portions of RGB colors in percentages

R + G + B =
253 + 211 + 145 = 609 (100%)
R 253 of 609 ~ 41.54%
G 211 of 609 ~ 34.65%
B 145 of 609 ~ 23.81%

%41.54
%34.65
%23.81

CMYK color model

#FDD391 color CMYK value is (0,17,43,1).

  • cyan value is 0.00%
  • magenta value is 16.60%
  • yellow value is 42.69%
  • key color value is 0.78%
CMYK:
(0,17,43,1)
C0M17Y43K1 
(0%,17%,43%,1%)
(0.00/0.17/0.43/0.01)	

CMYK percentages

%0
%16.6
%42.69
%0.78

Codes

Color #FDD391 in popluar color models

FDD391
RGB253211145
HSL37°96.43%78.04%
HSB/HSV37°42.69%99.22%
CMYK0.00%16.60%42.69%
0.78%

Color #FDD391 in popluar number systems.

HEXFDD391
Decimal253211145
Binary111111011101001110010001
Octal375323221

Shades and tints

Shades of #FDD391

#FDD391
(253,211,145)
#E6C084
(230,192,132)
#CFAD77
(207,173,119)
#B89A6A
(184,154,106)
#A1875D
(161,135,93)
#8A7450
(138,116,80)
#736143
(115,97,67)
#5C4E36
(92,78,54)
#453B29
(69,59,41)
#2E281C
(46,40,28)
#17150F
(23,21,15)
#000000
(0,0,0)

Tints of #FDD391

#FDD391
(253,211,145)
#FDD79B
(253,215,155)
#FDDBA5
(253,219,165)
#FDDFAF
(253,223,175)
#FDE3B9
(253,227,185)
#FDE7C3
(253,231,195)
#FDEBCD
(253,235,205)
#FDEFD7
(253,239,215)
#FDF3E1
(253,243,225)
#FDF7EB
(253,247,235)
#FDFBF5
(253,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDD391 color. Also use rgb(253,211,145) instead hex code.

Text Font Color

.myTextColor { color: #FDD391; }

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

This text font color is #FDD391.


Background Color

.myBgColor { background-color: #FDD391; }

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

This div background color is #FDD391.


Border color

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

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

This div border color is #FDD391.


Opacity

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

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

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

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

This text has shadow with #FDD391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDD391 on black background.


Color preview on white background

This text has color #FDD391 on white background.



Black color preview on #FDD391 background

This text has black color on #FDD391 background.


White color preview on #FDD391 background

This text has white color on #FDD391 background.