COLOR #F0C174

HEX: #F0C174
RGB: (240,193,116)

Color info

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

RGB color model

#F0C174 color RGB value is (240,193,116).

  • red value is 240;
  • green value is 193;
  • blue value is 116.
RGB:
(240,193,116)
(94%,76%,45%)

RGB channels and saturation

R 240 of 255 = 94%
G 193 of 255 = 76%
B 116 of 255 = 45%

240
193
116

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

Portions of RGB colors in percentages

R + G + B =
240 + 193 + 116 = 549 (100%)
R 240 of 549 ~ 43.72%
G 193 of 549 ~ 35.15%
B 116 of 549 ~ 21.13%

%43.72
%35.15
%21.13

CMYK color model

#F0C174 color CMYK value is (0,20,52,6).

  • cyan value is 0.00%
  • magenta value is 19.58%
  • yellow value is 51.67%
  • key color value is 5.88%
CMYK:
(0,20,52,6)
C0M20Y52K6 
(0%,20%,52%,6%)
(0.00/0.20/0.52/0.06)	

CMYK percentages

%0
%19.58
%51.67
%5.88

Codes

Color #F0C174 in popluar color models

F0C174
RGB240193116
HSL37°80.52%69.80%
HSB/HSV37°51.67%94.12%
CMYK0.00%19.58%51.67%
5.88%

Color #F0C174 in popluar number systems.

HEXF0C174
Decimal240193116
Binary11110000110000011110100
Octal360301164

Shades and tints

Shades of #F0C174

#F0C174
(240,193,116)
#DBB06A
(219,176,106)
#C69F60
(198,159,96)
#B18E56
(177,142,86)
#9C7D4C
(156,125,76)
#876C42
(135,108,66)
#725B38
(114,91,56)
#5D4A2E
(93,74,46)
#483924
(72,57,36)
#33281A
(51,40,26)
#1E1710
(30,23,16)
#000000
(0,0,0)

Tints of #F0C174

#F0C174
(240,193,116)
#F1C680
(241,198,128)
#F2CB8C
(242,203,140)
#F3D098
(243,208,152)
#F4D5A4
(244,213,164)
#F5DAB0
(245,218,176)
#F6DFBC
(246,223,188)
#F7E4C8
(247,228,200)
#F8E9D4
(248,233,212)
#F9EEE0
(249,238,224)
#FAF3EC
(250,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0C174 color. Also use rgb(240,193,116) instead hex code.

Text Font Color

.myTextColor { color: #F0C174; }

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

This text font color is #F0C174.


Background Color

.myBgColor { background-color: #F0C174; }

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

This div background color is #F0C174.


Border color

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

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

This div border color is #F0C174.


Opacity

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

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

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

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

This text has shadow with #F0C174 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C174 on black background.


Color preview on white background

This text has color #F0C174 on white background.



Black color preview on #F0C174 background

This text has black color on #F0C174 background.


White color preview on #F0C174 background

This text has white color on #F0C174 background.