COLOR #F2C387

HEX: #F2C387
RGB: (242,195,135)

Color info

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

RGB color model

#F2C387 color RGB value is (242,195,135).

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

RGB channels and saturation

R 242 of 255 = 95%
G 195 of 255 = 76%
B 135 of 255 = 53%

242
195
135

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

Portions of RGB colors in percentages

R + G + B =
242 + 195 + 135 = 572 (100%)
R 242 of 572 ~ 42.31%
G 195 of 572 ~ 34.09%
B 135 of 572 ~ 23.6%

%42.31
%34.09
%23.6

CMYK color model

#F2C387 color CMYK value is (0,19,44,5).

  • cyan value is 0.00%
  • magenta value is 19.42%
  • yellow value is 44.21%
  • key color value is 5.10%
CMYK:
(0,19,44,5)
C0M19Y44K5 
(0%,19%,44%,5%)
(0.00/0.19/0.44/0.05)	

CMYK percentages

%0
%19.42
%44.21
%5.1

Codes

Color #F2C387 in popluar color models

F2C387
RGB242195135
HSL34°80.45%73.92%
HSB/HSV34°44.21%94.90%
CMYK0.00%19.42%44.21%
5.10%

Color #F2C387 in popluar number systems.

HEXF2C387
Decimal242195135
Binary111100101100001110000111
Octal362303207

Shades and tints

Shades of #F2C387

#F2C387
(242,195,135)
#DCB27B
(220,178,123)
#C6A16F
(198,161,111)
#B09063
(176,144,99)
#9A7F57
(154,127,87)
#846E4B
(132,110,75)
#6E5D3F
(110,93,63)
#584C33
(88,76,51)
#423B27
(66,59,39)
#2C2A1B
(44,42,27)
#16190F
(22,25,15)
#000000
(0,0,0)

Tints of #F2C387

#F2C387
(242,195,135)
#F3C891
(243,200,145)
#F4CD9B
(244,205,155)
#F5D2A5
(245,210,165)
#F6D7AF
(246,215,175)
#F7DCB9
(247,220,185)
#F8E1C3
(248,225,195)
#F9E6CD
(249,230,205)
#FAEBD7
(250,235,215)
#FBF0E1
(251,240,225)
#FCF5EB
(252,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2C387; }

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

This text font color is #F2C387.


Background Color

.myBgColor { background-color: #F2C387; }

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

This div background color is #F2C387.


Border color

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

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

This div border color is #F2C387.


Opacity

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

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

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

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

This text has shadow with #F2C387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2C387 on black background.


Color preview on white background

This text has color #F2C387 on white background.



Black color preview on #F2C387 background

This text has black color on #F2C387 background.


White color preview on #F2C387 background

This text has white color on #F2C387 background.