COLOR #F4C48F

HEX: #F4C48F
RGB: (244,196,143)

Color info

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

RGB color model

#F4C48F color RGB value is (244,196,143).

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

RGB channels and saturation

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

244
196
143

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

Portions of RGB colors in percentages

R + G + B =
244 + 196 + 143 = 583 (100%)
R 244 of 583 ~ 41.85%
G 196 of 583 ~ 33.62%
B 143 of 583 ~ 24.53%

%41.85
%33.62
%24.53

CMYK color model

#F4C48F color CMYK value is (0,20,41,4).

  • cyan value is 0.00%
  • magenta value is 19.67%
  • yellow value is 41.39%
  • key color value is 4.31%
CMYK:
(0,20,41,4)
C0M20Y41K4 
(0%,20%,41%,4%)
(0.00/0.20/0.41/0.04)	

CMYK percentages

%0
%19.67
%41.39
%4.31

Codes

Color #F4C48F in popluar color models

F4C48F
RGB244196143
HSL31°82.11%75.88%
HSB/HSV31°41.39%95.69%
CMYK0.00%19.67%41.39%
4.31%

Color #F4C48F in popluar number systems.

HEXF4C48F
Decimal244196143
Binary111101001100010010001111
Octal364304217

Shades and tints

Shades of #F4C48F

#F4C48F
(244,196,143)
#DEB382
(222,179,130)
#C8A275
(200,162,117)
#B29168
(178,145,104)
#9C805B
(156,128,91)
#866F4E
(134,111,78)
#705E41
(112,94,65)
#5A4D34
(90,77,52)
#443C27
(68,60,39)
#2E2B1A
(46,43,26)
#181A0D
(24,26,13)
#000000
(0,0,0)

Tints of #F4C48F

#F4C48F
(244,196,143)
#F5C999
(245,201,153)
#F6CEA3
(246,206,163)
#F7D3AD
(247,211,173)
#F8D8B7
(248,216,183)
#F9DDC1
(249,221,193)
#FAE2CB
(250,226,203)
#FBE7D5
(251,231,213)
#FCECDF
(252,236,223)
#FDF1E9
(253,241,233)
#FEF6F3
(254,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4C48F; }

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

This text font color is #F4C48F.


Background Color

.myBgColor { background-color: #F4C48F; }

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

This div background color is #F4C48F.


Border color

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

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

This div border color is #F4C48F.


Opacity

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

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

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

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

This text has shadow with #F4C48F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4C48F on black background.


Color preview on white background

This text has color #F4C48F on white background.



Black color preview on #F4C48F background

This text has black color on #F4C48F background.


White color preview on #F4C48F background

This text has white color on #F4C48F background.