COLOR #F3C188

HEX: #F3C188
RGB: (243,193,136)

Color info

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

RGB color model

#F3C188 color RGB value is (243,193,136).

  • red value is 243;
  • green value is 193;
  • blue value is 136.
RGB:
(243,193,136)
(95%,76%,53%)

RGB channels and saturation

R 243 of 255 = 95%
G 193 of 255 = 76%
B 136 of 255 = 53%

243
193
136

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

Portions of RGB colors in percentages

R + G + B =
243 + 193 + 136 = 572 (100%)
R 243 of 572 ~ 42.48%
G 193 of 572 ~ 33.74%
B 136 of 572 ~ 23.78%

%42.48
%33.74
%23.78

CMYK color model

#F3C188 color CMYK value is (0,21,44,5).

  • cyan value is 0.00%
  • magenta value is 20.58%
  • yellow value is 44.03%
  • key color value is 4.71%
CMYK:
(0,21,44,5)
C0M21Y44K5 
(0%,21%,44%,5%)
(0.00/0.21/0.44/0.05)	

CMYK percentages

%0
%20.58
%44.03
%4.71

Codes

Color #F3C188 in popluar color models

F3C188
RGB243193136
HSL32°81.68%74.31%
HSB/HSV32°44.03%95.29%
CMYK0.00%20.58%44.03%
4.71%

Color #F3C188 in popluar number systems.

HEXF3C188
Decimal243193136
Binary111100111100000110001000
Octal363301210

Shades and tints

Shades of #F3C188

#F3C188
(243,193,136)
#DDB07C
(221,176,124)
#C79F70
(199,159,112)
#B18E64
(177,142,100)
#9B7D58
(155,125,88)
#856C4C
(133,108,76)
#6F5B40
(111,91,64)
#594A34
(89,74,52)
#433928
(67,57,40)
#2D281C
(45,40,28)
#171710
(23,23,16)
#000000
(0,0,0)

Tints of #F3C188

#F3C188
(243,193,136)
#F4C692
(244,198,146)
#F5CB9C
(245,203,156)
#F6D0A6
(246,208,166)
#F7D5B0
(247,213,176)
#F8DABA
(248,218,186)
#F9DFC4
(249,223,196)
#FAE4CE
(250,228,206)
#FBE9D8
(251,233,216)
#FCEEE2
(252,238,226)
#FDF3EC
(253,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3C188 color. Also use rgb(243,193,136) instead hex code.

Text Font Color

.myTextColor { color: #F3C188; }

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

This text font color is #F3C188.


Background Color

.myBgColor { background-color: #F3C188; }

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

This div background color is #F3C188.


Border color

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

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

This div border color is #F3C188.


Opacity

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

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

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

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

This text has shadow with #F3C188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3C188 on black background.


Color preview on white background

This text has color #F3C188 on white background.



Black color preview on #F3C188 background

This text has black color on #F3C188 background.


White color preview on #F3C188 background

This text has white color on #F3C188 background.