COLOR #F5C48F

HEX: #F5C48F
RGB: (245,196,143)

Color info

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

RGB color model

#F5C48F color RGB value is (245,196,143).

  • red value is 245;
  • green value is 196;
  • blue value is 143.
RGB:
(245,196,143)
(96%,77%,56%)

RGB channels and saturation

R 245 of 255 = 96%
G 196 of 255 = 77%
B 143 of 255 = 56%

245
196
143

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

Portions of RGB colors in percentages

R + G + B =
245 + 196 + 143 = 584 (100%)
R 245 of 584 ~ 41.95%
G 196 of 584 ~ 33.56%
B 143 of 584 ~ 24.49%

%41.95
%33.56
%24.49

CMYK color model

#F5C48F color CMYK value is (0,20,42,4).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 41.63%
  • key color value is 3.92%
CMYK:
(0,20,42,4)
C0M20Y42K4 
(0%,20%,42%,4%)
(0.00/0.20/0.42/0.04)	

CMYK percentages

%0
%20
%41.63
%3.92

Codes

Color #F5C48F in popluar color models

F5C48F
RGB245196143
HSL31°83.61%76.08%
HSB/HSV31°41.63%96.08%
CMYK0.00%20.00%41.63%
3.92%

Color #F5C48F in popluar number systems.

HEXF5C48F
Decimal245196143
Binary111101011100010010001111
Octal365304217

Shades and tints

Shades of #F5C48F

#F5C48F
(245,196,143)
#DFB382
(223,179,130)
#C9A275
(201,162,117)
#B39168
(179,145,104)
#9D805B
(157,128,91)
#876F4E
(135,111,78)
#715E41
(113,94,65)
#5B4D34
(91,77,52)
#453C27
(69,60,39)
#2F2B1A
(47,43,26)
#191A0D
(25,26,13)
#000000
(0,0,0)

Tints of #F5C48F

#F5C48F
(245,196,143)
#F5C999
(245,201,153)
#F5CEA3
(245,206,163)
#F5D3AD
(245,211,173)
#F5D8B7
(245,216,183)
#F5DDC1
(245,221,193)
#F5E2CB
(245,226,203)
#F5E7D5
(245,231,213)
#F5ECDF
(245,236,223)
#F5F1E9
(245,241,233)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5C48F color. Also use rgb(245,196,143) instead hex code.

Text Font Color

.myTextColor { color: #F5C48F; }

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

This text font color is #F5C48F.


Background Color

.myBgColor { background-color: #F5C48F; }

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

This div background color is #F5C48F.


Border color

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

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

This div border color is #F5C48F.


Opacity

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

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

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

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

This text has shadow with #F5C48F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5C48F on black background.


Color preview on white background

This text has color #F5C48F on white background.



Black color preview on #F5C48F background

This text has black color on #F5C48F background.


White color preview on #F5C48F background

This text has white color on #F5C48F background.