COLOR #F2D79F

HEX: #F2D79F
RGB: (242,215,159)

Color info

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

RGB color model

#F2D79F color RGB value is (242,215,159).

  • red value is 242;
  • green value is 215;
  • blue value is 159.
RGB:
(242,215,159)
(95%,84%,62%)

RGB channels and saturation

R 242 of 255 = 95%
G 215 of 255 = 84%
B 159 of 255 = 62%

242
215
159

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

Portions of RGB colors in percentages

R + G + B =
242 + 215 + 159 = 616 (100%)
R 242 of 616 ~ 39.29%
G 215 of 616 ~ 34.9%
B 159 of 616 ~ 25.81%

%39.29
%34.9
%25.81

CMYK color model

#F2D79F color CMYK value is (0,11,34,5).

  • cyan value is 0.00%
  • magenta value is 11.16%
  • yellow value is 34.30%
  • key color value is 5.10%
CMYK:
(0,11,34,5)
C0M11Y34K5 
(0%,11%,34%,5%)
(0.00/0.11/0.34/0.05)	

CMYK percentages

%0
%11.16
%34.3
%5.1

Codes

Color #F2D79F in popluar color models

F2D79F
RGB242215159
HSL40°76.15%78.63%
HSB/HSV40°34.30%94.90%
CMYK0.00%11.16%34.30%
5.10%

Color #F2D79F in popluar number systems.

HEXF2D79F
Decimal242215159
Binary111100101101011110011111
Octal362327237

Shades and tints

Shades of #F2D79F

#F2D79F
(242,215,159)
#DCC491
(220,196,145)
#C6B183
(198,177,131)
#B09E75
(176,158,117)
#9A8B67
(154,139,103)
#847859
(132,120,89)
#6E654B
(110,101,75)
#58523D
(88,82,61)
#423F2F
(66,63,47)
#2C2C21
(44,44,33)
#161913
(22,25,19)
#000000
(0,0,0)

Tints of #F2D79F

#F2D79F
(242,215,159)
#F3DAA7
(243,218,167)
#F4DDAF
(244,221,175)
#F5E0B7
(245,224,183)
#F6E3BF
(246,227,191)
#F7E6C7
(247,230,199)
#F8E9CF
(248,233,207)
#F9ECD7
(249,236,215)
#FAEFDF
(250,239,223)
#FBF2E7
(251,242,231)
#FCF5EF
(252,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2D79F color. Also use rgb(242,215,159) instead hex code.

Text Font Color

.myTextColor { color: #F2D79F; }

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

This text font color is #F2D79F.


Background Color

.myBgColor { background-color: #F2D79F; }

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

This div background color is #F2D79F.


Border color

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

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

This div border color is #F2D79F.


Opacity

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

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

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

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

This text has shadow with #F2D79F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2D79F on black background.


Color preview on white background

This text has color #F2D79F on white background.



Black color preview on #F2D79F background

This text has black color on #F2D79F background.


White color preview on #F2D79F background

This text has white color on #F2D79F background.