COLOR #F0C677

HEX: #F0C677
RGB: (240,198,119)

Color info

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

RGB color model

#F0C677 color RGB value is (240,198,119).

  • red value is 240;
  • green value is 198;
  • blue value is 119.
RGB:
(240,198,119)
(94%,78%,47%)

RGB channels and saturation

R 240 of 255 = 94%
G 198 of 255 = 78%
B 119 of 255 = 47%

240
198
119

R + G + B ~ 73%. #F0C677 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 198 + 119 = 557 (100%)
R 240 of 557 ~ 43.09%
G 198 of 557 ~ 35.55%
B 119 of 557 ~ 21.36%

%43.09
%35.55
%21.36

CMYK color model

#F0C677 color CMYK value is (0,18,50,6).

  • cyan value is 0.00%
  • magenta value is 17.50%
  • yellow value is 50.42%
  • key color value is 5.88%
CMYK:
(0,18,50,6)
C0M18Y50K6 
(0%,18%,50%,6%)
(0.00/0.18/0.50/0.06)	

CMYK percentages

%0
%17.5
%50.42
%5.88

Codes

Color #F0C677 in popluar color models

F0C677
RGB240198119
HSL39°80.13%70.39%
HSB/HSV39°50.42%94.12%
CMYK0.00%17.50%50.42%
5.88%

Color #F0C677 in popluar number systems.

HEXF0C677
Decimal240198119
Binary11110000110001101110111
Octal360306167

Shades and tints

Shades of #F0C677

#F0C677
(240,198,119)
#DBB46D
(219,180,109)
#C6A263
(198,162,99)
#B19059
(177,144,89)
#9C7E4F
(156,126,79)
#876C45
(135,108,69)
#725A3B
(114,90,59)
#5D4831
(93,72,49)
#483627
(72,54,39)
#33241D
(51,36,29)
#1E1213
(30,18,19)
#000000
(0,0,0)

Tints of #F0C677

#F0C677
(240,198,119)
#F1CB83
(241,203,131)
#F2D08F
(242,208,143)
#F3D59B
(243,213,155)
#F4DAA7
(244,218,167)
#F5DFB3
(245,223,179)
#F6E4BF
(246,228,191)
#F7E9CB
(247,233,203)
#F8EED7
(248,238,215)
#F9F3E3
(249,243,227)
#FAF8EF
(250,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0C677 color. Also use rgb(240,198,119) instead hex code.

Text Font Color

.myTextColor { color: #F0C677; }

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

This text font color is #F0C677.


Background Color

.myBgColor { background-color: #F0C677; }

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

This div background color is #F0C677.


Border color

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

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

This div border color is #F0C677.


Opacity

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

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

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

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

This text has shadow with #F0C677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C677 on black background.


Color preview on white background

This text has color #F0C677 on white background.



Black color preview on #F0C677 background

This text has black color on #F0C677 background.


White color preview on #F0C677 background

This text has white color on #F0C677 background.