COLOR #F8C5A4

HEX: #F8C5A4 RGB: (248,197,164)

Color info

#F8C5A4 contains mainly red and green colors. Web safe color of #F8C5A4 is #FFCC99 (or #FC9).

RGB color model

#F8C5A4 color RGB value is (248,197,164).

RGB: (248,197,164) (97%, 77%, 64%)

RGB channels and saturation

R 248 of 255 = 97%
G 197 of 255 = 77%
B 164 of 255 = 64%

248
197
164

R + G + B ~ 79%. #F8C5A4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 248 + 197 + 164 = 609 (100%)
R 248 of 609 ~ 40.72%
G 197 of 609 ~ 32.35%
B 164 of 609 ~ 26.93'%

%40.72
%32.35
%26.93

CMYK color model

#F8C5A4 color CMYK value is (0,21,34,3).

  • cyan value is 0.00%
  • magenta value is 20.56%
  • yellow value is 33.87%
  • key color value is 2.75%

CMYK: (0,21,34,3)
C0M21Y34K3 (0%, 21%, 34%, 3%)
(0.00 / 0.21 / 0.34 / 0.03)

CMYK percentages

%0
%20.56
%33.87
%2.75

Codes

Color #F8C5A4 in popluar color models

F8 C5 A4
RGB 248 197 164
HSL 24° 85.71% 80.78%
HSB/HSV 24° 33.87% 97.25%
CMYK 0.00% 20.56% 33.87%
2.75%

Color #F8C5A4 in popluar number systems.

HEX F8 C5 A4
Decimal 248 197 164
Binary 11111000 11000101 10100100
Octal 370 305 244

Shades and tints

Shades of #F8C5A4

#F8C5A4
(248,197,164)
#E2B496
(226,180,150)
#CCA388
(204,163,136)
#B6927A
(182,146,122)
#A0816C
(160,129,108)
#8A705E
(138,112,94)
#745F50
(116,95,80)
#5E4E42
(94,78,66)
#483D34
(72,61,52)
#322C26
(50,44,38)
#1C1B18
(28,27,24)
#000000
(0,0,0)

Tints of #F8C5A4

#F8C5A4
(248,197,164)
#F8CAAC
(248,202,172)
#F8CFB4
(248,207,180)
#F8D4BC
(248,212,188)
#F8D9C4
(248,217,196)
#F8DECC
(248,222,204)
#F8E3D4
(248,227,212)
#F8E8DC
(248,232,220)
#F8EDE4
(248,237,228)
#F8F2EC
(248,242,236)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8C5A4 color. Also use rgb(248,197,164) instead hex code.

Text Font Color

.myTextColor { color: #F8C5A4; }

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

This text font color is #F8C5A4.

Background Color

.myBgColor { background-color: #F8C5A4; }

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

This div background color is #F8C5A4.

Border color

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

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

This div border color is #F8C5A4.

Opacity

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

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

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

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

This text has shadow with #F8C5A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8C5A4.

Preview

Color preview on black background

This text has color #F8C5A4 on black background.


Color preview on white background

This text has color #F8C5A4 on white background.


Black color preview on #F8C5A4 background

This text has black color on #F8C5A4 background.


White color preview on #F8C5A4 background

This text has white color on #F8C5A4 background.


Related colors

Complementary color

Complementary color for #hex is #073A5B.


I love getcolorcode.com

Triadic colors

1 #A4F8C5 and #C5A4F8 with #F8C5A4 are triadic colors.

2 #A4C5F8 and #C5F8A4 with #F8C5A4 are triadic colors.