COLOR #F4CF9F

HEX: #F4CF9F
RGB: (244,207,159)

Color info

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

RGB color model

#F4CF9F color RGB value is (244,207,159).

  • red value is 244;
  • green value is 207;
  • blue value is 159.
RGB: (244,207,159) (96%,81%,62%)

RGB channels and saturation

R 244 of 255 = 96%
G 207 of 255 = 81%
B 159 of 255 = 62%

244
207
159

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

Portions of RGB colors in percentages

R + G + B =
244 + 207 + 159 = 610 (100%)
R 244 of 610 ~ 40%
G 207 of 610 ~ 33.93%
B 159 of 610 ~ 26.07%

%40
%33.93
%26.07

CMYK color model

#F4CF9F color CMYK value is (0,15,35,4).

  • cyan value is 0.00%
  • magenta value is 15.16%
  • yellow value is 34.84%
  • key color value is 4.31%
CMYK: (0,15,35,4) C0M15Y35K4 (0%,15%,35%,4%) (0.00/0.15/0.35/0.04)

CMYK percentages

%0
%15.16
%34.84
%4.31

Codes

Color #F4CF9F in popluar color models

F4CF9F
RGB244207159
HSL34°79.44%79.02%
HSB/HSV34°34.84%95.69%
CMYK0.00%15.16%34.84%
4.31%

Color #F4CF9F in popluar number systems.

HEXF4CF9F
Decimal244207159
Binary111101001100111110011111
Octal364317237

Shades and tints

Shades of #F4CF9F

#F4CF9F
(244,207,159)
#DEBD91
(222,189,145)
#C8AB83
(200,171,131)
#B29975
(178,153,117)
#9C8767
(156,135,103)
#867559
(134,117,89)
#70634B
(112,99,75)
#5A513D
(90,81,61)
#443F2F
(68,63,47)
#2E2D21
(46,45,33)
#181B13
(24,27,19)
#000000
(0,0,0)

Tints of #F4CF9F

#F4CF9F
(244,207,159)
#F5D3A7
(245,211,167)
#F6D7AF
(246,215,175)
#F7DBB7
(247,219,183)
#F8DFBF
(248,223,191)
#F9E3C7
(249,227,199)
#FAE7CF
(250,231,207)
#FBEBD7
(251,235,215)
#FCEFDF
(252,239,223)
#FDF3E7
(253,243,231)
#FEF7EF
(254,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4CF9F color. Also use rgb(244,207,159) instead hex code.

Text Font Color

.myTextColor { color: #F4CF9F; }

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

This text font color is #F4CF9F.


Background Color

.myBgColor { background-color: #F4CF9F; }

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

This div background color is #F4CF9F.


Border color

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

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

This div border color is #F4CF9F.


Opacity

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

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

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

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

This text has shadow with #F4CF9F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #F4CF9F on black background.


Color preview on white background

This text has color #F4CF9F on white background.



Black color preview on #F4CF9F background

This text has black color on #F4CF9F background.


White color preview on #F4CF9F background

This text has white color on #F4CF9F background.