COLOR #FDCF86

HEX: #FDCF86
RGB: (253,207,134)

Color info

#FDCF86 contains mainly red and green colors. Web safe color of #FDCF86 is #FFCC99 (or #FC9).

RGB color model

#FDCF86 color RGB value is (253,207,134).

  • red value is 253;
  • green value is 207;
  • blue value is 134.
RGB:
(253,207,134)
(99%,81%,53%)

RGB channels and saturation

R 253 of 255 = 99%
G 207 of 255 = 81%
B 134 of 255 = 53%

253
207
134

R + G + B ~ 78%. #FDCF86 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 207 + 134 = 594 (100%)
R 253 of 594 ~ 42.59%
G 207 of 594 ~ 34.85%
B 134 of 594 ~ 22.56%

%42.59
%34.85
%22.56

CMYK color model

#FDCF86 color CMYK value is (0,18,47,1).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 47.04%
  • key color value is 0.78%
CMYK:
(0,18,47,1)
C0M18Y47K1 
(0%,18%,47%,1%)
(0.00/0.18/0.47/0.01)	

CMYK percentages

%0
%18.18
%47.04
%0.78

Codes

Color #FDCF86 in popluar color models

FDCF86
RGB253207134
HSL37°96.75%75.88%
HSB/HSV37°47.04%99.22%
CMYK0.00%18.18%47.04%
0.78%

Color #FDCF86 in popluar number systems.

HEXFDCF86
Decimal253207134
Binary111111011100111110000110
Octal375317206

Shades and tints

Shades of #FDCF86

#FDCF86
(253,207,134)
#E6BD7A
(230,189,122)
#CFAB6E
(207,171,110)
#B89962
(184,153,98)
#A18756
(161,135,86)
#8A754A
(138,117,74)
#73633E
(115,99,62)
#5C5132
(92,81,50)
#453F26
(69,63,38)
#2E2D1A
(46,45,26)
#171B0E
(23,27,14)
#000000
(0,0,0)

Tints of #FDCF86

#FDCF86
(253,207,134)
#FDD391
(253,211,145)
#FDD79C
(253,215,156)
#FDDBA7
(253,219,167)
#FDDFB2
(253,223,178)
#FDE3BD
(253,227,189)
#FDE7C8
(253,231,200)
#FDEBD3
(253,235,211)
#FDEFDE
(253,239,222)
#FDF3E9
(253,243,233)
#FDF7F4
(253,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDCF86 color. Also use rgb(253,207,134) instead hex code.

Text Font Color

.myTextColor { color: #FDCF86; }

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

This text font color is #FDCF86.


Background Color

.myBgColor { background-color: #FDCF86; }

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

This div background color is #FDCF86.


Border color

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

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

This div border color is #FDCF86.


Opacity

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

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

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

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

This text has shadow with #FDCF86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDCF86 on black background.


Color preview on white background

This text has color #FDCF86 on white background.



Black color preview on #FDCF86 background

This text has black color on #FDCF86 background.


White color preview on #FDCF86 background

This text has white color on #FDCF86 background.