COLOR #F5A775

HEX: #F5A775 RGB: (245,167,117)

Color info

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

RGB color model

#F5A775 color RGB value is (245,167,117).

RGB: (245,167,117) (96%, 65%, 46%)

RGB channels and saturation

R 245 of 255 = 96%
G 167 of 255 = 65%
B 117 of 255 = 46%

245
167
117

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

Portions of RGB colors in percentages

R + G + B = 245 + 167 + 117 = 529 (100%)
R 245 of 529 ~ 46.31%
G 167 of 529 ~ 31.57%
B 117 of 529 ~ 22.12'%

%46.31
%31.57
%22.12

CMYK color model

#F5A775 color CMYK value is (0,32,52,4).

  • cyan value is 0.00%
  • magenta value is 31.84%
  • yellow value is 52.24%
  • key color value is 3.92%

CMYK: (0,32,52,4)
C0M32Y52K4 (0%, 32%, 52%, 4%)
(0.00 / 0.32 / 0.52 / 0.04)

CMYK percentages

%0
%31.84
%52.24
%3.92

Codes

Color #F5A775 in popluar color models

F5 A7 75
RGB 245 167 117
HSL 23° 86.49% 70.98%
HSB/HSV 23° 52.24% 96.08%
CMYK 0.00% 31.84% 52.24%
3.92%

Color #F5A775 in popluar number systems.

HEX F5 A7 75
Decimal 245 167 117
Binary 11110101 10100111 1110101
Octal 365 247 165

Shades and tints

Shades of #F5A775

#F5A775
(245,167,117)
#DF986B
(223,152,107)
#C98961
(201,137,97)
#B37A57
(179,122,87)
#9D6B4D
(157,107,77)
#875C43
(135,92,67)
#714D39
(113,77,57)
#5B3E2F
(91,62,47)
#452F25
(69,47,37)
#2F201B
(47,32,27)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #F5A775

#F5A775
(245,167,117)
#F5AF81
(245,175,129)
#F5B78D
(245,183,141)
#F5BF99
(245,191,153)
#F5C7A5
(245,199,165)
#F5CFB1
(245,207,177)
#F5D7BD
(245,215,189)
#F5DFC9
(245,223,201)
#F5E7D5
(245,231,213)
#F5EFE1
(245,239,225)
#F5F7ED
(245,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5A775; }

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

This text font color is #F5A775.

Background Color

.myBgColor { background-color: #F5A775; }

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

This div background color is #F5A775.

Border color

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

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

This div border color is #F5A775.

Opacity

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

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

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

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

This text has shadow with #F5A775 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5A775.

Preview

Color preview on black background

This text has color #F5A775 on black background.


Color preview on white background

This text has color #F5A775 on white background.


Black color preview on #F5A775 background

This text has black color on #F5A775 background.


White color preview on #F5A775 background

This text has white color on #F5A775 background.


Related colors

Complementary color

Complementary color for #hex is #0A588A.


I love getcolorcode.com

Triadic colors

1 #75F5A7 and #A775F5 with #F5A775 are triadic colors.

2 #75A7F5 and #A7F575 with #F5A775 are triadic colors.