COLOR #F4C4A1

HEX: #F4C4A1 RGB: (244,196,161)

Color info

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

RGB color model

#F4C4A1 color RGB value is (244,196,161).

RGB: (244,196,161) (96%, 77%, 63%)

RGB channels and saturation

R 244 of 255 = 96%
G 196 of 255 = 77%
B 161 of 255 = 63%

244
196
161

R + G + B ~ 79%. #F4C4A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 244 + 196 + 161 = 601 (100%)
R 244 of 601 ~ 40.6%
G 196 of 601 ~ 32.61%
B 161 of 601 ~ 26.79'%

%40.6
%32.61
%26.79

CMYK color model

#F4C4A1 color CMYK value is (0,20,34,4).

  • cyan value is 0.00%
  • magenta value is 19.67%
  • yellow value is 34.02%
  • key color value is 4.31%

CMYK: (0,20,34,4)
C0M20Y34K4 (0%, 20%, 34%, 4%)
(0.00 / 0.20 / 0.34 / 0.04)

CMYK percentages

%0
%19.67
%34.02
%4.31

Codes

Color #F4C4A1 in popluar color models

F4 C4 A1
RGB 244 196 161
HSL 25° 79.05% 79.41%
HSB/HSV 25° 34.02% 95.69%
CMYK 0.00% 19.67% 34.02%
4.31%

Color #F4C4A1 in popluar number systems.

HEX F4 C4 A1
Decimal 244 196 161
Binary 11110100 11000100 10100001
Octal 364 304 241

Shades and tints

Shades of #F4C4A1

#F4C4A1
(244,196,161)
#DEB393
(222,179,147)
#C8A285
(200,162,133)
#B29177
(178,145,119)
#9C8069
(156,128,105)
#866F5B
(134,111,91)
#705E4D
(112,94,77)
#5A4D3F
(90,77,63)
#443C31
(68,60,49)
#2E2B23
(46,43,35)
#181A15
(24,26,21)
#000000
(0,0,0)

Tints of #F4C4A1

#F4C4A1
(244,196,161)
#F5C9A9
(245,201,169)
#F6CEB1
(246,206,177)
#F7D3B9
(247,211,185)
#F8D8C1
(248,216,193)
#F9DDC9
(249,221,201)
#FAE2D1
(250,226,209)
#FBE7D9
(251,231,217)
#FCECE1
(252,236,225)
#FDF1E9
(253,241,233)
#FEF6F1
(254,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4C4A1; }

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

This text font color is #F4C4A1.

Background Color

.myBgColor { background-color: #F4C4A1; }

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

This div background color is #F4C4A1.

Border color

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

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

This div border color is #F4C4A1.

Opacity

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

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

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

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

This text has shadow with #F4C4A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4C4A1.

Preview

Color preview on black background

This text has color #F4C4A1 on black background.


Color preview on white background

This text has color #F4C4A1 on white background.


Black color preview on #F4C4A1 background

This text has black color on #F4C4A1 background.


White color preview on #F4C4A1 background

This text has white color on #F4C4A1 background.


Related colors

Complementary color

Complementary color for #hex is #0B3B5E.


I love getcolorcode.com

Triadic colors

1 #A1F4C4 and #C4A1F4 with #F4C4A1 are triadic colors.

2 #A1C4F4 and #C4F4A1 with #F4C4A1 are triadic colors.