COLOR #F2C390

HEX: #F2C390
RGB: (242,195,144)

Color info

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

RGB color model

#F2C390 color RGB value is (242,195,144).

  • red value is 242;
  • green value is 195;
  • blue value is 144.
RGB:
(242,195,144)
(95%,76%,56%)

RGB channels and saturation

R 242 of 255 = 95%
G 195 of 255 = 76%
B 144 of 255 = 56%

242
195
144

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

Portions of RGB colors in percentages

R + G + B =
242 + 195 + 144 = 581 (100%)
R 242 of 581 ~ 41.65%
G 195 of 581 ~ 33.56%
B 144 of 581 ~ 24.78%

%41.65
%33.56
%24.78

CMYK color model

#F2C390 color CMYK value is (0,19,40,5).

  • cyan value is 0.00%
  • magenta value is 19.42%
  • yellow value is 40.50%
  • key color value is 5.10%
CMYK:
(0,19,40,5)
C0M19Y40K5 
(0%,19%,40%,5%)
(0.00/0.19/0.40/0.05)	

CMYK percentages

%0
%19.42
%40.5
%5.1

Codes

Color #F2C390 in popluar color models

F2C390
RGB242195144
HSL31°79.03%75.69%
HSB/HSV31°40.50%94.90%
CMYK0.00%19.42%40.50%
5.10%

Color #F2C390 in popluar number systems.

HEXF2C390
Decimal242195144
Binary111100101100001110010000
Octal362303220

Shades and tints

Shades of #F2C390

#F2C390
(242,195,144)
#DCB283
(220,178,131)
#C6A176
(198,161,118)
#B09069
(176,144,105)
#9A7F5C
(154,127,92)
#846E4F
(132,110,79)
#6E5D42
(110,93,66)
#584C35
(88,76,53)
#423B28
(66,59,40)
#2C2A1B
(44,42,27)
#16190E
(22,25,14)
#000000
(0,0,0)

Tints of #F2C390

#F2C390
(242,195,144)
#F3C89A
(243,200,154)
#F4CDA4
(244,205,164)
#F5D2AE
(245,210,174)
#F6D7B8
(246,215,184)
#F7DCC2
(247,220,194)
#F8E1CC
(248,225,204)
#F9E6D6
(249,230,214)
#FAEBE0
(250,235,224)
#FBF0EA
(251,240,234)
#FCF5F4
(252,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2C390 color. Also use rgb(242,195,144) instead hex code.

Text Font Color

.myTextColor { color: #F2C390; }

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

This text font color is #F2C390.


Background Color

.myBgColor { background-color: #F2C390; }

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

This div background color is #F2C390.


Border color

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

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

This div border color is #F2C390.


Opacity

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

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

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

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

This text has shadow with #F2C390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2C390 on black background.


Color preview on white background

This text has color #F2C390 on white background.



Black color preview on #F2C390 background

This text has black color on #F2C390 background.


White color preview on #F2C390 background

This text has white color on #F2C390 background.