COLOR #FDC85C

HEX: #FDC85C
RGB: (253,200,92)

Color info

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

RGB color model

#FDC85C color RGB value is (253,200,92).

  • red value is 253;
  • green value is 200;
  • blue value is 92.
RGB:
(253,200,92)
(99%,78%,36%)

RGB channels and saturation

R 253 of 255 = 99%
G 200 of 255 = 78%
B 92 of 255 = 36%

253
200
92

R + G + B ~ 71%. #FDC85C is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 200 + 92 = 545 (100%)
R 253 of 545 ~ 46.42%
G 200 of 545 ~ 36.7%
B 92 of 545 ~ 16.88%

%46.42
%36.7
%16.88

CMYK color model

#FDC85C color CMYK value is (0,21,64,1).

  • cyan value is 0.00%
  • magenta value is 20.95%
  • yellow value is 63.64%
  • key color value is 0.78%
CMYK:
(0,21,64,1)
C0M21Y64K1 
(0%,21%,64%,1%)
(0.00/0.21/0.64/0.01)	

CMYK percentages

%0
%20.95
%63.64
%0.78

Codes

Color #FDC85C in popluar color models

FDC85C
RGB25320092
HSL40°97.58%67.65%
HSB/HSV40°63.64%99.22%
CMYK0.00%20.95%63.64%
0.78%

Color #FDC85C in popluar number systems.

HEXFDC85C
Decimal25320092
Binary11111101110010001011100
Octal375310134

Shades and tints

Shades of #FDC85C

#FDC85C
(253,200,92)
#E6B654
(230,182,84)
#CFA44C
(207,164,76)
#B89244
(184,146,68)
#A1803C
(161,128,60)
#8A6E34
(138,110,52)
#735C2C
(115,92,44)
#5C4A24
(92,74,36)
#45381C
(69,56,28)
#2E2614
(46,38,20)
#17140C
(23,20,12)
#000000
(0,0,0)

Tints of #FDC85C

#FDC85C
(253,200,92)
#FDCD6A
(253,205,106)
#FDD278
(253,210,120)
#FDD786
(253,215,134)
#FDDC94
(253,220,148)
#FDE1A2
(253,225,162)
#FDE6B0
(253,230,176)
#FDEBBE
(253,235,190)
#FDF0CC
(253,240,204)
#FDF5DA
(253,245,218)
#FDFAE8
(253,250,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDC85C; }

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

This text font color is #FDC85C.


Background Color

.myBgColor { background-color: #FDC85C; }

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

This div background color is #FDC85C.


Border color

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

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

This div border color is #FDC85C.


Opacity

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

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

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

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

This text has shadow with #FDC85C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDC85C on black background.


Color preview on white background

This text has color #FDC85C on white background.



Black color preview on #FDC85C background

This text has black color on #FDC85C background.


White color preview on #FDC85C background

This text has white color on #FDC85C background.