COLOR #F5A596

HEX: #F5A596
RGB: (245,165,150)

Color info

#F5A596 contains mainly red color. Web safe color of #F5A596 is #FF9999 (or #F99).

RGB color model

#F5A596 color RGB value is (245,165,150).

  • red value is 245;
  • green value is 165;
  • blue value is 150.
RGB:
(245,165,150)
(96%,65%,59%)

RGB channels and saturation

R 245 of 255 = 96%
G 165 of 255 = 65%
B 150 of 255 = 59%

245
165
150

R + G + B ~ 73%. #F5A596 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 165 + 150 = 560 (100%)
R 245 of 560 ~ 43.75%
G 165 of 560 ~ 29.46%
B 150 of 560 ~ 26.79%

%43.75
%29.46
%26.79

CMYK color model

#F5A596 color CMYK value is (0,33,39,4).

  • cyan value is 0.00%
  • magenta value is 32.65%
  • yellow value is 38.78%
  • key color value is 3.92%
CMYK:
(0,33,39,4)
C0M33Y39K4 
(0%,33%,39%,4%)
(0.00/0.33/0.39/0.04)	

CMYK percentages

%0
%32.65
%38.78
%3.92

Codes

Color #F5A596 in popluar color models

F5A596
RGB245165150
HSL82.61%77.45%
HSB/HSV38.78%96.08%
CMYK0.00%32.65%38.78%
3.92%

Color #F5A596 in popluar number systems.

HEXF5A596
Decimal245165150
Binary111101011010010110010110
Octal365245226

Shades and tints

Shades of #F5A596

#F5A596
(245,165,150)
#DF9689
(223,150,137)
#C9877C
(201,135,124)
#B3786F
(179,120,111)
#9D6962
(157,105,98)
#875A55
(135,90,85)
#714B48
(113,75,72)
#5B3C3B
(91,60,59)
#452D2E
(69,45,46)
#2F1E21
(47,30,33)
#190F14
(25,15,20)
#000000
(0,0,0)

Tints of #F5A596

#F5A596
(245,165,150)
#F5AD9F
(245,173,159)
#F5B5A8
(245,181,168)
#F5BDB1
(245,189,177)
#F5C5BA
(245,197,186)
#F5CDC3
(245,205,195)
#F5D5CC
(245,213,204)
#F5DDD5
(245,221,213)
#F5E5DE
(245,229,222)
#F5EDE7
(245,237,231)
#F5F5F0
(245,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5A596 color. Also use rgb(245,165,150) instead hex code.

Text Font Color

.myTextColor { color: #F5A596; }

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

This text font color is #F5A596.


Background Color

.myBgColor { background-color: #F5A596; }

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

This div background color is #F5A596.


Border color

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

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

This div border color is #F5A596.


Opacity

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

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

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

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

This text has shadow with #F5A596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5A596 on black background.


Color preview on white background

This text has color #F5A596 on white background.



Black color preview on #F5A596 background

This text has black color on #F5A596 background.


White color preview on #F5A596 background

This text has white color on #F5A596 background.