COLOR #F4CCA1

HEX: #F4CCA1
RGB: (244,204,161)

Color info

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

RGB color model

#F4CCA1 color RGB value is (244,204,161).

  • red value is 244;
  • green value is 204;
  • blue value is 161.
RGB:
(244,204,161)
(96%,80%,63%)

RGB channels and saturation

R 244 of 255 = 96%
G 204 of 255 = 80%
B 161 of 255 = 63%

244
204
161

R + G + B ~ 80%. #F4CCA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 204 + 161 = 609 (100%)
R 244 of 609 ~ 40.07%
G 204 of 609 ~ 33.5%
B 161 of 609 ~ 26.44%

%40.07
%33.5
%26.44

CMYK color model

#F4CCA1 color CMYK value is (0,16,34,4).

  • cyan value is 0.00%
  • magenta value is 16.39%
  • yellow value is 34.02%
  • key color value is 4.31%
CMYK:
(0,16,34,4)
C0M16Y34K4 
(0%,16%,34%,4%)
(0.00/0.16/0.34/0.04)	

CMYK percentages

%0
%16.39
%34.02
%4.31

Codes

Color #F4CCA1 in popluar color models

F4CCA1
RGB244204161
HSL31°79.05%79.41%
HSB/HSV31°34.02%95.69%
CMYK0.00%16.39%34.02%
4.31%

Color #F4CCA1 in popluar number systems.

HEXF4CCA1
Decimal244204161
Binary111101001100110010100001
Octal364314241

Shades and tints

Shades of #F4CCA1

#F4CCA1
(244,204,161)
#DEBA93
(222,186,147)
#C8A885
(200,168,133)
#B29677
(178,150,119)
#9C8469
(156,132,105)
#86725B
(134,114,91)
#70604D
(112,96,77)
#5A4E3F
(90,78,63)
#443C31
(68,60,49)
#2E2A23
(46,42,35)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #F4CCA1

#F4CCA1
(244,204,161)
#F5D0A9
(245,208,169)
#F6D4B1
(246,212,177)
#F7D8B9
(247,216,185)
#F8DCC1
(248,220,193)
#F9E0C9
(249,224,201)
#FAE4D1
(250,228,209)
#FBE8D9
(251,232,217)
#FCECE1
(252,236,225)
#FDF0E9
(253,240,233)
#FEF4F1
(254,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4CCA1; }

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

This text font color is #F4CCA1.


Background Color

.myBgColor { background-color: #F4CCA1; }

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

This div background color is #F4CCA1.


Border color

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

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

This div border color is #F4CCA1.


Opacity

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

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

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

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

This text has shadow with #F4CCA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4CCA1 on black background.


Color preview on white background

This text has color #F4CCA1 on white background.



Black color preview on #F4CCA1 background

This text has black color on #F4CCA1 background.


White color preview on #F4CCA1 background

This text has white color on #F4CCA1 background.