COLOR #F0CF89

HEX: #F0CF89
RGB: (240,207,137)

Color info

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

RGB color model

#F0CF89 color RGB value is (240,207,137).

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

RGB channels and saturation

R 240 of 255 = 94%
G 207 of 255 = 81%
B 137 of 255 = 54%

240
207
137

R + G + B ~ 76%. #F0CF89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 207 + 137 = 584 (100%)
R 240 of 584 ~ 41.1%
G 207 of 584 ~ 35.45%
B 137 of 584 ~ 23.46%

%41.1
%35.45
%23.46

CMYK color model

#F0CF89 color CMYK value is (0,14,43,6).

  • cyan value is 0.00%
  • magenta value is 13.75%
  • yellow value is 42.92%
  • key color value is 5.88%
CMYK:
(0,14,43,6)
C0M14Y43K6 
(0%,14%,43%,6%)
(0.00/0.14/0.43/0.06)	

CMYK percentages

%0
%13.75
%42.92
%5.88

Codes

Color #F0CF89 in popluar color models

F0CF89
RGB240207137
HSL41°77.44%73.92%
HSB/HSV41°42.92%94.12%
CMYK0.00%13.75%42.92%
5.88%

Color #F0CF89 in popluar number systems.

HEXF0CF89
Decimal240207137
Binary111100001100111110001001
Octal360317211

Shades and tints

Shades of #F0CF89

#F0CF89
(240,207,137)
#DBBD7D
(219,189,125)
#C6AB71
(198,171,113)
#B19965
(177,153,101)
#9C8759
(156,135,89)
#87754D
(135,117,77)
#726341
(114,99,65)
#5D5135
(93,81,53)
#483F29
(72,63,41)
#332D1D
(51,45,29)
#1E1B11
(30,27,17)
#000000
(0,0,0)

Tints of #F0CF89

#F0CF89
(240,207,137)
#F1D393
(241,211,147)
#F2D79D
(242,215,157)
#F3DBA7
(243,219,167)
#F4DFB1
(244,223,177)
#F5E3BB
(245,227,187)
#F6E7C5
(246,231,197)
#F7EBCF
(247,235,207)
#F8EFD9
(248,239,217)
#F9F3E3
(249,243,227)
#FAF7ED
(250,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0CF89; }

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

This text font color is #F0CF89.


Background Color

.myBgColor { background-color: #F0CF89; }

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

This div background color is #F0CF89.


Border color

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

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

This div border color is #F0CF89.


Opacity

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

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

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

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

This text has shadow with #F0CF89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0CF89 on black background.


Color preview on white background

This text has color #F0CF89 on white background.



Black color preview on #F0CF89 background

This text has black color on #F0CF89 background.


White color preview on #F0CF89 background

This text has white color on #F0CF89 background.