COLOR #FDC48B

HEX: #FDC48B
RGB: (253,196,139)

Color info

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

RGB color model

#FDC48B color RGB value is (253,196,139).

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

RGB channels and saturation

R 253 of 255 = 99%
G 196 of 255 = 77%
B 139 of 255 = 55%

253
196
139

R + G + B ~ 77%. #FDC48B is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 196 + 139 = 588 (100%)
R 253 of 588 ~ 43.03%
G 196 of 588 ~ 33.33%
B 139 of 588 ~ 23.64%

%43.03
%33.33
%23.64

CMYK color model

#FDC48B color CMYK value is (0,23,45,1).

  • cyan value is 0.00%
  • magenta value is 22.53%
  • yellow value is 45.06%
  • key color value is 0.78%
CMYK:
(0,23,45,1)
C0M23Y45K1 
(0%,23%,45%,1%)
(0.00/0.23/0.45/0.01)	

CMYK percentages

%0
%22.53
%45.06
%0.78

Codes

Color #FDC48B in popluar color models

FDC48B
RGB253196139
HSL30°96.61%76.86%
HSB/HSV30°45.06%99.22%
CMYK0.00%22.53%45.06%
0.78%

Color #FDC48B in popluar number systems.

HEXFDC48B
Decimal253196139
Binary111111011100010010001011
Octal375304213

Shades and tints

Shades of #FDC48B

#FDC48B
(253,196,139)
#E6B37F
(230,179,127)
#CFA273
(207,162,115)
#B89167
(184,145,103)
#A1805B
(161,128,91)
#8A6F4F
(138,111,79)
#735E43
(115,94,67)
#5C4D37
(92,77,55)
#453C2B
(69,60,43)
#2E2B1F
(46,43,31)
#171A13
(23,26,19)
#000000
(0,0,0)

Tints of #FDC48B

#FDC48B
(253,196,139)
#FDC995
(253,201,149)
#FDCE9F
(253,206,159)
#FDD3A9
(253,211,169)
#FDD8B3
(253,216,179)
#FDDDBD
(253,221,189)
#FDE2C7
(253,226,199)
#FDE7D1
(253,231,209)
#FDECDB
(253,236,219)
#FDF1E5
(253,241,229)
#FDF6EF
(253,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDC48B; }

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

This text font color is #FDC48B.


Background Color

.myBgColor { background-color: #FDC48B; }

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

This div background color is #FDC48B.


Border color

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

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

This div border color is #FDC48B.


Opacity

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

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

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

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

This text has shadow with #FDC48B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDC48B on black background.


Color preview on white background

This text has color #FDC48B on white background.



Black color preview on #FDC48B background

This text has black color on #FDC48B background.


White color preview on #FDC48B background

This text has white color on #FDC48B background.