COLOR #F5B47E

HEX: #F5B47E
RGB: (245,180,126)

Color info

#F5B47E contains mainly red color. Web safe color of #F5B47E is #FFCC66 (or #FC6).

RGB color model

#F5B47E color RGB value is (245,180,126).

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

RGB channels and saturation

R 245 of 255 = 96%
G 180 of 255 = 71%
B 126 of 255 = 49%

245
180
126

R + G + B ~ 72%. #F5B47E is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 180 + 126 = 551 (100%)
R 245 of 551 ~ 44.46%
G 180 of 551 ~ 32.67%
B 126 of 551 ~ 22.87%

%44.46
%32.67
%22.87

CMYK color model

#F5B47E color CMYK value is (0,27,49,4).

  • cyan value is 0.00%
  • magenta value is 26.53%
  • yellow value is 48.57%
  • key color value is 3.92%
CMYK:
(0,27,49,4)
C0M27Y49K4 
(0%,27%,49%,4%)
(0.00/0.27/0.49/0.04)	

CMYK percentages

%0
%26.53
%48.57
%3.92

Codes

Color #F5B47E in popluar color models

F5B47E
RGB245180126
HSL27°85.61%72.75%
HSB/HSV27°48.57%96.08%
CMYK0.00%26.53%48.57%
3.92%

Color #F5B47E in popluar number systems.

HEXF5B47E
Decimal245180126
Binary11110101101101001111110
Octal365264176

Shades and tints

Shades of #F5B47E

#F5B47E
(245,180,126)
#DFA473
(223,164,115)
#C99468
(201,148,104)
#B3845D
(179,132,93)
#9D7452
(157,116,82)
#876447
(135,100,71)
#71543C
(113,84,60)
#5B4431
(91,68,49)
#453426
(69,52,38)
#2F241B
(47,36,27)
#191410
(25,20,16)
#000000
(0,0,0)

Tints of #F5B47E

#F5B47E
(245,180,126)
#F5BA89
(245,186,137)
#F5C094
(245,192,148)
#F5C69F
(245,198,159)
#F5CCAA
(245,204,170)
#F5D2B5
(245,210,181)
#F5D8C0
(245,216,192)
#F5DECB
(245,222,203)
#F5E4D6
(245,228,214)
#F5EAE1
(245,234,225)
#F5F0EC
(245,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5B47E; }

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

This text font color is #F5B47E.


Background Color

.myBgColor { background-color: #F5B47E; }

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

This div background color is #F5B47E.


Border color

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

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

This div border color is #F5B47E.


Opacity

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

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

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

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

This text has shadow with #F5B47E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5B47E on black background.


Color preview on white background

This text has color #F5B47E on white background.



Black color preview on #F5B47E background

This text has black color on #F5B47E background.


White color preview on #F5B47E background

This text has white color on #F5B47E background.