COLOR #FDC883

HEX: #FDC883
RGB: (253,200,131)

Color info

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

RGB color model

#FDC883 color RGB value is (253,200,131).

  • red value is 253;
  • green value is 200;
  • blue value is 131.
RGB:
(253,200,131)
(99%,78%,51%)

RGB channels and saturation

R 253 of 255 = 99%
G 200 of 255 = 78%
B 131 of 255 = 51%

253
200
131

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

Portions of RGB colors in percentages

R + G + B =
253 + 200 + 131 = 584 (100%)
R 253 of 584 ~ 43.32%
G 200 of 584 ~ 34.25%
B 131 of 584 ~ 22.43%

%43.32
%34.25
%22.43

CMYK color model

#FDC883 color CMYK value is (0,21,48,1).

  • cyan value is 0.00%
  • magenta value is 20.95%
  • yellow value is 48.22%
  • key color value is 0.78%
CMYK:
(0,21,48,1)
C0M21Y48K1 
(0%,21%,48%,1%)
(0.00/0.21/0.48/0.01)	

CMYK percentages

%0
%20.95
%48.22
%0.78

Codes

Color #FDC883 in popluar color models

FDC883
RGB253200131
HSL34°96.83%75.29%
HSB/HSV34°48.22%99.22%
CMYK0.00%20.95%48.22%
0.78%

Color #FDC883 in popluar number systems.

HEXFDC883
Decimal253200131
Binary111111011100100010000011
Octal375310203

Shades and tints

Shades of #FDC883

#FDC883
(253,200,131)
#E6B678
(230,182,120)
#CFA46D
(207,164,109)
#B89262
(184,146,98)
#A18057
(161,128,87)
#8A6E4C
(138,110,76)
#735C41
(115,92,65)
#5C4A36
(92,74,54)
#45382B
(69,56,43)
#2E2620
(46,38,32)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #FDC883

#FDC883
(253,200,131)
#FDCD8E
(253,205,142)
#FDD299
(253,210,153)
#FDD7A4
(253,215,164)
#FDDCAF
(253,220,175)
#FDE1BA
(253,225,186)
#FDE6C5
(253,230,197)
#FDEBD0
(253,235,208)
#FDF0DB
(253,240,219)
#FDF5E6
(253,245,230)
#FDFAF1
(253,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDC883 color. Also use rgb(253,200,131) instead hex code.

Text Font Color

.myTextColor { color: #FDC883; }

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

This text font color is #FDC883.


Background Color

.myBgColor { background-color: #FDC883; }

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

This div background color is #FDC883.


Border color

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

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

This div border color is #FDC883.


Opacity

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

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

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

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

This text has shadow with #FDC883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDC883 on black background.


Color preview on white background

This text has color #FDC883 on white background.



Black color preview on #FDC883 background

This text has black color on #FDC883 background.


White color preview on #FDC883 background

This text has white color on #FDC883 background.