COLOR #F0C772

HEX: #F0C772
RGB: (240,199,114)

Color info

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

RGB color model

#F0C772 color RGB value is (240,199,114).

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

RGB channels and saturation

R 240 of 255 = 94%
G 199 of 255 = 78%
B 114 of 255 = 45%

240
199
114

R + G + B ~ 72%. #F0C772 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 199 + 114 = 553 (100%)
R 240 of 553 ~ 43.4%
G 199 of 553 ~ 35.99%
B 114 of 553 ~ 20.61%

%43.4
%35.99
%20.61

CMYK color model

#F0C772 color CMYK value is (0,17,53,6).

  • cyan value is 0.00%
  • magenta value is 17.08%
  • yellow value is 52.50%
  • key color value is 5.88%
CMYK:
(0,17,53,6)
C0M17Y53K6 
(0%,17%,53%,6%)
(0.00/0.17/0.53/0.06)	

CMYK percentages

%0
%17.08
%52.5
%5.88

Codes

Color #F0C772 in popluar color models

F0C772
RGB240199114
HSL40°80.77%69.41%
HSB/HSV40°52.50%94.12%
CMYK0.00%17.08%52.50%
5.88%

Color #F0C772 in popluar number systems.

HEXF0C772
Decimal240199114
Binary11110000110001111110010
Octal360307162

Shades and tints

Shades of #F0C772

#F0C772
(240,199,114)
#DBB568
(219,181,104)
#C6A35E
(198,163,94)
#B19154
(177,145,84)
#9C7F4A
(156,127,74)
#876D40
(135,109,64)
#725B36
(114,91,54)
#5D492C
(93,73,44)
#483722
(72,55,34)
#332518
(51,37,24)
#1E130E
(30,19,14)
#000000
(0,0,0)

Tints of #F0C772

#F0C772
(240,199,114)
#F1CC7E
(241,204,126)
#F2D18A
(242,209,138)
#F3D696
(243,214,150)
#F4DBA2
(244,219,162)
#F5E0AE
(245,224,174)
#F6E5BA
(246,229,186)
#F7EAC6
(247,234,198)
#F8EFD2
(248,239,210)
#F9F4DE
(249,244,222)
#FAF9EA
(250,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0C772; }

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

This text font color is #F0C772.


Background Color

.myBgColor { background-color: #F0C772; }

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

This div background color is #F0C772.


Border color

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

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

This div border color is #F0C772.


Opacity

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

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

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

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

This text has shadow with #F0C772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C772 on black background.


Color preview on white background

This text has color #F0C772 on white background.



Black color preview on #F0C772 background

This text has black color on #F0C772 background.


White color preview on #F0C772 background

This text has white color on #F0C772 background.