COLOR #F2DB95

HEX: #F2DB95
RGB: (242,219,149)

Color info

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

RGB color model

#F2DB95 color RGB value is (242,219,149).

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

RGB channels and saturation

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

242
219
149

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

Portions of RGB colors in percentages

R + G + B =
242 + 219 + 149 = 610 (100%)
R 242 of 610 ~ 39.67%
G 219 of 610 ~ 35.9%
B 149 of 610 ~ 24.43%

%39.67
%35.9
%24.43

CMYK color model

#F2DB95 color CMYK value is (0,10,38,5).

  • cyan value is 0.00%
  • magenta value is 9.50%
  • yellow value is 38.43%
  • key color value is 5.10%
CMYK:
(0,10,38,5)
C0M10Y38K5 
(0%,10%,38%,5%)
(0.00/0.10/0.38/0.05)	

CMYK percentages

%0
%9.5
%38.43
%5.1

Codes

Color #F2DB95 in popluar color models

F2DB95
RGB242219149
HSL45°78.15%76.67%
HSB/HSV45°38.43%94.90%
CMYK0.00%9.50%38.43%
5.10%

Color #F2DB95 in popluar number systems.

HEXF2DB95
Decimal242219149
Binary111100101101101110010101
Octal362333225

Shades and tints

Shades of #F2DB95

#F2DB95
(242,219,149)
#DCC888
(220,200,136)
#C6B57B
(198,181,123)
#B0A26E
(176,162,110)
#9A8F61
(154,143,97)
#847C54
(132,124,84)
#6E6947
(110,105,71)
#58563A
(88,86,58)
#42432D
(66,67,45)
#2C3020
(44,48,32)
#161D13
(22,29,19)
#000000
(0,0,0)

Tints of #F2DB95

#F2DB95
(242,219,149)
#F3DE9E
(243,222,158)
#F4E1A7
(244,225,167)
#F5E4B0
(245,228,176)
#F6E7B9
(246,231,185)
#F7EAC2
(247,234,194)
#F8EDCB
(248,237,203)
#F9F0D4
(249,240,212)
#FAF3DD
(250,243,221)
#FBF6E6
(251,246,230)
#FCF9EF
(252,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2DB95; }

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

This text font color is #F2DB95.


Background Color

.myBgColor { background-color: #F2DB95; }

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

This div background color is #F2DB95.


Border color

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

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

This div border color is #F2DB95.


Opacity

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

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

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

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

This text has shadow with #F2DB95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2DB95 on black background.


Color preview on white background

This text has color #F2DB95 on white background.



Black color preview on #F2DB95 background

This text has black color on #F2DB95 background.


White color preview on #F2DB95 background

This text has white color on #F2DB95 background.