COLOR #F5B497

HEX: #F5B497
RGB: (245,180,151)

Color info

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

RGB color model

#F5B497 color RGB value is (245,180,151).

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

RGB channels and saturation

R 245 of 255 = 96%
G 180 of 255 = 71%
B 151 of 255 = 59%

245
180
151

R + G + B ~ 75%. #F5B497 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 180 + 151 = 576 (100%)
R 245 of 576 ~ 42.53%
G 180 of 576 ~ 31.25%
B 151 of 576 ~ 26.22%

%42.53
%31.25
%26.22

CMYK color model

#F5B497 color CMYK value is (0,27,38,4).

  • cyan value is 0.00%
  • magenta value is 26.53%
  • yellow value is 38.37%
  • key color value is 3.92%
CMYK:
(0,27,38,4)
C0M27Y38K4 
(0%,27%,38%,4%)
(0.00/0.27/0.38/0.04)	

CMYK percentages

%0
%26.53
%38.37
%3.92

Codes

Color #F5B497 in popluar color models

F5B497
RGB245180151
HSL19°82.46%77.65%
HSB/HSV19°38.37%96.08%
CMYK0.00%26.53%38.37%
3.92%

Color #F5B497 in popluar number systems.

HEXF5B497
Decimal245180151
Binary111101011011010010010111
Octal365264227

Shades and tints

Shades of #F5B497

#F5B497
(245,180,151)
#DFA48A
(223,164,138)
#C9947D
(201,148,125)
#B38470
(179,132,112)
#9D7463
(157,116,99)
#876456
(135,100,86)
#715449
(113,84,73)
#5B443C
(91,68,60)
#45342F
(69,52,47)
#2F2422
(47,36,34)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #F5B497

#F5B497
(245,180,151)
#F5BAA0
(245,186,160)
#F5C0A9
(245,192,169)
#F5C6B2
(245,198,178)
#F5CCBB
(245,204,187)
#F5D2C4
(245,210,196)
#F5D8CD
(245,216,205)
#F5DED6
(245,222,214)
#F5E4DF
(245,228,223)
#F5EAE8
(245,234,232)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5B497; }

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

This text font color is #F5B497.


Background Color

.myBgColor { background-color: #F5B497; }

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

This div background color is #F5B497.


Border color

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

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

This div border color is #F5B497.


Opacity

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

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

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

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

This text has shadow with #F5B497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5B497 on black background.


Color preview on white background

This text has color #F5B497 on white background.



Black color preview on #F5B497 background

This text has black color on #F5B497 background.


White color preview on #F5B497 background

This text has white color on #F5B497 background.