COLOR #F2D39C

HEX: #F2D39C RGB: (242,211,156)

Color info

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

RGB color model

#F2D39C color RGB value is (242,211,156).

RGB: (242,211,156) (95%, 83%, 61%)

RGB channels and saturation

R 242 of 255 = 95%
G 211 of 255 = 83%
B 156 of 255 = 61%

242
211
156

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

Portions of RGB colors in percentages

R + G + B = 242 + 211 + 156 = 609 (100%)
R 242 of 609 ~ 39.74%
G 211 of 609 ~ 34.65%
B 156 of 609 ~ 25.62'%

%39.74
%34.65
%25.62

CMYK color model

#F2D39C color CMYK value is (0,13,36,5).

  • cyan value is 0.00%
  • magenta value is 12.81%
  • yellow value is 35.54%
  • key color value is 5.10%

CMYK: (0,13,36,5)
C0M13Y36K5 (0%, 13%, 36%, 5%)
(0.00 / 0.13 / 0.36 / 0.05)

CMYK percentages

%0
%12.81
%35.54
%5.1

Codes

Color #F2D39C in popluar color models

F2 D3 9C
RGB 242 211 156
HSL 38° 76.79% 78.04%
HSB/HSV 38° 35.54% 94.90%
CMYK 0.00% 12.81% 35.54%
5.10%

Color #F2D39C in popluar number systems.

HEX F2 D3 9C
Decimal 242 211 156
Binary 11110010 11010011 10011100
Octal 362 323 234

Shades and tints

Shades of #F2D39C

#F2D39C
(242,211,156)
#DCC08E
(220,192,142)
#C6AD80
(198,173,128)
#B09A72
(176,154,114)
#9A8764
(154,135,100)
#847456
(132,116,86)
#6E6148
(110,97,72)
#584E3A
(88,78,58)
#423B2C
(66,59,44)
#2C281E
(44,40,30)
#161510
(22,21,16)
#000000
(0,0,0)

Tints of #F2D39C

#F2D39C
(242,211,156)
#F3D7A5
(243,215,165)
#F4DBAE
(244,219,174)
#F5DFB7
(245,223,183)
#F6E3C0
(246,227,192)
#F7E7C9
(247,231,201)
#F8EBD2
(248,235,210)
#F9EFDB
(249,239,219)
#FAF3E4
(250,243,228)
#FBF7ED
(251,247,237)
#FCFBF6
(252,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2D39C color. Also use rgb(242,211,156) instead hex code.

Text Font Color

.myTextColor { color: #F2D39C; }

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

This text font color is #F2D39C.

Background Color

.myBgColor { background-color: #F2D39C; }

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

This div background color is #F2D39C.

Border color

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

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

This div border color is #F2D39C.

Opacity

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

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

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

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

This text has shadow with #F2D39C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2D39C.

Preview

Color preview on black background

This text has color #F2D39C on black background.


Color preview on white background

This text has color #F2D39C on white background.


Black color preview on #F2D39C background

This text has black color on #F2D39C background.


White color preview on #F2D39C background

This text has white color on #F2D39C background.


Related colors

Complementary color

Complementary color for #hex is #0D2C63.


I love getcolorcode.com

Triadic colors

1 #9CF2D3 and #D39CF2 with #F2D39C are triadic colors.

2 #9CD3F2 and #D3F29C with #F2D39C are triadic colors.