COLOR #F2D188

HEX: #F2D188
RGB: (242,209,136)

Color info

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

RGB color model

#F2D188 color RGB value is (242,209,136).

  • red value is 242;
  • green value is 209;
  • blue value is 136.
RGB:
(242,209,136)
(95%,82%,53%)

RGB channels and saturation

R 242 of 255 = 95%
G 209 of 255 = 82%
B 136 of 255 = 53%

242
209
136

R + G + B ~ 77%. #F2D188 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 209 + 136 = 587 (100%)
R 242 of 587 ~ 41.23%
G 209 of 587 ~ 35.6%
B 136 of 587 ~ 23.17%

%41.23
%35.6
%23.17

CMYK color model

#F2D188 color CMYK value is (0,14,44,5).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 43.80%
  • key color value is 5.10%
CMYK:
(0,14,44,5)
C0M14Y44K5 
(0%,14%,44%,5%)
(0.00/0.14/0.44/0.05)	

CMYK percentages

%0
%13.64
%43.8
%5.1

Codes

Color #F2D188 in popluar color models

F2D188
RGB242209136
HSL41°80.30%74.12%
HSB/HSV41°43.80%94.90%
CMYK0.00%13.64%43.80%
5.10%

Color #F2D188 in popluar number systems.

HEXF2D188
Decimal242209136
Binary111100101101000110001000
Octal362321210

Shades and tints

Shades of #F2D188

#F2D188
(242,209,136)
#DCBE7C
(220,190,124)
#C6AB70
(198,171,112)
#B09864
(176,152,100)
#9A8558
(154,133,88)
#84724C
(132,114,76)
#6E5F40
(110,95,64)
#584C34
(88,76,52)
#423928
(66,57,40)
#2C261C
(44,38,28)
#161310
(22,19,16)
#000000
(0,0,0)

Tints of #F2D188

#F2D188
(242,209,136)
#F3D592
(243,213,146)
#F4D99C
(244,217,156)
#F5DDA6
(245,221,166)
#F6E1B0
(246,225,176)
#F7E5BA
(247,229,186)
#F8E9C4
(248,233,196)
#F9EDCE
(249,237,206)
#FAF1D8
(250,241,216)
#FBF5E2
(251,245,226)
#FCF9EC
(252,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2D188 color. Also use rgb(242,209,136) instead hex code.

Text Font Color

.myTextColor { color: #F2D188; }

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

This text font color is #F2D188.


Background Color

.myBgColor { background-color: #F2D188; }

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

This div background color is #F2D188.


Border color

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

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

This div border color is #F2D188.


Opacity

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

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

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

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

This text has shadow with #F2D188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2D188 on black background.


Color preview on white background

This text has color #F2D188 on white background.



Black color preview on #F2D188 background

This text has black color on #F2D188 background.


White color preview on #F2D188 background

This text has white color on #F2D188 background.