COLOR #F4C7A3

HEX: #F4C7A3 RGB: (244,199,163)

Color info

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

RGB color model

#F4C7A3 color RGB value is (244,199,163).

RGB: (244,199,163) (96%, 78%, 64%)

RGB channels and saturation

R 244 of 255 = 96%
G 199 of 255 = 78%
B 163 of 255 = 64%

244
199
163

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

Portions of RGB colors in percentages

R + G + B = 244 + 199 + 163 = 606 (100%)
R 244 of 606 ~ 40.26%
G 199 of 606 ~ 32.84%
B 163 of 606 ~ 26.9'%

%40.26
%32.84
%26.9

CMYK color model

#F4C7A3 color CMYK value is (0,18,33,4).

  • cyan value is 0.00%
  • magenta value is 18.44%
  • yellow value is 33.20%
  • key color value is 4.31%

CMYK: (0,18,33,4)
C0M18Y33K4 (0%, 18%, 33%, 4%)
(0.00 / 0.18 / 0.33 / 0.04)

CMYK percentages

%0
%18.44
%33.2
%4.31

Codes

Color #F4C7A3 in popluar color models

F4 C7 A3
RGB 244 199 163
HSL 27° 78.64% 79.80%
HSB/HSV 27° 33.20% 95.69%
CMYK 0.00% 18.44% 33.20%
4.31%

Color #F4C7A3 in popluar number systems.

HEX F4 C7 A3
Decimal 244 199 163
Binary 11110100 11000111 10100011
Octal 364 307 243

Shades and tints

Shades of #F4C7A3

#F4C7A3
(244,199,163)
#DEB595
(222,181,149)
#C8A387
(200,163,135)
#B29179
(178,145,121)
#9C7F6B
(156,127,107)
#866D5D
(134,109,93)
#705B4F
(112,91,79)
#5A4941
(90,73,65)
#443733
(68,55,51)
#2E2525
(46,37,37)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #F4C7A3

#F4C7A3
(244,199,163)
#F5CCAB
(245,204,171)
#F6D1B3
(246,209,179)
#F7D6BB
(247,214,187)
#F8DBC3
(248,219,195)
#F9E0CB
(249,224,203)
#FAE5D3
(250,229,211)
#FBEADB
(251,234,219)
#FCEFE3
(252,239,227)
#FDF4EB
(253,244,235)
#FEF9F3
(254,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4C7A3 color. Also use rgb(244,199,163) instead hex code.

Text Font Color

.myTextColor { color: #F4C7A3; }

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

This text font color is #F4C7A3.

Background Color

.myBgColor { background-color: #F4C7A3; }

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

This div background color is #F4C7A3.

Border color

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

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

This div border color is #F4C7A3.

Opacity

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

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

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

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

This text has shadow with #F4C7A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4C7A3.

Preview

Color preview on black background

This text has color #F4C7A3 on black background.


Color preview on white background

This text has color #F4C7A3 on white background.


Black color preview on #F4C7A3 background

This text has black color on #F4C7A3 background.


White color preview on #F4C7A3 background

This text has white color on #F4C7A3 background.


Related colors

Complementary color

Complementary color for #hex is #0B385C.


I love getcolorcode.com

Triadic colors

1 #A3F4C7 and #C7A3F4 with #F4C7A3 are triadic colors.

2 #A3C7F4 and #C7F4A3 with #F4C7A3 are triadic colors.