COLOR #F5BE8D

HEX: #F5BE8D RGB: (245,190,141)

Color info

#F5BE8D contains mainly red and green colors. Web safe color of #F5BE8D is #FFCC99 (or #FC9).

RGB color model

#F5BE8D color RGB value is (245,190,141).

RGB: (245,190,141) (96%, 75%, 55%)

RGB channels and saturation

R 245 of 255 = 96%
G 190 of 255 = 75%
B 141 of 255 = 55%

245
190
141

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

Portions of RGB colors in percentages

R + G + B = 245 + 190 + 141 = 576 (100%)
R 245 of 576 ~ 42.53%
G 190 of 576 ~ 32.99%
B 141 of 576 ~ 24.48'%

%42.53
%32.99
%24.48

CMYK color model

#F5BE8D color CMYK value is (0,22,42,4).

  • cyan value is 0.00%
  • magenta value is 22.45%
  • yellow value is 42.45%
  • key color value is 3.92%

CMYK: (0,22,42,4)
C0M22Y42K4 (0%, 22%, 42%, 4%)
(0.00 / 0.22 / 0.42 / 0.04)

CMYK percentages

%0
%22.45
%42.45
%3.92

Codes

Color #F5BE8D in popluar color models

F5 BE 8D
RGB 245 190 141
HSL 28° 83.87% 75.69%
HSB/HSV 28° 42.45% 96.08%
CMYK 0.00% 22.45% 42.45%
3.92%

Color #F5BE8D in popluar number systems.

HEX F5 BE 8D
Decimal 245 190 141
Binary 11110101 10111110 10001101
Octal 365 276 215

Shades and tints

Shades of #F5BE8D

#F5BE8D
(245,190,141)
#DFAD81
(223,173,129)
#C99C75
(201,156,117)
#B38B69
(179,139,105)
#9D7A5D
(157,122,93)
#876951
(135,105,81)
#715845
(113,88,69)
#5B4739
(91,71,57)
#45362D
(69,54,45)
#2F2521
(47,37,33)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #F5BE8D

#F5BE8D
(245,190,141)
#F5C397
(245,195,151)
#F5C8A1
(245,200,161)
#F5CDAB
(245,205,171)
#F5D2B5
(245,210,181)
#F5D7BF
(245,215,191)
#F5DCC9
(245,220,201)
#F5E1D3
(245,225,211)
#F5E6DD
(245,230,221)
#F5EBE7
(245,235,231)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5BE8D color. Also use rgb(245,190,141) instead hex code.

Text Font Color

.myTextColor { color: #F5BE8D; }

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

This text font color is #F5BE8D.

Background Color

.myBgColor { background-color: #F5BE8D; }

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

This div background color is #F5BE8D.

Border color

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

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

This div border color is #F5BE8D.

Opacity

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

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

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

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

This text has shadow with #F5BE8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5BE8D.

Preview

Color preview on black background

This text has color #F5BE8D on black background.


Color preview on white background

This text has color #F5BE8D on white background.


Black color preview on #F5BE8D background

This text has black color on #F5BE8D background.


White color preview on #F5BE8D background

This text has white color on #F5BE8D background.


Related colors

Complementary color

Complementary color for #hex is #0A4172.


I love getcolorcode.com

Triadic colors

1 #8DF5BE and #BE8DF5 with #F5BE8D are triadic colors.

2 #8DBEF5 and #BEF58D with #F5BE8D are triadic colors.