COLOR #FCAD72

HEX: #FCAD72 RGB: (252,173,114)

Color info

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

RGB color model

#FCAD72 color RGB value is (252,173,114).

RGB: (252,173,114) (99%, 68%, 45%)

RGB channels and saturation

R 252 of 255 = 99%
G 173 of 255 = 68%
B 114 of 255 = 45%

252
173
114

R + G + B ~ 71%. #FCAD72 is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 173 + 114 = 539 (100%)
R 252 of 539 ~ 46.75%
G 173 of 539 ~ 32.1%
B 114 of 539 ~ 21.15'%

%46.75
%32.1
%21.15

CMYK color model

#FCAD72 color CMYK value is (0,31,55,1).

  • cyan value is 0.00%
  • magenta value is 31.35%
  • yellow value is 54.76%
  • key color value is 1.18%

CMYK: (0,31,55,1)
C0M31Y55K1 (0%, 31%, 55%, 1%)
(0.00 / 0.31 / 0.55 / 0.01)

CMYK percentages

%0
%31.35
%54.76
%1.18

Codes

Color #FCAD72 in popluar color models

FC AD 72
RGB 252 173 114
HSL 26° 95.83% 71.76%
HSB/HSV 26° 54.76% 98.82%
CMYK 0.00% 31.35% 54.76%
1.18%

Color #FCAD72 in popluar number systems.

HEX FC AD 72
Decimal 252 173 114
Binary 11111100 10101101 1110010
Octal 374 255 162

Shades and tints

Shades of #FCAD72

#FCAD72
(252,173,114)
#E69E68
(230,158,104)
#D08F5E
(208,143,94)
#BA8054
(186,128,84)
#A4714A
(164,113,74)
#8E6240
(142,98,64)
#785336
(120,83,54)
#62442C
(98,68,44)
#4C3522
(76,53,34)
#362618
(54,38,24)
#20170E
(32,23,14)
#000000
(0,0,0)

Tints of #FCAD72

#FCAD72
(252,173,114)
#FCB47E
(252,180,126)
#FCBB8A
(252,187,138)
#FCC296
(252,194,150)
#FCC9A2
(252,201,162)
#FCD0AE
(252,208,174)
#FCD7BA
(252,215,186)
#FCDEC6
(252,222,198)
#FCE5D2
(252,229,210)
#FCECDE
(252,236,222)
#FCF3EA
(252,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCAD72 color. Also use rgb(252,173,114) instead hex code.

Text Font Color

.myTextColor { color: #FCAD72; }

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

This text font color is #FCAD72.

Background Color

.myBgColor { background-color: #FCAD72; }

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

This div background color is #FCAD72.

Border color

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

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

This div border color is #FCAD72.

Opacity

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

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

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

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

This text has shadow with #FCAD72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCAD72.

Preview

Color preview on black background

This text has color #FCAD72 on black background.


Color preview on white background

This text has color #FCAD72 on white background.


Black color preview on #FCAD72 background

This text has black color on #FCAD72 background.


White color preview on #FCAD72 background

This text has white color on #FCAD72 background.


Related colors

Complementary color

Complementary color for #hex is #03528D.


I love getcolorcode.com

Triadic colors

1 #72FCAD and #AD72FC with #FCAD72 are triadic colors.

2 #72ADFC and #ADFC72 with #FCAD72 are triadic colors.