COLOR #F2C089

HEX: #F2C089
RGB: (242,192,137)

Color info

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

RGB color model

#F2C089 color RGB value is (242,192,137).

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

RGB channels and saturation

R 242 of 255 = 95%
G 192 of 255 = 75%
B 137 of 255 = 54%

242
192
137

R + G + B ~ 75%. #F2C089 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 192 + 137 = 571 (100%)
R 242 of 571 ~ 42.38%
G 192 of 571 ~ 33.63%
B 137 of 571 ~ 23.99%

%42.38
%33.63
%23.99

CMYK color model

#F2C089 color CMYK value is (0,21,43,5).

  • cyan value is 0.00%
  • magenta value is 20.66%
  • yellow value is 43.39%
  • key color value is 5.10%
CMYK:
(0,21,43,5)
C0M21Y43K5 
(0%,21%,43%,5%)
(0.00/0.21/0.43/0.05)	

CMYK percentages

%0
%20.66
%43.39
%5.1

Codes

Color #F2C089 in popluar color models

F2C089
RGB242192137
HSL31°80.15%74.31%
HSB/HSV31°43.39%94.90%
CMYK0.00%20.66%43.39%
5.10%

Color #F2C089 in popluar number systems.

HEXF2C089
Decimal242192137
Binary111100101100000010001001
Octal362300211

Shades and tints

Shades of #F2C089

#F2C089
(242,192,137)
#DCAF7D
(220,175,125)
#C69E71
(198,158,113)
#B08D65
(176,141,101)
#9A7C59
(154,124,89)
#846B4D
(132,107,77)
#6E5A41
(110,90,65)
#584935
(88,73,53)
#423829
(66,56,41)
#2C271D
(44,39,29)
#161611
(22,22,17)
#000000
(0,0,0)

Tints of #F2C089

#F2C089
(242,192,137)
#F3C593
(243,197,147)
#F4CA9D
(244,202,157)
#F5CFA7
(245,207,167)
#F6D4B1
(246,212,177)
#F7D9BB
(247,217,187)
#F8DEC5
(248,222,197)
#F9E3CF
(249,227,207)
#FAE8D9
(250,232,217)
#FBEDE3
(251,237,227)
#FCF2ED
(252,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2C089; }

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

This text font color is #F2C089.


Background Color

.myBgColor { background-color: #F2C089; }

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

This div background color is #F2C089.


Border color

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

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

This div border color is #F2C089.


Opacity

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

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

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

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

This text has shadow with #F2C089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2C089 on black background.


Color preview on white background

This text has color #F2C089 on white background.



Black color preview on #F2C089 background

This text has black color on #F2C089 background.


White color preview on #F2C089 background

This text has white color on #F2C089 background.