COLOR #FCAC79

HEX: #FCAC79 RGB: (252,172,121)

Color info

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

RGB color model

#FCAC79 color RGB value is (252,172,121).

RGB: (252,172,121) (99%, 67%, 47%)

RGB channels and saturation

R 252 of 255 = 99%
G 172 of 255 = 67%
B 121 of 255 = 47%

252
172
121

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

Portions of RGB colors in percentages

R + G + B = 252 + 172 + 121 = 545 (100%)
R 252 of 545 ~ 46.24%
G 172 of 545 ~ 31.56%
B 121 of 545 ~ 22.2'%

%46.24
%31.56
%22.2

CMYK color model

#FCAC79 color CMYK value is (0,32,52,1).

  • cyan value is 0.00%
  • magenta value is 31.75%
  • yellow value is 51.98%
  • key color value is 1.18%

CMYK: (0,32,52,1)
C0M32Y52K1 (0%, 32%, 52%, 1%)
(0.00 / 0.32 / 0.52 / 0.01)

CMYK percentages

%0
%31.75
%51.98
%1.18

Codes

Color #FCAC79 in popluar color models

FC AC 79
RGB 252 172 121
HSL 23° 95.62% 73.14%
HSB/HSV 23° 51.98% 98.82%
CMYK 0.00% 31.75% 51.98%
1.18%

Color #FCAC79 in popluar number systems.

HEX FC AC 79
Decimal 252 172 121
Binary 11111100 10101100 1111001
Octal 374 254 171

Shades and tints

Shades of #FCAC79

#FCAC79
(252,172,121)
#E69D6E
(230,157,110)
#D08E63
(208,142,99)
#BA7F58
(186,127,88)
#A4704D
(164,112,77)
#8E6142
(142,97,66)
#785237
(120,82,55)
#62432C
(98,67,44)
#4C3421
(76,52,33)
#362516
(54,37,22)
#20160B
(32,22,11)
#000000
(0,0,0)

Tints of #FCAC79

#FCAC79
(252,172,121)
#FCB385
(252,179,133)
#FCBA91
(252,186,145)
#FCC19D
(252,193,157)
#FCC8A9
(252,200,169)
#FCCFB5
(252,207,181)
#FCD6C1
(252,214,193)
#FCDDCD
(252,221,205)
#FCE4D9
(252,228,217)
#FCEBE5
(252,235,229)
#FCF2F1
(252,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCAC79 color. Also use rgb(252,172,121) instead hex code.

Text Font Color

.myTextColor { color: #FCAC79; }

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

This text font color is #FCAC79.

Background Color

.myBgColor { background-color: #FCAC79; }

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

This div background color is #FCAC79.

Border color

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

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

This div border color is #FCAC79.

Opacity

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

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

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

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

This text has shadow with #FCAC79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCAC79.

Preview

Color preview on black background

This text has color #FCAC79 on black background.


Color preview on white background

This text has color #FCAC79 on white background.


Black color preview on #FCAC79 background

This text has black color on #FCAC79 background.


White color preview on #FCAC79 background

This text has white color on #FCAC79 background.


Related colors

Complementary color

Complementary color for #hex is #035386.


I love getcolorcode.com

Triadic colors

1 #79FCAC and #AC79FC with #FCAC79 are triadic colors.

2 #79ACFC and #ACFC79 with #FCAC79 are triadic colors.