COLOR #F2DD7C

HEX: #F2DD7C
RGB: (242,221,124)

Color info

#F2DD7C contains mainly red and green colors. Web safe color of #F2DD7C is #FFCC66 (or #FC6).

RGB color model

#F2DD7C color RGB value is (242,221,124).

  • red value is 242;
  • green value is 221;
  • blue value is 124.
RGB:
(242,221,124)
(95%,87%,49%)

RGB channels and saturation

R 242 of 255 = 95%
G 221 of 255 = 87%
B 124 of 255 = 49%

242
221
124

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

Portions of RGB colors in percentages

R + G + B =
242 + 221 + 124 = 587 (100%)
R 242 of 587 ~ 41.23%
G 221 of 587 ~ 37.65%
B 124 of 587 ~ 21.12%

%41.23
%37.65
%21.12

CMYK color model

#F2DD7C color CMYK value is (0,9,49,5).

  • cyan value is 0.00%
  • magenta value is 8.68%
  • yellow value is 48.76%
  • key color value is 5.10%
CMYK:
(0,9,49,5)
C0M9Y49K5 
(0%,9%,49%,5%)
(0.00/0.09/0.49/0.05)	

CMYK percentages

%0
%8.68
%48.76
%5.1

Codes

Color #F2DD7C in popluar color models

F2DD7C
RGB242221124
HSL49°81.94%71.76%
HSB/HSV49°48.76%94.90%
CMYK0.00%8.68%48.76%
5.10%

Color #F2DD7C in popluar number systems.

HEXF2DD7C
Decimal242221124
Binary11110010110111011111100
Octal362335174

Shades and tints

Shades of #F2DD7C

#F2DD7C
(242,221,124)
#DCC971
(220,201,113)
#C6B566
(198,181,102)
#B0A15B
(176,161,91)
#9A8D50
(154,141,80)
#847945
(132,121,69)
#6E653A
(110,101,58)
#58512F
(88,81,47)
#423D24
(66,61,36)
#2C2919
(44,41,25)
#16150E
(22,21,14)
#000000
(0,0,0)

Tints of #F2DD7C

#F2DD7C
(242,221,124)
#F3E087
(243,224,135)
#F4E392
(244,227,146)
#F5E69D
(245,230,157)
#F6E9A8
(246,233,168)
#F7ECB3
(247,236,179)
#F8EFBE
(248,239,190)
#F9F2C9
(249,242,201)
#FAF5D4
(250,245,212)
#FBF8DF
(251,248,223)
#FCFBEA
(252,251,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2DD7C color. Also use rgb(242,221,124) instead hex code.

Text Font Color

.myTextColor { color: #F2DD7C; }

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

This text font color is #F2DD7C.


Background Color

.myBgColor { background-color: #F2DD7C; }

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

This div background color is #F2DD7C.


Border color

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

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

This div border color is #F2DD7C.


Opacity

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

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

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

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

This text has shadow with #F2DD7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2DD7C on black background.


Color preview on white background

This text has color #F2DD7C on white background.



Black color preview on #F2DD7C background

This text has black color on #F2DD7C background.


White color preview on #F2DD7C background

This text has white color on #F2DD7C background.