COLOR #FDDA86

HEX: #FDDA86 RGB: (253,218,134)

Color info

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

RGB color model

#FDDA86 color RGB value is (253,218,134).

RGB: (253,218,134) (99%, 85%, 53%)

RGB channels and saturation

R 253 of 255 = 99%
G 218 of 255 = 85%
B 134 of 255 = 53%

253
218
134

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

Portions of RGB colors in percentages

R + G + B = 253 + 218 + 134 = 605 (100%)
R 253 of 605 ~ 41.82%
G 218 of 605 ~ 36.03%
B 134 of 605 ~ 22.15'%

%41.82
%36.03
%22.15

CMYK color model

#FDDA86 color CMYK value is (0,14,47,1).

  • cyan value is 0.00%
  • magenta value is 13.83%
  • yellow value is 47.04%
  • key color value is 0.78%
CMYK: (0,14,47,1) C0M14Y47K1 (0%,14%,47%,1%) (0.00/0.14/0.47/0.01) 

CMYK percentages

%0
%13.83
%47.04
%0.78

Codes

Color #FDDA86 in popluar color models

FD DA 86
RGB 253 218 134
HSL 42° 96.75% 75.88%
HSB/HSV 42° 47.04% 99.22%
CMYK 0.00% 13.83% 47.04%
0.78%

Color #FDDA86 in popluar number systems.

HEX FD DA 86
Decimal 253 218 134
Binary 11111101 11011010 10000110
Octal 375 332 206

Shades and tints

Shades of #FDDA86

#FDDA86
(253,218,134)
#E6C77A
(230,199,122)
#CFB46E
(207,180,110)
#B8A162
(184,161,98)
#A18E56
(161,142,86)
#8A7B4A
(138,123,74)
#73683E
(115,104,62)
#5C5532
(92,85,50)
#454226
(69,66,38)
#2E2F1A
(46,47,26)
#171C0E
(23,28,14)
#000000
(0,0,0)

Tints of #FDDA86

#FDDA86
(253,218,134)
#FDDD91
(253,221,145)
#FDE09C
(253,224,156)
#FDE3A7
(253,227,167)
#FDE6B2
(253,230,178)
#FDE9BD
(253,233,189)
#FDECC8
(253,236,200)
#FDEFD3
(253,239,211)
#FDF2DE
(253,242,222)
#FDF5E9
(253,245,233)
#FDF8F4
(253,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDDA86 color. Also use rgb(253,218,134) instead hex code.

Text Font Color

.myTextColor { color: #FDDA86; }

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

This text font color is #FDDA86.

Background Color

.myBgColor { background-color: #FDDA86; }

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

This div background color is #FDDA86.

Border color

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

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

This div border color is #FDDA86.

Opacity

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

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

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

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

This text has shadow with #FDDA86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDDA86.

Preview

Color preview on black background

This text has color #FDDA86 on black background.


Color preview on white background

This text has color #FDDA86 on white background.


Black color preview on #FDDA86 background

This text has black color on #FDDA86 background.


White color preview on #FDDA86 background

This text has white color on #FDDA86 background.


Related colors

Complementary color

Complementary color for #hex is #022579.


I love getcolorcode.com

Triadic colors

1 #86FDDA and #DA86FD with #FDDA86 are triadic colors.

2 #86DAFD and #DAFD86 with #FDDA86 are triadic colors.