COLOR #F5C495

HEX: #F5C495 RGB: (245,196,149)

Color info

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

RGB color model

#F5C495 color RGB value is (245,196,149).

RGB: (245,196,149) (96%, 77%, 58%)

RGB channels and saturation

R 245 of 255 = 96%
G 196 of 255 = 77%
B 149 of 255 = 58%

245
196
149

R + G + B ~ 77%. #F5C495 is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 196 + 149 = 590 (100%)
R 245 of 590 ~ 41.53%
G 196 of 590 ~ 33.22%
B 149 of 590 ~ 25.25'%

%41.53
%33.22
%25.25

CMYK color model

#F5C495 color CMYK value is (0,20,39,4).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 39.18%
  • key color value is 3.92%

CMYK: (0,20,39,4)
C0M20Y39K4 (0%, 20%, 39%, 4%)
(0.00 / 0.20 / 0.39 / 0.04)

CMYK percentages

%0
%20
%39.18
%3.92

Codes

Color #F5C495 in popluar color models

F5 C4 95
RGB 245 196 149
HSL 29° 82.76% 77.25%
HSB/HSV 29° 39.18% 96.08%
CMYK 0.00% 20.00% 39.18%
3.92%

Color #F5C495 in popluar number systems.

HEX F5 C4 95
Decimal 245 196 149
Binary 11110101 11000100 10010101
Octal 365 304 225

Shades and tints

Shades of #F5C495

#F5C495
(245,196,149)
#DFB388
(223,179,136)
#C9A27B
(201,162,123)
#B3916E
(179,145,110)
#9D8061
(157,128,97)
#876F54
(135,111,84)
#715E47
(113,94,71)
#5B4D3A
(91,77,58)
#453C2D
(69,60,45)
#2F2B20
(47,43,32)
#191A13
(25,26,19)
#000000
(0,0,0)

Tints of #F5C495

#F5C495
(245,196,149)
#F5C99E
(245,201,158)
#F5CEA7
(245,206,167)
#F5D3B0
(245,211,176)
#F5D8B9
(245,216,185)
#F5DDC2
(245,221,194)
#F5E2CB
(245,226,203)
#F5E7D4
(245,231,212)
#F5ECDD
(245,236,221)
#F5F1E6
(245,241,230)
#F5F6EF
(245,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5C495 color. Also use rgb(245,196,149) instead hex code.

Text Font Color

.myTextColor { color: #F5C495; }

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

This text font color is #F5C495.

Background Color

.myBgColor { background-color: #F5C495; }

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

This div background color is #F5C495.

Border color

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

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

This div border color is #F5C495.

Opacity

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

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

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

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

This text has shadow with #F5C495 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5C495.

Preview

Color preview on black background

This text has color #F5C495 on black background.


Color preview on white background

This text has color #F5C495 on white background.


Black color preview on #F5C495 background

This text has black color on #F5C495 background.


White color preview on #F5C495 background

This text has white color on #F5C495 background.


Related colors

Complementary color

Complementary color for #hex is #0A3B6A.


I love getcolorcode.com

Triadic colors

1 #95F5C4 and #C495F5 with #F5C495 are triadic colors.

2 #95C4F5 and #C4F595 with #F5C495 are triadic colors.