COLOR #F0C08C

HEX: #F0C08C RGB: (240,192,140)

Color info

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

RGB color model

#F0C08C color RGB value is (240,192,140).

RGB: (240,192,140) (94%, 75%, 55%)

RGB channels and saturation

R 240 of 255 = 94%
G 192 of 255 = 75%
B 140 of 255 = 55%

240
192
140

R + G + B ~ 75%. #F0C08C is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 192 + 140 = 572 (100%)
R 240 of 572 ~ 41.96%
G 192 of 572 ~ 33.57%
B 140 of 572 ~ 24.48'%

%41.96
%33.57
%24.48

CMYK color model

#F0C08C color CMYK value is (0,20,42,6).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 41.67%
  • key color value is 5.88%

CMYK: (0,20,42,6)
C0M20Y42K6 (0%, 20%, 42%, 6%)
(0.00 / 0.20 / 0.42 / 0.06)

CMYK percentages

%0
%20
%41.67
%5.88

Codes

Color #F0C08C in popluar color models

F0 C0 8C
RGB 240 192 140
HSL 31° 76.92% 74.51%
HSB/HSV 31° 41.67% 94.12%
CMYK 0.00% 20.00% 41.67%
5.88%

Color #F0C08C in popluar number systems.

HEX F0 C0 8C
Decimal 240 192 140
Binary 11110000 11000000 10001100
Octal 360 300 214

Shades and tints

Shades of #F0C08C

#F0C08C
(240,192,140)
#DBAF80
(219,175,128)
#C69E74
(198,158,116)
#B18D68
(177,141,104)
#9C7C5C
(156,124,92)
#876B50
(135,107,80)
#725A44
(114,90,68)
#5D4938
(93,73,56)
#48382C
(72,56,44)
#332720
(51,39,32)
#1E1614
(30,22,20)
#000000
(0,0,0)

Tints of #F0C08C

#F0C08C
(240,192,140)
#F1C596
(241,197,150)
#F2CAA0
(242,202,160)
#F3CFAA
(243,207,170)
#F4D4B4
(244,212,180)
#F5D9BE
(245,217,190)
#F6DEC8
(246,222,200)
#F7E3D2
(247,227,210)
#F8E8DC
(248,232,220)
#F9EDE6
(249,237,230)
#FAF2F0
(250,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0C08C; }

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

This text font color is #F0C08C.

Background Color

.myBgColor { background-color: #F0C08C; }

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

This div background color is #F0C08C.

Border color

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

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

This div border color is #F0C08C.

Opacity

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

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

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

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

This text has shadow with #F0C08C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0C08C.

Preview

Color preview on black background

This text has color #F0C08C on black background.


Color preview on white background

This text has color #F0C08C on white background.


Black color preview on #F0C08C background

This text has black color on #F0C08C background.


White color preview on #F0C08C background

This text has white color on #F0C08C background.


Related colors

Complementary color

Complementary color for #hex is #0F3F73.


I love getcolorcode.com

Triadic colors

1 #8CF0C0 and #C08CF0 with #F0C08C are triadic colors.

2 #8CC0F0 and #C0F08C with #F0C08C are triadic colors.