COLOR #F5B797

HEX: #F5B797
RGB: (245,183,151)

Color info

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

RGB color model

#F5B797 color RGB value is (245,183,151).

  • red value is 245;
  • green value is 183;
  • blue value is 151.
RGB:
(245,183,151)
(96%,72%,59%)

RGB channels and saturation

R 245 of 255 = 96%
G 183 of 255 = 72%
B 151 of 255 = 59%

245
183
151

R + G + B ~ 76%. #F5B797 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 183 + 151 = 579 (100%)
R 245 of 579 ~ 42.31%
G 183 of 579 ~ 31.61%
B 151 of 579 ~ 26.08%

%42.31
%31.61
%26.08

CMYK color model

#F5B797 color CMYK value is (0,25,38,4).

  • cyan value is 0.00%
  • magenta value is 25.31%
  • yellow value is 38.37%
  • key color value is 3.92%
CMYK:
(0,25,38,4)
C0M25Y38K4 
(0%,25%,38%,4%)
(0.00/0.25/0.38/0.04)	

CMYK percentages

%0
%25.31
%38.37
%3.92

Codes

Color #F5B797 in popluar color models

F5B797
RGB245183151
HSL20°82.46%77.65%
HSB/HSV20°38.37%96.08%
CMYK0.00%25.31%38.37%
3.92%

Color #F5B797 in popluar number systems.

HEXF5B797
Decimal245183151
Binary111101011011011110010111
Octal365267227

Shades and tints

Shades of #F5B797

#F5B797
(245,183,151)
#DFA78A
(223,167,138)
#C9977D
(201,151,125)
#B38770
(179,135,112)
#9D7763
(157,119,99)
#876756
(135,103,86)
#715749
(113,87,73)
#5B473C
(91,71,60)
#45372F
(69,55,47)
#2F2722
(47,39,34)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #F5B797

#F5B797
(245,183,151)
#F5BDA0
(245,189,160)
#F5C3A9
(245,195,169)
#F5C9B2
(245,201,178)
#F5CFBB
(245,207,187)
#F5D5C4
(245,213,196)
#F5DBCD
(245,219,205)
#F5E1D6
(245,225,214)
#F5E7DF
(245,231,223)
#F5EDE8
(245,237,232)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5B797; }

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

This text font color is #F5B797.


Background Color

.myBgColor { background-color: #F5B797; }

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

This div background color is #F5B797.


Border color

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

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

This div border color is #F5B797.


Opacity

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

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

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

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

This text has shadow with #F5B797 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5B797 on black background.


Color preview on white background

This text has color #F5B797 on white background.



Black color preview on #F5B797 background

This text has black color on #F5B797 background.


White color preview on #F5B797 background

This text has white color on #F5B797 background.