COLOR #FDCA80

HEX: #FDCA80
RGB: (253,202,128)

Color info

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

RGB color model

#FDCA80 color RGB value is (253,202,128).

  • red value is 253;
  • green value is 202;
  • blue value is 128.
RGB:
(253,202,128)
(99%,79%,50%)

RGB channels and saturation

R 253 of 255 = 99%
G 202 of 255 = 79%
B 128 of 255 = 50%

253
202
128

R + G + B ~ 76%. #FDCA80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 202 + 128 = 583 (100%)
R 253 of 583 ~ 43.4%
G 202 of 583 ~ 34.65%
B 128 of 583 ~ 21.96%

%43.4
%34.65
%21.96

CMYK color model

#FDCA80 color CMYK value is (0,20,49,1).

  • cyan value is 0.00%
  • magenta value is 20.16%
  • yellow value is 49.41%
  • key color value is 0.78%
CMYK:
(0,20,49,1)
C0M20Y49K1 
(0%,20%,49%,1%)
(0.00/0.20/0.49/0.01)	

CMYK percentages

%0
%20.16
%49.41
%0.78

Codes

Color #FDCA80 in popluar color models

FDCA80
RGB253202128
HSL36°96.90%74.71%
HSB/HSV36°49.41%99.22%
CMYK0.00%20.16%49.41%
0.78%

Color #FDCA80 in popluar number systems.

HEXFDCA80
Decimal253202128
Binary111111011100101010000000
Octal375312200

Shades and tints

Shades of #FDCA80

#FDCA80
(253,202,128)
#E6B875
(230,184,117)
#CFA66A
(207,166,106)
#B8945F
(184,148,95)
#A18254
(161,130,84)
#8A7049
(138,112,73)
#735E3E
(115,94,62)
#5C4C33
(92,76,51)
#453A28
(69,58,40)
#2E281D
(46,40,29)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #FDCA80

#FDCA80
(253,202,128)
#FDCE8B
(253,206,139)
#FDD296
(253,210,150)
#FDD6A1
(253,214,161)
#FDDAAC
(253,218,172)
#FDDEB7
(253,222,183)
#FDE2C2
(253,226,194)
#FDE6CD
(253,230,205)
#FDEAD8
(253,234,216)
#FDEEE3
(253,238,227)
#FDF2EE
(253,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDCA80 color. Also use rgb(253,202,128) instead hex code.

Text Font Color

.myTextColor { color: #FDCA80; }

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

This text font color is #FDCA80.


Background Color

.myBgColor { background-color: #FDCA80; }

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

This div background color is #FDCA80.


Border color

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

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

This div border color is #FDCA80.


Opacity

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

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

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

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

This text has shadow with #FDCA80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDCA80 on black background.


Color preview on white background

This text has color #FDCA80 on white background.



Black color preview on #FDCA80 background

This text has black color on #FDCA80 background.


White color preview on #FDCA80 background

This text has white color on #FDCA80 background.