COLOR #F2D096

HEX: #F2D096
RGB: (242,208,150)

Color info

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

RGB color model

#F2D096 color RGB value is (242,208,150).

  • red value is 242;
  • green value is 208;
  • blue value is 150.
RGB:
(242,208,150)
(95%,82%,59%)

RGB channels and saturation

R 242 of 255 = 95%
G 208 of 255 = 82%
B 150 of 255 = 59%

242
208
150

R + G + B ~ 79%. #F2D096 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 208 + 150 = 600 (100%)
R 242 of 600 ~ 40.33%
G 208 of 600 ~ 34.67%
B 150 of 600 ~ 25%

%40.33
%34.67
%25

CMYK color model

#F2D096 color CMYK value is (0,14,38,5).

  • cyan value is 0.00%
  • magenta value is 14.05%
  • yellow value is 38.02%
  • key color value is 5.10%
CMYK:
(0,14,38,5)
C0M14Y38K5 
(0%,14%,38%,5%)
(0.00/0.14/0.38/0.05)	

CMYK percentages

%0
%14.05
%38.02
%5.1

Codes

Color #F2D096 in popluar color models

F2D096
RGB242208150
HSL38°77.97%76.86%
HSB/HSV38°38.02%94.90%
CMYK0.00%14.05%38.02%
5.10%

Color #F2D096 in popluar number systems.

HEXF2D096
Decimal242208150
Binary111100101101000010010110
Octal362320226

Shades and tints

Shades of #F2D096

#F2D096
(242,208,150)
#DCBE89
(220,190,137)
#C6AC7C
(198,172,124)
#B09A6F
(176,154,111)
#9A8862
(154,136,98)
#847655
(132,118,85)
#6E6448
(110,100,72)
#58523B
(88,82,59)
#42402E
(66,64,46)
#2C2E21
(44,46,33)
#161C14
(22,28,20)
#000000
(0,0,0)

Tints of #F2D096

#F2D096
(242,208,150)
#F3D49F
(243,212,159)
#F4D8A8
(244,216,168)
#F5DCB1
(245,220,177)
#F6E0BA
(246,224,186)
#F7E4C3
(247,228,195)
#F8E8CC
(248,232,204)
#F9ECD5
(249,236,213)
#FAF0DE
(250,240,222)
#FBF4E7
(251,244,231)
#FCF8F0
(252,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2D096 color. Also use rgb(242,208,150) instead hex code.

Text Font Color

.myTextColor { color: #F2D096; }

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

This text font color is #F2D096.


Background Color

.myBgColor { background-color: #F2D096; }

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

This div background color is #F2D096.


Border color

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

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

This div border color is #F2D096.


Opacity

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

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

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

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

This text has shadow with #F2D096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2D096 on black background.


Color preview on white background

This text has color #F2D096 on white background.



Black color preview on #F2D096 background

This text has black color on #F2D096 background.


White color preview on #F2D096 background

This text has white color on #F2D096 background.