COLOR #F0CF9E

HEX: #F0CF9E
RGB: (240,207,158)

Color info

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

RGB color model

#F0CF9E color RGB value is (240,207,158).

  • red value is 240;
  • green value is 207;
  • blue value is 158.
RGB:
(240,207,158)
(94%,81%,62%)

RGB channels and saturation

R 240 of 255 = 94%
G 207 of 255 = 81%
B 158 of 255 = 62%

240
207
158

R + G + B ~ 79%. #F0CF9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 207 + 158 = 605 (100%)
R 240 of 605 ~ 39.67%
G 207 of 605 ~ 34.21%
B 158 of 605 ~ 26.12%

%39.67
%34.21
%26.12

CMYK color model

#F0CF9E color CMYK value is (0,14,34,6).

  • cyan value is 0.00%
  • magenta value is 13.75%
  • yellow value is 34.17%
  • key color value is 5.88%
CMYK:
(0,14,34,6)
C0M14Y34K6 
(0%,14%,34%,6%)
(0.00/0.14/0.34/0.06)	

CMYK percentages

%0
%13.75
%34.17
%5.88

Codes

Color #F0CF9E in popluar color models

F0CF9E
RGB240207158
HSL36°73.21%78.04%
HSB/HSV36°34.17%94.12%
CMYK0.00%13.75%34.17%
5.88%

Color #F0CF9E in popluar number systems.

HEXF0CF9E
Decimal240207158
Binary111100001100111110011110
Octal360317236

Shades and tints

Shades of #F0CF9E

#F0CF9E
(240,207,158)
#DBBD90
(219,189,144)
#C6AB82
(198,171,130)
#B19974
(177,153,116)
#9C8766
(156,135,102)
#877558
(135,117,88)
#72634A
(114,99,74)
#5D513C
(93,81,60)
#483F2E
(72,63,46)
#332D20
(51,45,32)
#1E1B12
(30,27,18)
#000000
(0,0,0)

Tints of #F0CF9E

#F0CF9E
(240,207,158)
#F1D3A6
(241,211,166)
#F2D7AE
(242,215,174)
#F3DBB6
(243,219,182)
#F4DFBE
(244,223,190)
#F5E3C6
(245,227,198)
#F6E7CE
(246,231,206)
#F7EBD6
(247,235,214)
#F8EFDE
(248,239,222)
#F9F3E6
(249,243,230)
#FAF7EE
(250,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0CF9E color. Also use rgb(240,207,158) instead hex code.

Text Font Color

.myTextColor { color: #F0CF9E; }

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

This text font color is #F0CF9E.


Background Color

.myBgColor { background-color: #F0CF9E; }

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

This div background color is #F0CF9E.


Border color

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

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

This div border color is #F0CF9E.


Opacity

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

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

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

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

This text has shadow with #F0CF9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0CF9E on black background.


Color preview on white background

This text has color #F0CF9E on white background.



Black color preview on #F0CF9E background

This text has black color on #F0CF9E background.


White color preview on #F0CF9E background

This text has white color on #F0CF9E background.