COLOR #F2CF89

HEX: #F2CF89
RGB: (242,207,137)

Color info

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

RGB color model

#F2CF89 color RGB value is (242,207,137).

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

RGB channels and saturation

R 242 of 255 = 95%
G 207 of 255 = 81%
B 137 of 255 = 54%

242
207
137

R + G + B ~ 77%. #F2CF89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 207 + 137 = 586 (100%)
R 242 of 586 ~ 41.3%
G 207 of 586 ~ 35.32%
B 137 of 586 ~ 23.38%

%41.3
%35.32
%23.38

CMYK color model

#F2CF89 color CMYK value is (0,14,43,5).

  • cyan value is 0.00%
  • magenta value is 14.46%
  • yellow value is 43.39%
  • key color value is 5.10%
CMYK:
(0,14,43,5)
C0M14Y43K5 
(0%,14%,43%,5%)
(0.00/0.14/0.43/0.05)	

CMYK percentages

%0
%14.46
%43.39
%5.1

Codes

Color #F2CF89 in popluar color models

F2CF89
RGB242207137
HSL40°80.15%74.31%
HSB/HSV40°43.39%94.90%
CMYK0.00%14.46%43.39%
5.10%

Color #F2CF89 in popluar number systems.

HEXF2CF89
Decimal242207137
Binary111100101100111110001001
Octal362317211

Shades and tints

Shades of #F2CF89

#F2CF89
(242,207,137)
#DCBD7D
(220,189,125)
#C6AB71
(198,171,113)
#B09965
(176,153,101)
#9A8759
(154,135,89)
#84754D
(132,117,77)
#6E6341
(110,99,65)
#585135
(88,81,53)
#423F29
(66,63,41)
#2C2D1D
(44,45,29)
#161B11
(22,27,17)
#000000
(0,0,0)

Tints of #F2CF89

#F2CF89
(242,207,137)
#F3D393
(243,211,147)
#F4D79D
(244,215,157)
#F5DBA7
(245,219,167)
#F6DFB1
(246,223,177)
#F7E3BB
(247,227,187)
#F8E7C5
(248,231,197)
#F9EBCF
(249,235,207)
#FAEFD9
(250,239,217)
#FBF3E3
(251,243,227)
#FCF7ED
(252,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2CF89; }

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

This text font color is #F2CF89.


Background Color

.myBgColor { background-color: #F2CF89; }

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

This div background color is #F2CF89.


Border color

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

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

This div border color is #F2CF89.


Opacity

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

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

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

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

This text has shadow with #F2CF89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2CF89 on black background.


Color preview on white background

This text has color #F2CF89 on white background.



Black color preview on #F2CF89 background

This text has black color on #F2CF89 background.


White color preview on #F2CF89 background

This text has white color on #F2CF89 background.