COLOR #FDA985

HEX: #FDA985
RGB: (253,169,133)

Color info

#FDA985 contains mainly red color. Web safe color of #FDA985 is #FF9999 (or #F99).

RGB color model

#FDA985 color RGB value is (253,169,133).

  • red value is 253;
  • green value is 169;
  • blue value is 133.
RGB:
(253,169,133)
(99%,66%,52%)

RGB channels and saturation

R 253 of 255 = 99%
G 169 of 255 = 66%
B 133 of 255 = 52%

253
169
133

R + G + B ~ 72%. #FDA985 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 169 + 133 = 555 (100%)
R 253 of 555 ~ 45.59%
G 169 of 555 ~ 30.45%
B 133 of 555 ~ 23.96%

%45.59
%30.45
%23.96

CMYK color model

#FDA985 color CMYK value is (0,33,47,1).

  • cyan value is 0.00%
  • magenta value is 33.20%
  • yellow value is 47.43%
  • key color value is 0.78%
CMYK:
(0,33,47,1)
C0M33Y47K1 
(0%,33%,47%,1%)
(0.00/0.33/0.47/0.01)	

CMYK percentages

%0
%33.2
%47.43
%0.78

Codes

Color #FDA985 in popluar color models

FDA985
RGB253169133
HSL18°96.77%75.69%
HSB/HSV18°47.43%99.22%
CMYK0.00%33.20%47.43%
0.78%

Color #FDA985 in popluar number systems.

HEXFDA985
Decimal253169133
Binary111111011010100110000101
Octal375251205

Shades and tints

Shades of #FDA985

#FDA985
(253,169,133)
#E69A79
(230,154,121)
#CF8B6D
(207,139,109)
#B87C61
(184,124,97)
#A16D55
(161,109,85)
#8A5E49
(138,94,73)
#734F3D
(115,79,61)
#5C4031
(92,64,49)
#453125
(69,49,37)
#2E2219
(46,34,25)
#17130D
(23,19,13)
#000000
(0,0,0)

Tints of #FDA985

#FDA985
(253,169,133)
#FDB090
(253,176,144)
#FDB79B
(253,183,155)
#FDBEA6
(253,190,166)
#FDC5B1
(253,197,177)
#FDCCBC
(253,204,188)
#FDD3C7
(253,211,199)
#FDDAD2
(253,218,210)
#FDE1DD
(253,225,221)
#FDE8E8
(253,232,232)
#FDEFF3
(253,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDA985 color. Also use rgb(253,169,133) instead hex code.

Text Font Color

.myTextColor { color: #FDA985; }

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

This text font color is #FDA985.


Background Color

.myBgColor { background-color: #FDA985; }

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

This div background color is #FDA985.


Border color

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

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

This div border color is #FDA985.


Opacity

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

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

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

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

This text has shadow with #FDA985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDA985 on black background.


Color preview on white background

This text has color #FDA985 on white background.



Black color preview on #FDA985 background

This text has black color on #FDA985 background.


White color preview on #FDA985 background

This text has white color on #FDA985 background.