COLOR #F0C0A1

HEX: #F0C0A1
RGB: (240,192,161)

Color info

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

RGB color model

#F0C0A1 color RGB value is (240,192,161).

  • red value is 240;
  • green value is 192;
  • blue value is 161.
RGB:
(240,192,161)
(94%,75%,63%)

RGB channels and saturation

R 240 of 255 = 94%
G 192 of 255 = 75%
B 161 of 255 = 63%

240
192
161

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

Portions of RGB colors in percentages

R + G + B =
240 + 192 + 161 = 593 (100%)
R 240 of 593 ~ 40.47%
G 192 of 593 ~ 32.38%
B 161 of 593 ~ 27.15%

%40.47
%32.38
%27.15

CMYK color model

#F0C0A1 color CMYK value is (0,20,33,6).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 32.92%
  • key color value is 5.88%
CMYK:
(0,20,33,6)
C0M20Y33K6 
(0%,20%,33%,6%)
(0.00/0.20/0.33/0.06)	

CMYK percentages

%0
%20
%32.92
%5.88

Codes

Color #F0C0A1 in popluar color models

F0C0A1
RGB240192161
HSL24°72.48%78.63%
HSB/HSV24°32.92%94.12%
CMYK0.00%20.00%32.92%
5.88%

Color #F0C0A1 in popluar number systems.

HEXF0C0A1
Decimal240192161
Binary111100001100000010100001
Octal360300241

Shades and tints

Shades of #F0C0A1

#F0C0A1
(240,192,161)
#DBAF93
(219,175,147)
#C69E85
(198,158,133)
#B18D77
(177,141,119)
#9C7C69
(156,124,105)
#876B5B
(135,107,91)
#725A4D
(114,90,77)
#5D493F
(93,73,63)
#483831
(72,56,49)
#332723
(51,39,35)
#1E1615
(30,22,21)
#000000
(0,0,0)

Tints of #F0C0A1

#F0C0A1
(240,192,161)
#F1C5A9
(241,197,169)
#F2CAB1
(242,202,177)
#F3CFB9
(243,207,185)
#F4D4C1
(244,212,193)
#F5D9C9
(245,217,201)
#F6DED1
(246,222,209)
#F7E3D9
(247,227,217)
#F8E8E1
(248,232,225)
#F9EDE9
(249,237,233)
#FAF2F1
(250,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0C0A1 color. Also use rgb(240,192,161) instead hex code.

Text Font Color

.myTextColor { color: #F0C0A1; }

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

This text font color is #F0C0A1.


Background Color

.myBgColor { background-color: #F0C0A1; }

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

This div background color is #F0C0A1.


Border color

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

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

This div border color is #F0C0A1.


Opacity

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

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

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

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

This text has shadow with #F0C0A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C0A1 on black background.


Color preview on white background

This text has color #F0C0A1 on white background.



Black color preview on #F0C0A1 background

This text has black color on #F0C0A1 background.


White color preview on #F0C0A1 background

This text has white color on #F0C0A1 background.