COLOR #F0C79C

HEX: #F0C79C
RGB: (240,199,156)

Color info

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

RGB color model

#F0C79C color RGB value is (240,199,156).

  • red value is 240;
  • green value is 199;
  • blue value is 156.
RGB:
(240,199,156)
(94%,78%,61%)

RGB channels and saturation

R 240 of 255 = 94%
G 199 of 255 = 78%
B 156 of 255 = 61%

240
199
156

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

Portions of RGB colors in percentages

R + G + B =
240 + 199 + 156 = 595 (100%)
R 240 of 595 ~ 40.34%
G 199 of 595 ~ 33.45%
B 156 of 595 ~ 26.22%

%40.34
%33.45
%26.22

CMYK color model

#F0C79C color CMYK value is (0,17,35,6).

  • cyan value is 0.00%
  • magenta value is 17.08%
  • yellow value is 35.00%
  • key color value is 5.88%
CMYK:
(0,17,35,6)
C0M17Y35K6 
(0%,17%,35%,6%)
(0.00/0.17/0.35/0.06)	

CMYK percentages

%0
%17.08
%35
%5.88

Codes

Color #F0C79C in popluar color models

F0C79C
RGB240199156
HSL31°73.68%77.65%
HSB/HSV31°35.00%94.12%
CMYK0.00%17.08%35.00%
5.88%

Color #F0C79C in popluar number systems.

HEXF0C79C
Decimal240199156
Binary111100001100011110011100
Octal360307234

Shades and tints

Shades of #F0C79C

#F0C79C
(240,199,156)
#DBB58E
(219,181,142)
#C6A380
(198,163,128)
#B19172
(177,145,114)
#9C7F64
(156,127,100)
#876D56
(135,109,86)
#725B48
(114,91,72)
#5D493A
(93,73,58)
#48372C
(72,55,44)
#33251E
(51,37,30)
#1E1310
(30,19,16)
#000000
(0,0,0)

Tints of #F0C79C

#F0C79C
(240,199,156)
#F1CCA5
(241,204,165)
#F2D1AE
(242,209,174)
#F3D6B7
(243,214,183)
#F4DBC0
(244,219,192)
#F5E0C9
(245,224,201)
#F6E5D2
(246,229,210)
#F7EADB
(247,234,219)
#F8EFE4
(248,239,228)
#F9F4ED
(249,244,237)
#FAF9F6
(250,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0C79C color. Also use rgb(240,199,156) instead hex code.

Text Font Color

.myTextColor { color: #F0C79C; }

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

This text font color is #F0C79C.


Background Color

.myBgColor { background-color: #F0C79C; }

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

This div background color is #F0C79C.


Border color

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

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

This div border color is #F0C79C.


Opacity

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

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

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

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

This text has shadow with #F0C79C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C79C on black background.


Color preview on white background

This text has color #F0C79C on white background.



Black color preview on #F0C79C background

This text has black color on #F0C79C background.


White color preview on #F0C79C background

This text has white color on #F0C79C background.