COLOR #F5A475

HEX: #F5A475
RGB: (245,164,117)

Color info

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

RGB color model

#F5A475 color RGB value is (245,164,117).

  • red value is 245;
  • green value is 164;
  • blue value is 117.
RGB:
(245,164,117)
(96%,64%,46%)

RGB channels and saturation

R 245 of 255 = 96%
G 164 of 255 = 64%
B 117 of 255 = 46%

245
164
117

R + G + B ~ 69%. #F5A475 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 164 + 117 = 526 (100%)
R 245 of 526 ~ 46.58%
G 164 of 526 ~ 31.18%
B 117 of 526 ~ 22.24%

%46.58
%31.18
%22.24

CMYK color model

#F5A475 color CMYK value is (0,33,52,4).

  • cyan value is 0.00%
  • magenta value is 33.06%
  • yellow value is 52.24%
  • key color value is 3.92%
CMYK:
(0,33,52,4)
C0M33Y52K4 
(0%,33%,52%,4%)
(0.00/0.33/0.52/0.04)	

CMYK percentages

%0
%33.06
%52.24
%3.92

Codes

Color #F5A475 in popluar color models

F5A475
RGB245164117
HSL22°86.49%70.98%
HSB/HSV22°52.24%96.08%
CMYK0.00%33.06%52.24%
3.92%

Color #F5A475 in popluar number systems.

HEXF5A475
Decimal245164117
Binary11110101101001001110101
Octal365244165

Shades and tints

Shades of #F5A475

#F5A475
(245,164,117)
#DF966B
(223,150,107)
#C98861
(201,136,97)
#B37A57
(179,122,87)
#9D6C4D
(157,108,77)
#875E43
(135,94,67)
#715039
(113,80,57)
#5B422F
(91,66,47)
#453425
(69,52,37)
#2F261B
(47,38,27)
#191811
(25,24,17)
#000000
(0,0,0)

Tints of #F5A475

#F5A475
(245,164,117)
#F5AC81
(245,172,129)
#F5B48D
(245,180,141)
#F5BC99
(245,188,153)
#F5C4A5
(245,196,165)
#F5CCB1
(245,204,177)
#F5D4BD
(245,212,189)
#F5DCC9
(245,220,201)
#F5E4D5
(245,228,213)
#F5ECE1
(245,236,225)
#F5F4ED
(245,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5A475 color. Also use rgb(245,164,117) instead hex code.

Text Font Color

.myTextColor { color: #F5A475; }

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

This text font color is #F5A475.


Background Color

.myBgColor { background-color: #F5A475; }

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

This div background color is #F5A475.


Border color

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

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

This div border color is #F5A475.


Opacity

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

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

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

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

This text has shadow with #F5A475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5A475 on black background.


Color preview on white background

This text has color #F5A475 on white background.



Black color preview on #F5A475 background

This text has black color on #F5A475 background.


White color preview on #F5A475 background

This text has white color on #F5A475 background.