COLOR #FDC377

HEX: #FDC377
RGB: (253,195,119)

Color info

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

RGB color model

#FDC377 color RGB value is (253,195,119).

  • red value is 253;
  • green value is 195;
  • blue value is 119.
RGB:
(253,195,119)
(99%,76%,47%)

RGB channels and saturation

R 253 of 255 = 99%
G 195 of 255 = 76%
B 119 of 255 = 47%

253
195
119

R + G + B ~ 74%. #FDC377 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 195 + 119 = 567 (100%)
R 253 of 567 ~ 44.62%
G 195 of 567 ~ 34.39%
B 119 of 567 ~ 20.99%

%44.62
%34.39
%20.99

CMYK color model

#FDC377 color CMYK value is (0,23,53,1).

  • cyan value is 0.00%
  • magenta value is 22.92%
  • yellow value is 52.96%
  • key color value is 0.78%
CMYK:
(0,23,53,1)
C0M23Y53K1 
(0%,23%,53%,1%)
(0.00/0.23/0.53/0.01)	

CMYK percentages

%0
%22.92
%52.96
%0.78

Codes

Color #FDC377 in popluar color models

FDC377
RGB253195119
HSL34°97.10%72.94%
HSB/HSV34°52.96%99.22%
CMYK0.00%22.92%52.96%
0.78%

Color #FDC377 in popluar number systems.

HEXFDC377
Decimal253195119
Binary11111101110000111110111
Octal375303167

Shades and tints

Shades of #FDC377

#FDC377
(253,195,119)
#E6B26D
(230,178,109)
#CFA163
(207,161,99)
#B89059
(184,144,89)
#A17F4F
(161,127,79)
#8A6E45
(138,110,69)
#735D3B
(115,93,59)
#5C4C31
(92,76,49)
#453B27
(69,59,39)
#2E2A1D
(46,42,29)
#171913
(23,25,19)
#000000
(0,0,0)

Tints of #FDC377

#FDC377
(253,195,119)
#FDC883
(253,200,131)
#FDCD8F
(253,205,143)
#FDD29B
(253,210,155)
#FDD7A7
(253,215,167)
#FDDCB3
(253,220,179)
#FDE1BF
(253,225,191)
#FDE6CB
(253,230,203)
#FDEBD7
(253,235,215)
#FDF0E3
(253,240,227)
#FDF5EF
(253,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDC377 color. Also use rgb(253,195,119) instead hex code.

Text Font Color

.myTextColor { color: #FDC377; }

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

This text font color is #FDC377.


Background Color

.myBgColor { background-color: #FDC377; }

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

This div background color is #FDC377.


Border color

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

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

This div border color is #FDC377.


Opacity

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

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

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

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

This text has shadow with #FDC377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDC377 on black background.


Color preview on white background

This text has color #FDC377 on white background.



Black color preview on #FDC377 background

This text has black color on #FDC377 background.


White color preview on #FDC377 background

This text has white color on #FDC377 background.