COLOR #F2D78C

HEX: #F2D78C
RGB: (242,215,140)

Color info

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

RGB color model

#F2D78C color RGB value is (242,215,140).

  • red value is 242;
  • green value is 215;
  • blue value is 140.
RGB:
(242,215,140)
(95%,84%,55%)

RGB channels and saturation

R 242 of 255 = 95%
G 215 of 255 = 84%
B 140 of 255 = 55%

242
215
140

R + G + B ~ 78%. #F2D78C is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 215 + 140 = 597 (100%)
R 242 of 597 ~ 40.54%
G 215 of 597 ~ 36.01%
B 140 of 597 ~ 23.45%

%40.54
%36.01
%23.45

CMYK color model

#F2D78C color CMYK value is (0,11,42,5).

  • cyan value is 0.00%
  • magenta value is 11.16%
  • yellow value is 42.15%
  • key color value is 5.10%
CMYK:
(0,11,42,5)
C0M11Y42K5 
(0%,11%,42%,5%)
(0.00/0.11/0.42/0.05)	

CMYK percentages

%0
%11.16
%42.15
%5.1

Codes

Color #F2D78C in popluar color models

F2D78C
RGB242215140
HSL44°79.69%74.90%
HSB/HSV44°42.15%94.90%
CMYK0.00%11.16%42.15%
5.10%

Color #F2D78C in popluar number systems.

HEXF2D78C
Decimal242215140
Binary111100101101011110001100
Octal362327214

Shades and tints

Shades of #F2D78C

#F2D78C
(242,215,140)
#DCC480
(220,196,128)
#C6B174
(198,177,116)
#B09E68
(176,158,104)
#9A8B5C
(154,139,92)
#847850
(132,120,80)
#6E6544
(110,101,68)
#585238
(88,82,56)
#423F2C
(66,63,44)
#2C2C20
(44,44,32)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #F2D78C

#F2D78C
(242,215,140)
#F3DA96
(243,218,150)
#F4DDA0
(244,221,160)
#F5E0AA
(245,224,170)
#F6E3B4
(246,227,180)
#F7E6BE
(247,230,190)
#F8E9C8
(248,233,200)
#F9ECD2
(249,236,210)
#FAEFDC
(250,239,220)
#FBF2E6
(251,242,230)
#FCF5F0
(252,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2D78C color. Also use rgb(242,215,140) instead hex code.

Text Font Color

.myTextColor { color: #F2D78C; }

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

This text font color is #F2D78C.


Background Color

.myBgColor { background-color: #F2D78C; }

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

This div background color is #F2D78C.


Border color

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

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

This div border color is #F2D78C.


Opacity

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

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

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

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

This text has shadow with #F2D78C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2D78C on black background.


Color preview on white background

This text has color #F2D78C on white background.



Black color preview on #F2D78C background

This text has black color on #F2D78C background.


White color preview on #F2D78C background

This text has white color on #F2D78C background.