COLOR #F5A677

HEX: #F5A677
RGB: (245,166,119)

Color info

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

RGB color model

#F5A677 color RGB value is (245,166,119).

  • red value is 245;
  • green value is 166;
  • blue value is 119.
RGB:
(245,166,119)
(96%,65%,47%)

RGB channels and saturation

R 245 of 255 = 96%
G 166 of 255 = 65%
B 119 of 255 = 47%

245
166
119

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

Portions of RGB colors in percentages

R + G + B =
245 + 166 + 119 = 530 (100%)
R 245 of 530 ~ 46.23%
G 166 of 530 ~ 31.32%
B 119 of 530 ~ 22.45%

%46.23
%31.32
%22.45

CMYK color model

#F5A677 color CMYK value is (0,32,51,4).

  • cyan value is 0.00%
  • magenta value is 32.24%
  • yellow value is 51.43%
  • key color value is 3.92%
CMYK:
(0,32,51,4)
C0M32Y51K4 
(0%,32%,51%,4%)
(0.00/0.32/0.51/0.04)	

CMYK percentages

%0
%32.24
%51.43
%3.92

Codes

Color #F5A677 in popluar color models

F5A677
RGB245166119
HSL22°86.30%71.37%
HSB/HSV22°51.43%96.08%
CMYK0.00%32.24%51.43%
3.92%

Color #F5A677 in popluar number systems.

HEXF5A677
Decimal245166119
Binary11110101101001101110111
Octal365246167

Shades and tints

Shades of #F5A677

#F5A677
(245,166,119)
#DF976D
(223,151,109)
#C98863
(201,136,99)
#B37959
(179,121,89)
#9D6A4F
(157,106,79)
#875B45
(135,91,69)
#714C3B
(113,76,59)
#5B3D31
(91,61,49)
#452E27
(69,46,39)
#2F1F1D
(47,31,29)
#191013
(25,16,19)
#000000
(0,0,0)

Tints of #F5A677

#F5A677
(245,166,119)
#F5AE83
(245,174,131)
#F5B68F
(245,182,143)
#F5BE9B
(245,190,155)
#F5C6A7
(245,198,167)
#F5CEB3
(245,206,179)
#F5D6BF
(245,214,191)
#F5DECB
(245,222,203)
#F5E6D7
(245,230,215)
#F5EEE3
(245,238,227)
#F5F6EF
(245,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5A677 color. Also use rgb(245,166,119) instead hex code.

Text Font Color

.myTextColor { color: #F5A677; }

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

This text font color is #F5A677.


Background Color

.myBgColor { background-color: #F5A677; }

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

This div background color is #F5A677.


Border color

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

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

This div border color is #F5A677.


Opacity

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

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

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

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

This text has shadow with #F5A677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5A677 on black background.


Color preview on white background

This text has color #F5A677 on white background.



Black color preview on #F5A677 background

This text has black color on #F5A677 background.


White color preview on #F5A677 background

This text has white color on #F5A677 background.