COLOR #FDC760

HEX: #FDC760
RGB: (253,199,96)

Color info

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

RGB color model

#FDC760 color RGB value is (253,199,96).

  • red value is 253;
  • green value is 199;
  • blue value is 96.
RGB:
(253,199,96)
(99%,78%,38%)

RGB channels and saturation

R 253 of 255 = 99%
G 199 of 255 = 78%
B 96 of 255 = 38%

253
199
96

R + G + B ~ 72%. #FDC760 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 199 + 96 = 548 (100%)
R 253 of 548 ~ 46.17%
G 199 of 548 ~ 36.31%
B 96 of 548 ~ 17.52%

%46.17
%36.31
%17.52

CMYK color model

#FDC760 color CMYK value is (0,21,62,1).

  • cyan value is 0.00%
  • magenta value is 21.34%
  • yellow value is 62.06%
  • key color value is 0.78%
CMYK:
(0,21,62,1)
C0M21Y62K1 
(0%,21%,62%,1%)
(0.00/0.21/0.62/0.01)	

CMYK percentages

%0
%21.34
%62.06
%0.78

Codes

Color #FDC760 in popluar color models

FDC760
RGB25319996
HSL39°97.52%68.43%
HSB/HSV39°62.06%99.22%
CMYK0.00%21.34%62.06%
0.78%

Color #FDC760 in popluar number systems.

HEXFDC760
Decimal25319996
Binary11111101110001111100000
Octal375307140

Shades and tints

Shades of #FDC760

#FDC760
(253,199,96)
#E6B558
(230,181,88)
#CFA350
(207,163,80)
#B89148
(184,145,72)
#A17F40
(161,127,64)
#8A6D38
(138,109,56)
#735B30
(115,91,48)
#5C4928
(92,73,40)
#453720
(69,55,32)
#2E2518
(46,37,24)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #FDC760

#FDC760
(253,199,96)
#FDCC6E
(253,204,110)
#FDD17C
(253,209,124)
#FDD68A
(253,214,138)
#FDDB98
(253,219,152)
#FDE0A6
(253,224,166)
#FDE5B4
(253,229,180)
#FDEAC2
(253,234,194)
#FDEFD0
(253,239,208)
#FDF4DE
(253,244,222)
#FDF9EC
(253,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDC760 color. Also use rgb(253,199,96) instead hex code.

Text Font Color

.myTextColor { color: #FDC760; }

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

This text font color is #FDC760.


Background Color

.myBgColor { background-color: #FDC760; }

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

This div background color is #FDC760.


Border color

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

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

This div border color is #FDC760.


Opacity

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

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

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

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

This text has shadow with #FDC760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDC760 on black background.


Color preview on white background

This text has color #FDC760 on white background.



Black color preview on #FDC760 background

This text has black color on #FDC760 background.


White color preview on #FDC760 background

This text has white color on #FDC760 background.