COLOR #F4CA96

HEX: #F4CA96
RGB: (244,202,150)

Color info

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

RGB color model

#F4CA96 color RGB value is (244,202,150).

  • red value is 244;
  • green value is 202;
  • blue value is 150.
RGB:
(244,202,150)
(96%,79%,59%)

RGB channels and saturation

R 244 of 255 = 96%
G 202 of 255 = 79%
B 150 of 255 = 59%

244
202
150

R + G + B ~ 78%. #F4CA96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 202 + 150 = 596 (100%)
R 244 of 596 ~ 40.94%
G 202 of 596 ~ 33.89%
B 150 of 596 ~ 25.17%

%40.94
%33.89
%25.17

CMYK color model

#F4CA96 color CMYK value is (0,17,39,4).

  • cyan value is 0.00%
  • magenta value is 17.21%
  • yellow value is 38.52%
  • key color value is 4.31%
CMYK:
(0,17,39,4)
C0M17Y39K4 
(0%,17%,39%,4%)
(0.00/0.17/0.39/0.04)	

CMYK percentages

%0
%17.21
%38.52
%4.31

Codes

Color #F4CA96 in popluar color models

F4CA96
RGB244202150
HSL33°81.03%77.25%
HSB/HSV33°38.52%95.69%
CMYK0.00%17.21%38.52%
4.31%

Color #F4CA96 in popluar number systems.

HEXF4CA96
Decimal244202150
Binary111101001100101010010110
Octal364312226

Shades and tints

Shades of #F4CA96

#F4CA96
(244,202,150)
#DEB889
(222,184,137)
#C8A67C
(200,166,124)
#B2946F
(178,148,111)
#9C8262
(156,130,98)
#867055
(134,112,85)
#705E48
(112,94,72)
#5A4C3B
(90,76,59)
#443A2E
(68,58,46)
#2E2821
(46,40,33)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #F4CA96

#F4CA96
(244,202,150)
#F5CE9F
(245,206,159)
#F6D2A8
(246,210,168)
#F7D6B1
(247,214,177)
#F8DABA
(248,218,186)
#F9DEC3
(249,222,195)
#FAE2CC
(250,226,204)
#FBE6D5
(251,230,213)
#FCEADE
(252,234,222)
#FDEEE7
(253,238,231)
#FEF2F0
(254,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4CA96 color. Also use rgb(244,202,150) instead hex code.

Text Font Color

.myTextColor { color: #F4CA96; }

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

This text font color is #F4CA96.


Background Color

.myBgColor { background-color: #F4CA96; }

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

This div background color is #F4CA96.


Border color

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

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

This div border color is #F4CA96.


Opacity

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

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

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

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

This text has shadow with #F4CA96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4CA96 on black background.


Color preview on white background

This text has color #F4CA96 on white background.



Black color preview on #F4CA96 background

This text has black color on #F4CA96 background.


White color preview on #F4CA96 background

This text has white color on #F4CA96 background.