COLOR #FDC965

HEX: #FDC965
RGB: (253,201,101)

Color info

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

RGB color model

#FDC965 color RGB value is (253,201,101).

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

RGB channels and saturation

R 253 of 255 = 99%
G 201 of 255 = 79%
B 101 of 255 = 40%

253
201
101

R + G + B ~ 73%. #FDC965 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 201 + 101 = 555 (100%)
R 253 of 555 ~ 45.59%
G 201 of 555 ~ 36.22%
B 101 of 555 ~ 18.2%

%45.59
%36.22
%18.2

CMYK color model

#FDC965 color CMYK value is (0,21,60,1).

  • cyan value is 0.00%
  • magenta value is 20.55%
  • yellow value is 60.08%
  • key color value is 0.78%
CMYK:
(0,21,60,1)
C0M21Y60K1 
(0%,21%,60%,1%)
(0.00/0.21/0.60/0.01)	

CMYK percentages

%0
%20.55
%60.08
%0.78

Codes

Color #FDC965 in popluar color models

FDC965
RGB253201101
HSL39°97.44%69.41%
HSB/HSV39°60.08%99.22%
CMYK0.00%20.55%60.08%
0.78%

Color #FDC965 in popluar number systems.

HEXFDC965
Decimal253201101
Binary11111101110010011100101
Octal375311145

Shades and tints

Shades of #FDC965

#FDC965
(253,201,101)
#E6B75C
(230,183,92)
#CFA553
(207,165,83)
#B8934A
(184,147,74)
#A18141
(161,129,65)
#8A6F38
(138,111,56)
#735D2F
(115,93,47)
#5C4B26
(92,75,38)
#45391D
(69,57,29)
#2E2714
(46,39,20)
#17150B
(23,21,11)
#000000
(0,0,0)

Tints of #FDC965

#FDC965
(253,201,101)
#FDCD73
(253,205,115)
#FDD181
(253,209,129)
#FDD58F
(253,213,143)
#FDD99D
(253,217,157)
#FDDDAB
(253,221,171)
#FDE1B9
(253,225,185)
#FDE5C7
(253,229,199)
#FDE9D5
(253,233,213)
#FDEDE3
(253,237,227)
#FDF1F1
(253,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDC965; }

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

This text font color is #FDC965.


Background Color

.myBgColor { background-color: #FDC965; }

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

This div background color is #FDC965.


Border color

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

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

This div border color is #FDC965.


Opacity

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

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

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

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

This text has shadow with #FDC965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDC965 on black background.


Color preview on white background

This text has color #FDC965 on white background.



Black color preview on #FDC965 background

This text has black color on #FDC965 background.


White color preview on #FDC965 background

This text has white color on #FDC965 background.