COLOR #F0C49A

HEX: #F0C49A
RGB: (240,196,154)

Color info

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

RGB color model

#F0C49A color RGB value is (240,196,154).

  • red value is 240;
  • green value is 196;
  • blue value is 154.
RGB:
(240,196,154)
(94%,77%,60%)

RGB channels and saturation

R 240 of 255 = 94%
G 196 of 255 = 77%
B 154 of 255 = 60%

240
196
154

R + G + B ~ 77%. #F0C49A is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 196 + 154 = 590 (100%)
R 240 of 590 ~ 40.68%
G 196 of 590 ~ 33.22%
B 154 of 590 ~ 26.1%

%40.68
%33.22
%26.1

CMYK color model

#F0C49A color CMYK value is (0,18,36,6).

  • cyan value is 0.00%
  • magenta value is 18.33%
  • yellow value is 35.83%
  • key color value is 5.88%
CMYK:
(0,18,36,6)
C0M18Y36K6 
(0%,18%,36%,6%)
(0.00/0.18/0.36/0.06)	

CMYK percentages

%0
%18.33
%35.83
%5.88

Codes

Color #F0C49A in popluar color models

F0C49A
RGB240196154
HSL29°74.14%77.25%
HSB/HSV29°35.83%94.12%
CMYK0.00%18.33%35.83%
5.88%

Color #F0C49A in popluar number systems.

HEXF0C49A
Decimal240196154
Binary111100001100010010011010
Octal360304232

Shades and tints

Shades of #F0C49A

#F0C49A
(240,196,154)
#DBB38C
(219,179,140)
#C6A27E
(198,162,126)
#B19170
(177,145,112)
#9C8062
(156,128,98)
#876F54
(135,111,84)
#725E46
(114,94,70)
#5D4D38
(93,77,56)
#483C2A
(72,60,42)
#332B1C
(51,43,28)
#1E1A0E
(30,26,14)
#000000
(0,0,0)

Tints of #F0C49A

#F0C49A
(240,196,154)
#F1C9A3
(241,201,163)
#F2CEAC
(242,206,172)
#F3D3B5
(243,211,181)
#F4D8BE
(244,216,190)
#F5DDC7
(245,221,199)
#F6E2D0
(246,226,208)
#F7E7D9
(247,231,217)
#F8ECE2
(248,236,226)
#F9F1EB
(249,241,235)
#FAF6F4
(250,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0C49A color. Also use rgb(240,196,154) instead hex code.

Text Font Color

.myTextColor { color: #F0C49A; }

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

This text font color is #F0C49A.


Background Color

.myBgColor { background-color: #F0C49A; }

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

This div background color is #F0C49A.


Border color

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

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

This div border color is #F0C49A.


Opacity

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

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

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

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

This text has shadow with #F0C49A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C49A on black background.


Color preview on white background

This text has color #F0C49A on white background.



Black color preview on #F0C49A background

This text has black color on #F0C49A background.


White color preview on #F0C49A background

This text has white color on #F0C49A background.