COLOR #F5B79D

HEX: #F5B79D RGB: (245,183,157)

Color info

#F5B79D contains mainly red color. Web safe color of #F5B79D is #FFCC99 (or #FC9).

RGB color model

#F5B79D color RGB value is (245,183,157).

RGB: (245,183,157) (96%, 72%, 62%)

RGB channels and saturation

R 245 of 255 = 96%
G 183 of 255 = 72%
B 157 of 255 = 62%

245
183
157

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

Portions of RGB colors in percentages

R + G + B = 245 + 183 + 157 = 585 (100%)
R 245 of 585 ~ 41.88%
G 183 of 585 ~ 31.28%
B 157 of 585 ~ 26.84'%

%41.88
%31.28
%26.84

CMYK color model

#F5B79D color CMYK value is (0,25,36,4).

  • cyan value is 0.00%
  • magenta value is 25.31%
  • yellow value is 35.92%
  • key color value is 3.92%

CMYK: (0,25,36,4)
C0M25Y36K4 (0%, 25%, 36%, 4%)
(0.00 / 0.25 / 0.36 / 0.04)

CMYK percentages

%0
%25.31
%35.92
%3.92

Codes

Color #F5B79D in popluar color models

F5 B7 9D
RGB 245 183 157
HSL 18° 81.48% 78.82%
HSB/HSV 18° 35.92% 96.08%
CMYK 0.00% 25.31% 35.92%
3.92%

Color #F5B79D in popluar number systems.

HEX F5 B7 9D
Decimal 245 183 157
Binary 11110101 10110111 10011101
Octal 365 267 235

Shades and tints

Shades of #F5B79D

#F5B79D
(245,183,157)
#DFA78F
(223,167,143)
#C99781
(201,151,129)
#B38773
(179,135,115)
#9D7765
(157,119,101)
#876757
(135,103,87)
#715749
(113,87,73)
#5B473B
(91,71,59)
#45372D
(69,55,45)
#2F271F
(47,39,31)
#191711
(25,23,17)
#000000
(0,0,0)

Tints of #F5B79D

#F5B79D
(245,183,157)
#F5BDA5
(245,189,165)
#F5C3AD
(245,195,173)
#F5C9B5
(245,201,181)
#F5CFBD
(245,207,189)
#F5D5C5
(245,213,197)
#F5DBCD
(245,219,205)
#F5E1D5
(245,225,213)
#F5E7DD
(245,231,221)
#F5EDE5
(245,237,229)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5B79D color. Also use rgb(245,183,157) instead hex code.

Text Font Color

.myTextColor { color: #F5B79D; }

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

This text font color is #F5B79D.

Background Color

.myBgColor { background-color: #F5B79D; }

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

This div background color is #F5B79D.

Border color

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

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

This div border color is #F5B79D.

Opacity

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

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

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

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

This text has shadow with #F5B79D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5B79D.

Preview

Color preview on black background

This text has color #F5B79D on black background.


Color preview on white background

This text has color #F5B79D on white background.


Black color preview on #F5B79D background

This text has black color on #F5B79D background.


White color preview on #F5B79D background

This text has white color on #F5B79D background.


Related colors

Complementary color

Complementary color for #hex is #0A4862.


I love getcolorcode.com

Triadic colors

1 #9DF5B7 and #B79DF5 with #F5B79D are triadic colors.

2 #9DB7F5 and #B7F59D with #F5B79D are triadic colors.