COLOR #F2D0A1

HEX: #F2D0A1
RGB: (242,208,161)

Color info

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

RGB color model

#F2D0A1 color RGB value is (242,208,161).

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

RGB channels and saturation

R 242 of 255 = 95%
G 208 of 255 = 82%
B 161 of 255 = 63%

242
208
161

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

Portions of RGB colors in percentages

R + G + B =
242 + 208 + 161 = 611 (100%)
R 242 of 611 ~ 39.61%
G 208 of 611 ~ 34.04%
B 161 of 611 ~ 26.35%

%39.61
%34.04
%26.35

CMYK color model

#F2D0A1 color CMYK value is (0,14,33,5).

  • cyan value is 0.00%
  • magenta value is 14.05%
  • yellow value is 33.47%
  • key color value is 5.10%
CMYK:
(0,14,33,5)
C0M14Y33K5 
(0%,14%,33%,5%)
(0.00/0.14/0.33/0.05)	

CMYK percentages

%0
%14.05
%33.47
%5.1

Codes

Color #F2D0A1 in popluar color models

F2D0A1
RGB242208161
HSL35°75.70%79.02%
HSB/HSV35°33.47%94.90%
CMYK0.00%14.05%33.47%
5.10%

Color #F2D0A1 in popluar number systems.

HEXF2D0A1
Decimal242208161
Binary111100101101000010100001
Octal362320241

Shades and tints

Shades of #F2D0A1

#F2D0A1
(242,208,161)
#DCBE93
(220,190,147)
#C6AC85
(198,172,133)
#B09A77
(176,154,119)
#9A8869
(154,136,105)
#84765B
(132,118,91)
#6E644D
(110,100,77)
#58523F
(88,82,63)
#424031
(66,64,49)
#2C2E23
(44,46,35)
#161C15
(22,28,21)
#000000
(0,0,0)

Tints of #F2D0A1

#F2D0A1
(242,208,161)
#F3D4A9
(243,212,169)
#F4D8B1
(244,216,177)
#F5DCB9
(245,220,185)
#F6E0C1
(246,224,193)
#F7E4C9
(247,228,201)
#F8E8D1
(248,232,209)
#F9ECD9
(249,236,217)
#FAF0E1
(250,240,225)
#FBF4E9
(251,244,233)
#FCF8F1
(252,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2D0A1; }

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

This text font color is #F2D0A1.


Background Color

.myBgColor { background-color: #F2D0A1; }

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

This div background color is #F2D0A1.


Border color

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

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

This div border color is #F2D0A1.


Opacity

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

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

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

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

This text has shadow with #F2D0A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2D0A1 on black background.


Color preview on white background

This text has color #F2D0A1 on white background.



Black color preview on #F2D0A1 background

This text has black color on #F2D0A1 background.


White color preview on #F2D0A1 background

This text has white color on #F2D0A1 background.