COLOR #FCA07E

HEX: #FCA07E RGB: (252,160,126)

Color info

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

RGB color model

#FCA07E color RGB value is (252,160,126).

RGB: (252,160,126) (99%, 63%, 49%)

RGB channels and saturation

R 252 of 255 = 99%
G 160 of 255 = 63%
B 126 of 255 = 49%

252
160
126

R + G + B ~ 70%. #FCA07E is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 160 + 126 = 538 (100%)
R 252 of 538 ~ 46.84%
G 160 of 538 ~ 29.74%
B 126 of 538 ~ 23.42'%

%46.84
%29.74
%23.42

CMYK color model

#FCA07E color CMYK value is (0,37,50,1).

  • cyan value is 0.00%
  • magenta value is 36.51%
  • yellow value is 50.00%
  • key color value is 1.18%

CMYK: (0,37,50,1)
C0M37Y50K1 (0%, 37%, 50%, 1%)
(0.00 / 0.37 / 0.50 / 0.01)

CMYK percentages

%0
%36.51
%50
%1.18

Codes

Color #FCA07E in popluar color models

FC A0 7E
RGB 252 160 126
HSL 16° 95.45% 74.12%
HSB/HSV 16° 50.00% 98.82%
CMYK 0.00% 36.51% 50.00%
1.18%

Color #FCA07E in popluar number systems.

HEX FC A0 7E
Decimal 252 160 126
Binary 11111100 10100000 1111110
Octal 374 240 176

Shades and tints

Shades of #FCA07E

#FCA07E
(252,160,126)
#E69273
(230,146,115)
#D08468
(208,132,104)
#BA765D
(186,118,93)
#A46852
(164,104,82)
#8E5A47
(142,90,71)
#784C3C
(120,76,60)
#623E31
(98,62,49)
#4C3026
(76,48,38)
#36221B
(54,34,27)
#201410
(32,20,16)
#000000
(0,0,0)

Tints of #FCA07E

#FCA07E
(252,160,126)
#FCA889
(252,168,137)
#FCB094
(252,176,148)
#FCB89F
(252,184,159)
#FCC0AA
(252,192,170)
#FCC8B5
(252,200,181)
#FCD0C0
(252,208,192)
#FCD8CB
(252,216,203)
#FCE0D6
(252,224,214)
#FCE8E1
(252,232,225)
#FCF0EC
(252,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCA07E color. Also use rgb(252,160,126) instead hex code.

Text Font Color

.myTextColor { color: #FCA07E; }

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

This text font color is #FCA07E.

Background Color

.myBgColor { background-color: #FCA07E; }

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

This div background color is #FCA07E.

Border color

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

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

This div border color is #FCA07E.

Opacity

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

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

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

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

This text has shadow with #FCA07E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCA07E.

Preview

Color preview on black background

This text has color #FCA07E on black background.


Color preview on white background

This text has color #FCA07E on white background.


Black color preview on #FCA07E background

This text has black color on #FCA07E background.


White color preview on #FCA07E background

This text has white color on #FCA07E background.


Related colors

Complementary color

Complementary color for #hex is #035F81.


I love getcolorcode.com

Triadic colors

1 #7EFCA0 and #A07EFC with #FCA07E are triadic colors.

2 #7EA0FC and #A0FC7E with #FCA07E are triadic colors.