COLOR #F0CF96

HEX: #F0CF96
RGB: (240,207,150)

Color info

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

RGB color model

#F0CF96 color RGB value is (240,207,150).

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

RGB channels and saturation

R 240 of 255 = 94%
G 207 of 255 = 81%
B 150 of 255 = 59%

240
207
150

R + G + B ~ 78%. #F0CF96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 207 + 150 = 597 (100%)
R 240 of 597 ~ 40.2%
G 207 of 597 ~ 34.67%
B 150 of 597 ~ 25.13%

%40.2
%34.67
%25.13

CMYK color model

#F0CF96 color CMYK value is (0,14,38,6).

  • cyan value is 0.00%
  • magenta value is 13.75%
  • yellow value is 37.50%
  • key color value is 5.88%
CMYK:
(0,14,38,6)
C0M14Y38K6 
(0%,14%,38%,6%)
(0.00/0.14/0.38/0.06)	

CMYK percentages

%0
%13.75
%37.5
%5.88

Codes

Color #F0CF96 in popluar color models

F0CF96
RGB240207150
HSL38°75.00%76.47%
HSB/HSV38°37.50%94.12%
CMYK0.00%13.75%37.50%
5.88%

Color #F0CF96 in popluar number systems.

HEXF0CF96
Decimal240207150
Binary111100001100111110010110
Octal360317226

Shades and tints

Shades of #F0CF96

#F0CF96
(240,207,150)
#DBBD89
(219,189,137)
#C6AB7C
(198,171,124)
#B1996F
(177,153,111)
#9C8762
(156,135,98)
#877555
(135,117,85)
#726348
(114,99,72)
#5D513B
(93,81,59)
#483F2E
(72,63,46)
#332D21
(51,45,33)
#1E1B14
(30,27,20)
#000000
(0,0,0)

Tints of #F0CF96

#F0CF96
(240,207,150)
#F1D39F
(241,211,159)
#F2D7A8
(242,215,168)
#F3DBB1
(243,219,177)
#F4DFBA
(244,223,186)
#F5E3C3
(245,227,195)
#F6E7CC
(246,231,204)
#F7EBD5
(247,235,213)
#F8EFDE
(248,239,222)
#F9F3E7
(249,243,231)
#FAF7F0
(250,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0CF96; }

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

This text font color is #F0CF96.


Background Color

.myBgColor { background-color: #F0CF96; }

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

This div background color is #F0CF96.


Border color

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

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

This div border color is #F0CF96.


Opacity

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

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

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

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

This text has shadow with #F0CF96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0CF96 on black background.


Color preview on white background

This text has color #F0CF96 on white background.



Black color preview on #F0CF96 background

This text has black color on #F0CF96 background.


White color preview on #F0CF96 background

This text has white color on #F0CF96 background.