COLOR #F5C8A1

HEX: #F5C8A1 RGB: (245,200,161)

Color info

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

RGB color model

#F5C8A1 color RGB value is (245,200,161).

RGB: (245,200,161) (96%, 78%, 63%)

RGB channels and saturation

R 245 of 255 = 96%
G 200 of 255 = 78%
B 161 of 255 = 63%

245
200
161

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

Portions of RGB colors in percentages

R + G + B = 245 + 200 + 161 = 606 (100%)
R 245 of 606 ~ 40.43%
G 200 of 606 ~ 33%
B 161 of 606 ~ 26.57'%

%40.43
%33
%26.57

CMYK color model

#F5C8A1 color CMYK value is (0,18,34,4).

  • cyan value is 0.00%
  • magenta value is 18.37%
  • yellow value is 34.29%
  • key color value is 3.92%

CMYK: (0,18,34,4)
C0M18Y34K4 (0%, 18%, 34%, 4%)
(0.00 / 0.18 / 0.34 / 0.04)

CMYK percentages

%0
%18.37
%34.29
%3.92

Codes

Color #F5C8A1 in popluar color models

F5 C8 A1
RGB 245 200 161
HSL 28° 80.77% 79.61%
HSB/HSV 28° 34.29% 96.08%
CMYK 0.00% 18.37% 34.29%
3.92%

Color #F5C8A1 in popluar number systems.

HEX F5 C8 A1
Decimal 245 200 161
Binary 11110101 11001000 10100001
Octal 365 310 241

Shades and tints

Shades of #F5C8A1

#F5C8A1
(245,200,161)
#DFB693
(223,182,147)
#C9A485
(201,164,133)
#B39277
(179,146,119)
#9D8069
(157,128,105)
#876E5B
(135,110,91)
#715C4D
(113,92,77)
#5B4A3F
(91,74,63)
#453831
(69,56,49)
#2F2623
(47,38,35)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #F5C8A1

#F5C8A1
(245,200,161)
#F5CDA9
(245,205,169)
#F5D2B1
(245,210,177)
#F5D7B9
(245,215,185)
#F5DCC1
(245,220,193)
#F5E1C9
(245,225,201)
#F5E6D1
(245,230,209)
#F5EBD9
(245,235,217)
#F5F0E1
(245,240,225)
#F5F5E9
(245,245,233)
#F5FAF1
(245,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5C8A1 color. Also use rgb(245,200,161) instead hex code.

Text Font Color

.myTextColor { color: #F5C8A1; }

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

This text font color is #F5C8A1.

Background Color

.myBgColor { background-color: #F5C8A1; }

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

This div background color is #F5C8A1.

Border color

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

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

This div border color is #F5C8A1.

Opacity

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

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

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

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

This text has shadow with #F5C8A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5C8A1.

Preview

Color preview on black background

This text has color #F5C8A1 on black background.


Color preview on white background

This text has color #F5C8A1 on white background.


Black color preview on #F5C8A1 background

This text has black color on #F5C8A1 background.


White color preview on #F5C8A1 background

This text has white color on #F5C8A1 background.


Related colors

Complementary color

Complementary color for #hex is #0A375E.


I love getcolorcode.com

Triadic colors

1 #A1F5C8 and #C8A1F5 with #F5C8A1 are triadic colors.

2 #A1C8F5 and #C8F5A1 with #F5C8A1 are triadic colors.