COLOR #FDC456

HEX: #FDC456
RGB: (253,196,86)

Color info

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

RGB color model

#FDC456 color RGB value is (253,196,86).

  • red value is 253;
  • green value is 196;
  • blue value is 86.
RGB:
(253,196,86)
(99%,77%,34%)

RGB channels and saturation

R 253 of 255 = 99%
G 196 of 255 = 77%
B 86 of 255 = 34%

253
196
86

R + G + B ~ 70%. #FDC456 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 196 + 86 = 535 (100%)
R 253 of 535 ~ 47.29%
G 196 of 535 ~ 36.64%
B 86 of 535 ~ 16.07%

%47.29
%36.64
%16.07

CMYK color model

#FDC456 color CMYK value is (0,23,66,1).

  • cyan value is 0.00%
  • magenta value is 22.53%
  • yellow value is 66.01%
  • key color value is 0.78%
CMYK:
(0,23,66,1)
C0M23Y66K1 
(0%,23%,66%,1%)
(0.00/0.23/0.66/0.01)	

CMYK percentages

%0
%22.53
%66.01
%0.78

Codes

Color #FDC456 in popluar color models

FDC456
RGB25319686
HSL40°97.66%66.47%
HSB/HSV40°66.01%99.22%
CMYK0.00%22.53%66.01%
0.78%

Color #FDC456 in popluar number systems.

HEXFDC456
Decimal25319686
Binary11111101110001001010110
Octal375304126

Shades and tints

Shades of #FDC456

#FDC456
(253,196,86)
#E6B34F
(230,179,79)
#CFA248
(207,162,72)
#B89141
(184,145,65)
#A1803A
(161,128,58)
#8A6F33
(138,111,51)
#735E2C
(115,94,44)
#5C4D25
(92,77,37)
#453C1E
(69,60,30)
#2E2B17
(46,43,23)
#171A10
(23,26,16)
#000000
(0,0,0)

Tints of #FDC456

#FDC456
(253,196,86)
#FDC965
(253,201,101)
#FDCE74
(253,206,116)
#FDD383
(253,211,131)
#FDD892
(253,216,146)
#FDDDA1
(253,221,161)
#FDE2B0
(253,226,176)
#FDE7BF
(253,231,191)
#FDECCE
(253,236,206)
#FDF1DD
(253,241,221)
#FDF6EC
(253,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDC456 color. Also use rgb(253,196,86) instead hex code.

Text Font Color

.myTextColor { color: #FDC456; }

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

This text font color is #FDC456.


Background Color

.myBgColor { background-color: #FDC456; }

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

This div background color is #FDC456.


Border color

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

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

This div border color is #FDC456.


Opacity

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

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

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

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

This text has shadow with #FDC456 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDC456 on black background.


Color preview on white background

This text has color #FDC456 on white background.



Black color preview on #FDC456 background

This text has black color on #FDC456 background.


White color preview on #FDC456 background

This text has white color on #FDC456 background.