COLOR #FDC87E

HEX: #FDC87E RGB: (253,200,126)

Color info

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

RGB color model

#FDC87E color RGB value is (253,200,126).

RGB: (253,200,126) (99%, 78%, 49%)

RGB channels and saturation

R 253 of 255 = 99%
G 200 of 255 = 78%
B 126 of 255 = 49%

253
200
126

R + G + B ~ 75%. #FDC87E is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 200 + 126 = 579 (100%)
R 253 of 579 ~ 43.7%
G 200 of 579 ~ 34.54%
B 126 of 579 ~ 21.76'%

%43.7
%34.54
%21.76

CMYK color model

#FDC87E color CMYK value is (0,21,50,1).

  • cyan value is 0.00%
  • magenta value is 20.95%
  • yellow value is 50.20%
  • key color value is 0.78%

CMYK: (0,21,50,1)
C0M21Y50K1 (0%, 21%, 50%, 1%)
(0.00 / 0.21 / 0.50 / 0.01)

CMYK percentages

%0
%20.95
%50.2
%0.78

Codes

Color #FDC87E in popluar color models

FD C8 7E
RGB 253 200 126
HSL 35° 96.95% 74.31%
HSB/HSV 35° 50.20% 99.22%
CMYK 0.00% 20.95% 50.20%
0.78%

Color #FDC87E in popluar number systems.

HEX FD C8 7E
Decimal 253 200 126
Binary 11111101 11001000 1111110
Octal 375 310 176

Shades and tints

Shades of #FDC87E

#FDC87E
(253,200,126)
#E6B673
(230,182,115)
#CFA468
(207,164,104)
#B8925D
(184,146,93)
#A18052
(161,128,82)
#8A6E47
(138,110,71)
#735C3C
(115,92,60)
#5C4A31
(92,74,49)
#453826
(69,56,38)
#2E261B
(46,38,27)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #FDC87E

#FDC87E
(253,200,126)
#FDCD89
(253,205,137)
#FDD294
(253,210,148)
#FDD79F
(253,215,159)
#FDDCAA
(253,220,170)
#FDE1B5
(253,225,181)
#FDE6C0
(253,230,192)
#FDEBCB
(253,235,203)
#FDF0D6
(253,240,214)
#FDF5E1
(253,245,225)
#FDFAEC
(253,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDC87E color. Also use rgb(253,200,126) instead hex code.

Text Font Color

.myTextColor { color: #FDC87E; }

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

This text font color is #FDC87E.

Background Color

.myBgColor { background-color: #FDC87E; }

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

This div background color is #FDC87E.

Border color

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

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

This div border color is #FDC87E.

Opacity

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

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

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

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

This text has shadow with #FDC87E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDC87E.

Preview

Color preview on black background

This text has color #FDC87E on black background.


Color preview on white background

This text has color #FDC87E on white background.


Black color preview on #FDC87E background

This text has black color on #FDC87E background.


White color preview on #FDC87E background

This text has white color on #FDC87E background.


Related colors

Complementary color

Complementary color for #hex is #023781.


I love getcolorcode.com

Triadic colors

1 #7EFDC8 and #C87EFD with #FDC87E are triadic colors.

2 #7EC8FD and #C8FD7E with #FDC87E are triadic colors.