COLOR #FCD97B

HEX: #FCD97B RGB: (252,217,123)

Color info

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

RGB color model

#FCD97B color RGB value is (252,217,123).

RGB: (252,217,123) (99%, 85%, 48%)

RGB channels and saturation

R 252 of 255 = 99%
G 217 of 255 = 85%
B 123 of 255 = 48%

252
217
123

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

Portions of RGB colors in percentages

R + G + B = 252 + 217 + 123 = 592 (100%)
R 252 of 592 ~ 42.57%
G 217 of 592 ~ 36.66%
B 123 of 592 ~ 20.78'%

%42.57
%36.66
%20.78

CMYK color model

#FCD97B color CMYK value is (0,14,51,1).

  • cyan value is 0.00%
  • magenta value is 13.89%
  • yellow value is 51.19%
  • key color value is 1.18%

CMYK: (0,14,51,1)
C0M14Y51K1 (0%, 14%, 51%, 1%)
(0.00 / 0.14 / 0.51 / 0.01)

CMYK percentages

%0
%13.89
%51.19
%1.18

Codes

Color #FCD97B in popluar color models

FC D9 7B
RGB 252 217 123
HSL 44° 95.56% 73.53%
HSB/HSV 44° 51.19% 98.82%
CMYK 0.00% 13.89% 51.19%
1.18%

Color #FCD97B in popluar number systems.

HEX FC D9 7B
Decimal 252 217 123
Binary 11111100 11011001 1111011
Octal 374 331 173

Shades and tints

Shades of #FCD97B

#FCD97B
(252,217,123)
#E6C670
(230,198,112)
#D0B365
(208,179,101)
#BAA05A
(186,160,90)
#A48D4F
(164,141,79)
#8E7A44
(142,122,68)
#786739
(120,103,57)
#62542E
(98,84,46)
#4C4123
(76,65,35)
#362E18
(54,46,24)
#201B0D
(32,27,13)
#000000
(0,0,0)

Tints of #FCD97B

#FCD97B
(252,217,123)
#FCDC87
(252,220,135)
#FCDF93
(252,223,147)
#FCE29F
(252,226,159)
#FCE5AB
(252,229,171)
#FCE8B7
(252,232,183)
#FCEBC3
(252,235,195)
#FCEECF
(252,238,207)
#FCF1DB
(252,241,219)
#FCF4E7
(252,244,231)
#FCF7F3
(252,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCD97B color. Also use rgb(252,217,123) instead hex code.

Text Font Color

.myTextColor { color: #FCD97B; }

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

This text font color is #FCD97B.

Background Color

.myBgColor { background-color: #FCD97B; }

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

This div background color is #FCD97B.

Border color

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

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

This div border color is #FCD97B.

Opacity

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

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

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

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

This text has shadow with #FCD97B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCD97B.

Preview

Color preview on black background

This text has color #FCD97B on black background.


Color preview on white background

This text has color #FCD97B on white background.


Black color preview on #FCD97B background

This text has black color on #FCD97B background.


White color preview on #FCD97B background

This text has white color on #FCD97B background.


Related colors

Complementary color

Complementary color for #hex is #032684.


I love getcolorcode.com

Triadic colors

1 #7BFCD9 and #D97BFC with #FCD97B are triadic colors.

2 #7BD9FC and #D9FC7B with #FCD97B are triadic colors.