COLOR #F2DF95

HEX: #F2DF95
RGB: (242,223,149)

Color info

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

RGB color model

#F2DF95 color RGB value is (242,223,149).

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

RGB channels and saturation

R 242 of 255 = 95%
G 223 of 255 = 87%
B 149 of 255 = 58%

242
223
149

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

Portions of RGB colors in percentages

R + G + B =
242 + 223 + 149 = 614 (100%)
R 242 of 614 ~ 39.41%
G 223 of 614 ~ 36.32%
B 149 of 614 ~ 24.27%

%39.41
%36.32
%24.27

CMYK color model

#F2DF95 color CMYK value is (0,8,38,5).

  • cyan value is 0.00%
  • magenta value is 7.85%
  • yellow value is 38.43%
  • key color value is 5.10%
CMYK:
(0,8,38,5)
C0M8Y38K5 
(0%,8%,38%,5%)
(0.00/0.08/0.38/0.05)	

CMYK percentages

%0
%7.85
%38.43
%5.1

Codes

Color #F2DF95 in popluar color models

F2DF95
RGB242223149
HSL48°78.15%76.67%
HSB/HSV48°38.43%94.90%
CMYK0.00%7.85%38.43%
5.10%

Color #F2DF95 in popluar number systems.

HEXF2DF95
Decimal242223149
Binary111100101101111110010101
Octal362337225

Shades and tints

Shades of #F2DF95

#F2DF95
(242,223,149)
#DCCB88
(220,203,136)
#C6B77B
(198,183,123)
#B0A36E
(176,163,110)
#9A8F61
(154,143,97)
#847B54
(132,123,84)
#6E6747
(110,103,71)
#58533A
(88,83,58)
#423F2D
(66,63,45)
#2C2B20
(44,43,32)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #F2DF95

#F2DF95
(242,223,149)
#F3E19E
(243,225,158)
#F4E3A7
(244,227,167)
#F5E5B0
(245,229,176)
#F6E7B9
(246,231,185)
#F7E9C2
(247,233,194)
#F8EBCB
(248,235,203)
#F9EDD4
(249,237,212)
#FAEFDD
(250,239,221)
#FBF1E6
(251,241,230)
#FCF3EF
(252,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2DF95; }

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

This text font color is #F2DF95.


Background Color

.myBgColor { background-color: #F2DF95; }

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

This div background color is #F2DF95.


Border color

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

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

This div border color is #F2DF95.


Opacity

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

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

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

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

This text has shadow with #F2DF95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2DF95 on black background.


Color preview on white background

This text has color #F2DF95 on white background.



Black color preview on #F2DF95 background

This text has black color on #F2DF95 background.


White color preview on #F2DF95 background

This text has white color on #F2DF95 background.