COLOR #F0C087

HEX: #F0C087
RGB: (240,192,135)

Color info

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

RGB color model

#F0C087 color RGB value is (240,192,135).

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

RGB channels and saturation

R 240 of 255 = 94%
G 192 of 255 = 75%
B 135 of 255 = 53%

240
192
135

R + G + B ~ 74%. #F0C087 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 192 + 135 = 567 (100%)
R 240 of 567 ~ 42.33%
G 192 of 567 ~ 33.86%
B 135 of 567 ~ 23.81%

%42.33
%33.86
%23.81

CMYK color model

#F0C087 color CMYK value is (0,20,44,6).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 43.75%
  • key color value is 5.88%
CMYK:
(0,20,44,6)
C0M20Y44K6 
(0%,20%,44%,6%)
(0.00/0.20/0.44/0.06)	

CMYK percentages

%0
%20
%43.75
%5.88

Codes

Color #F0C087 in popluar color models

F0C087
RGB240192135
HSL33°77.78%73.53%
HSB/HSV33°43.75%94.12%
CMYK0.00%20.00%43.75%
5.88%

Color #F0C087 in popluar number systems.

HEXF0C087
Decimal240192135
Binary111100001100000010000111
Octal360300207

Shades and tints

Shades of #F0C087

#F0C087
(240,192,135)
#DBAF7B
(219,175,123)
#C69E6F
(198,158,111)
#B18D63
(177,141,99)
#9C7C57
(156,124,87)
#876B4B
(135,107,75)
#725A3F
(114,90,63)
#5D4933
(93,73,51)
#483827
(72,56,39)
#33271B
(51,39,27)
#1E160F
(30,22,15)
#000000
(0,0,0)

Tints of #F0C087

#F0C087
(240,192,135)
#F1C591
(241,197,145)
#F2CA9B
(242,202,155)
#F3CFA5
(243,207,165)
#F4D4AF
(244,212,175)
#F5D9B9
(245,217,185)
#F6DEC3
(246,222,195)
#F7E3CD
(247,227,205)
#F8E8D7
(248,232,215)
#F9EDE1
(249,237,225)
#FAF2EB
(250,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0C087; }

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

This text font color is #F0C087.


Background Color

.myBgColor { background-color: #F0C087; }

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

This div background color is #F0C087.


Border color

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

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

This div border color is #F0C087.


Opacity

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

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

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

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

This text has shadow with #F0C087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C087 on black background.


Color preview on white background

This text has color #F0C087 on white background.



Black color preview on #F0C087 background

This text has black color on #F0C087 background.


White color preview on #F0C087 background

This text has white color on #F0C087 background.