COLOR #FDAC5D

HEX: #FDAC5D RGB: (253,172,93)

Color info

#FDAC5D contains mainly red color. Web safe color of #FDAC5D is #FF9966 (or #F96).

RGB color model

#FDAC5D color RGB value is (253,172,93).

RGB: (253,172,93) (99%, 67%, 36%)

RGB channels and saturation

R 253 of 255 = 99%
G 172 of 255 = 67%
B 93 of 255 = 36%

253
172
93

R + G + B ~ 67%. #FDAC5D is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 172 + 93 = 518 (100%)
R 253 of 518 ~ 48.84%
G 172 of 518 ~ 33.2%
B 93 of 518 ~ 17.95'%

%48.84
%33.2
%17.95

CMYK color model

#FDAC5D color CMYK value is (0,32,63,1).

  • cyan value is 0.00%
  • magenta value is 32.02%
  • yellow value is 63.24%
  • key color value is 0.78%

CMYK: (0,32,63,1)
C0M32Y63K1 (0%, 32%, 63%, 1%)
(0.00 / 0.32 / 0.63 / 0.01)

CMYK percentages

%0
%32.02
%63.24
%0.78

Codes

Color #FDAC5D in popluar color models

FD AC 5D
RGB 253 172 93
HSL 30° 97.56% 67.84%
HSB/HSV 30° 63.24% 99.22%
CMYK 0.00% 32.02% 63.24%
0.78%

Color #FDAC5D in popluar number systems.

HEX FD AC 5D
Decimal 253 172 93
Binary 11111101 10101100 1011101
Octal 375 254 135

Shades and tints

Shades of #FDAC5D

#FDAC5D
(253,172,93)
#E69D55
(230,157,85)
#CF8E4D
(207,142,77)
#B87F45
(184,127,69)
#A1703D
(161,112,61)
#8A6135
(138,97,53)
#73522D
(115,82,45)
#5C4325
(92,67,37)
#45341D
(69,52,29)
#2E2515
(46,37,21)
#17160D
(23,22,13)
#000000
(0,0,0)

Tints of #FDAC5D

#FDAC5D
(253,172,93)
#FDB36B
(253,179,107)
#FDBA79
(253,186,121)
#FDC187
(253,193,135)
#FDC895
(253,200,149)
#FDCFA3
(253,207,163)
#FDD6B1
(253,214,177)
#FDDDBF
(253,221,191)
#FDE4CD
(253,228,205)
#FDEBDB
(253,235,219)
#FDF2E9
(253,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDAC5D color. Also use rgb(253,172,93) instead hex code.

Text Font Color

.myTextColor { color: #FDAC5D; }

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

This text font color is #FDAC5D.

Background Color

.myBgColor { background-color: #FDAC5D; }

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

This div background color is #FDAC5D.

Border color

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

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

This div border color is #FDAC5D.

Opacity

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

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

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

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

This text has shadow with #FDAC5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDAC5D.

Preview

Color preview on black background

This text has color #FDAC5D on black background.


Color preview on white background

This text has color #FDAC5D on white background.


Black color preview on #FDAC5D background

This text has black color on #FDAC5D background.


White color preview on #FDAC5D background

This text has white color on #FDAC5D background.


Related colors

Complementary color

Complementary color for #hex is #0253A2.


I love getcolorcode.com

Triadic colors

1 #5DFDAC and #AC5DFD with #FDAC5D are triadic colors.

2 #5DACFD and #ACFD5D with #FDAC5D are triadic colors.