COLOR #FDA486

HEX: #FDA486
RGB: (253,164,134)

Color info

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

RGB color model

#FDA486 color RGB value is (253,164,134).

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

RGB channels and saturation

R 253 of 255 = 99%
G 164 of 255 = 64%
B 134 of 255 = 53%

253
164
134

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

Portions of RGB colors in percentages

R + G + B =
253 + 164 + 134 = 551 (100%)
R 253 of 551 ~ 45.92%
G 164 of 551 ~ 29.76%
B 134 of 551 ~ 24.32%

%45.92
%29.76
%24.32

CMYK color model

#FDA486 color CMYK value is (0,35,47,1).

  • cyan value is 0.00%
  • magenta value is 35.18%
  • yellow value is 47.04%
  • key color value is 0.78%
CMYK:
(0,35,47,1)
C0M35Y47K1 
(0%,35%,47%,1%)
(0.00/0.35/0.47/0.01)	

CMYK percentages

%0
%35.18
%47.04
%0.78

Codes

Color #FDA486 in popluar color models

FDA486
RGB253164134
HSL15°96.75%75.88%
HSB/HSV15°47.04%99.22%
CMYK0.00%35.18%47.04%
0.78%

Color #FDA486 in popluar number systems.

HEXFDA486
Decimal253164134
Binary111111011010010010000110
Octal375244206

Shades and tints

Shades of #FDA486

#FDA486
(253,164,134)
#E6967A
(230,150,122)
#CF886E
(207,136,110)
#B87A62
(184,122,98)
#A16C56
(161,108,86)
#8A5E4A
(138,94,74)
#73503E
(115,80,62)
#5C4232
(92,66,50)
#453426
(69,52,38)
#2E261A
(46,38,26)
#17180E
(23,24,14)
#000000
(0,0,0)

Tints of #FDA486

#FDA486
(253,164,134)
#FDAC91
(253,172,145)
#FDB49C
(253,180,156)
#FDBCA7
(253,188,167)
#FDC4B2
(253,196,178)
#FDCCBD
(253,204,189)
#FDD4C8
(253,212,200)
#FDDCD3
(253,220,211)
#FDE4DE
(253,228,222)
#FDECE9
(253,236,233)
#FDF4F4
(253,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDA486; }

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

This text font color is #FDA486.


Background Color

.myBgColor { background-color: #FDA486; }

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

This div background color is #FDA486.


Border color

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

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

This div border color is #FDA486.


Opacity

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

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

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

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

This text has shadow with #FDA486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDA486 on black background.


Color preview on white background

This text has color #FDA486 on white background.



Black color preview on #FDA486 background

This text has black color on #FDA486 background.


White color preview on #FDA486 background

This text has white color on #FDA486 background.