COLOR #F2DC95

HEX: #F2DC95
RGB: (242,220,149)

Color info

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

RGB color model

#F2DC95 color RGB value is (242,220,149).

  • red value is 242;
  • green value is 220;
  • blue value is 149.
RGB:
(242,220,149)
(95%,86%,58%)

RGB channels and saturation

R 242 of 255 = 95%
G 220 of 255 = 86%
B 149 of 255 = 58%

242
220
149

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

Portions of RGB colors in percentages

R + G + B =
242 + 220 + 149 = 611 (100%)
R 242 of 611 ~ 39.61%
G 220 of 611 ~ 36.01%
B 149 of 611 ~ 24.39%

%39.61
%36.01
%24.39

CMYK color model

#F2DC95 color CMYK value is (0,9,38,5).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 38.43%
  • key color value is 5.10%
CMYK:
(0,9,38,5)
C0M9Y38K5 
(0%,9%,38%,5%)
(0.00/0.09/0.38/0.05)	

CMYK percentages

%0
%9.09
%38.43
%5.1

Codes

Color #F2DC95 in popluar color models

F2DC95
RGB242220149
HSL46°78.15%76.67%
HSB/HSV46°38.43%94.90%
CMYK0.00%9.09%38.43%
5.10%

Color #F2DC95 in popluar number systems.

HEXF2DC95
Decimal242220149
Binary111100101101110010010101
Octal362334225

Shades and tints

Shades of #F2DC95

#F2DC95
(242,220,149)
#DCC888
(220,200,136)
#C6B47B
(198,180,123)
#B0A06E
(176,160,110)
#9A8C61
(154,140,97)
#847854
(132,120,84)
#6E6447
(110,100,71)
#58503A
(88,80,58)
#423C2D
(66,60,45)
#2C2820
(44,40,32)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #F2DC95

#F2DC95
(242,220,149)
#F3DF9E
(243,223,158)
#F4E2A7
(244,226,167)
#F5E5B0
(245,229,176)
#F6E8B9
(246,232,185)
#F7EBC2
(247,235,194)
#F8EECB
(248,238,203)
#F9F1D4
(249,241,212)
#FAF4DD
(250,244,221)
#FBF7E6
(251,247,230)
#FCFAEF
(252,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2DC95 color. Also use rgb(242,220,149) instead hex code.

Text Font Color

.myTextColor { color: #F2DC95; }

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

This text font color is #F2DC95.


Background Color

.myBgColor { background-color: #F2DC95; }

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

This div background color is #F2DC95.


Border color

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

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

This div border color is #F2DC95.


Opacity

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

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

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

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

This text has shadow with #F2DC95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2DC95 on black background.


Color preview on white background

This text has color #F2DC95 on white background.



Black color preview on #F2DC95 background

This text has black color on #F2DC95 background.


White color preview on #F2DC95 background

This text has white color on #F2DC95 background.