COLOR #FDC971

HEX: #FDC971
RGB: (253,201,113)

Color info

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

RGB color model

#FDC971 color RGB value is (253,201,113).

  • red value is 253;
  • green value is 201;
  • blue value is 113.
RGB:
(253,201,113)
(99%,79%,44%)

RGB channels and saturation

R 253 of 255 = 99%
G 201 of 255 = 79%
B 113 of 255 = 44%

253
201
113

R + G + B ~ 74%. #FDC971 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 201 + 113 = 567 (100%)
R 253 of 567 ~ 44.62%
G 201 of 567 ~ 35.45%
B 113 of 567 ~ 19.93%

%44.62
%35.45
%19.93

CMYK color model

#FDC971 color CMYK value is (0,21,55,1).

  • cyan value is 0.00%
  • magenta value is 20.55%
  • yellow value is 55.34%
  • key color value is 0.78%
CMYK:
(0,21,55,1)
C0M21Y55K1 
(0%,21%,55%,1%)
(0.00/0.21/0.55/0.01)	

CMYK percentages

%0
%20.55
%55.34
%0.78

Codes

Color #FDC971 in popluar color models

FDC971
RGB253201113
HSL38°97.22%71.76%
HSB/HSV38°55.34%99.22%
CMYK0.00%20.55%55.34%
0.78%

Color #FDC971 in popluar number systems.

HEXFDC971
Decimal253201113
Binary11111101110010011110001
Octal375311161

Shades and tints

Shades of #FDC971

#FDC971
(253,201,113)
#E6B767
(230,183,103)
#CFA55D
(207,165,93)
#B89353
(184,147,83)
#A18149
(161,129,73)
#8A6F3F
(138,111,63)
#735D35
(115,93,53)
#5C4B2B
(92,75,43)
#453921
(69,57,33)
#2E2717
(46,39,23)
#17150D
(23,21,13)
#000000
(0,0,0)

Tints of #FDC971

#FDC971
(253,201,113)
#FDCD7D
(253,205,125)
#FDD189
(253,209,137)
#FDD595
(253,213,149)
#FDD9A1
(253,217,161)
#FDDDAD
(253,221,173)
#FDE1B9
(253,225,185)
#FDE5C5
(253,229,197)
#FDE9D1
(253,233,209)
#FDEDDD
(253,237,221)
#FDF1E9
(253,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDC971 color. Also use rgb(253,201,113) instead hex code.

Text Font Color

.myTextColor { color: #FDC971; }

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

This text font color is #FDC971.


Background Color

.myBgColor { background-color: #FDC971; }

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

This div background color is #FDC971.


Border color

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

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

This div border color is #FDC971.


Opacity

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

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

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

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

This text has shadow with #FDC971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDC971 on black background.


Color preview on white background

This text has color #FDC971 on white background.



Black color preview on #FDC971 background

This text has black color on #FDC971 background.


White color preview on #FDC971 background

This text has white color on #FDC971 background.