COLOR #F5B18E

HEX: #F5B18E
RGB: (245,177,142)

Color info

#F5B18E contains mainly red color. Web safe color of #F5B18E is #FF9999 (or #F99).

RGB color model

#F5B18E color RGB value is (245,177,142).

  • red value is 245;
  • green value is 177;
  • blue value is 142.
RGB:
(245,177,142)
(96%,69%,56%)

RGB channels and saturation

R 245 of 255 = 96%
G 177 of 255 = 69%
B 142 of 255 = 56%

245
177
142

R + G + B ~ 74%. #F5B18E is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 177 + 142 = 564 (100%)
R 245 of 564 ~ 43.44%
G 177 of 564 ~ 31.38%
B 142 of 564 ~ 25.18%

%43.44
%31.38
%25.18

CMYK color model

#F5B18E color CMYK value is (0,28,42,4).

  • cyan value is 0.00%
  • magenta value is 27.76%
  • yellow value is 42.04%
  • key color value is 3.92%
CMYK:
(0,28,42,4)
C0M28Y42K4 
(0%,28%,42%,4%)
(0.00/0.28/0.42/0.04)	

CMYK percentages

%0
%27.76
%42.04
%3.92

Codes

Color #F5B18E in popluar color models

F5B18E
RGB245177142
HSL20°83.74%75.88%
HSB/HSV20°42.04%96.08%
CMYK0.00%27.76%42.04%
3.92%

Color #F5B18E in popluar number systems.

HEXF5B18E
Decimal245177142
Binary111101011011000110001110
Octal365261216

Shades and tints

Shades of #F5B18E

#F5B18E
(245,177,142)
#DFA182
(223,161,130)
#C99176
(201,145,118)
#B3816A
(179,129,106)
#9D715E
(157,113,94)
#876152
(135,97,82)
#715146
(113,81,70)
#5B413A
(91,65,58)
#45312E
(69,49,46)
#2F2122
(47,33,34)
#191116
(25,17,22)
#000000
(0,0,0)

Tints of #F5B18E

#F5B18E
(245,177,142)
#F5B898
(245,184,152)
#F5BFA2
(245,191,162)
#F5C6AC
(245,198,172)
#F5CDB6
(245,205,182)
#F5D4C0
(245,212,192)
#F5DBCA
(245,219,202)
#F5E2D4
(245,226,212)
#F5E9DE
(245,233,222)
#F5F0E8
(245,240,232)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5B18E color. Also use rgb(245,177,142) instead hex code.

Text Font Color

.myTextColor { color: #F5B18E; }

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

This text font color is #F5B18E.


Background Color

.myBgColor { background-color: #F5B18E; }

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

This div background color is #F5B18E.


Border color

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

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

This div border color is #F5B18E.


Opacity

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

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

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

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

This text has shadow with #F5B18E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5B18E on black background.


Color preview on white background

This text has color #F5B18E on white background.



Black color preview on #F5B18E background

This text has black color on #F5B18E background.


White color preview on #F5B18E background

This text has white color on #F5B18E background.