COLOR #F4C188

HEX: #F4C188
RGB: (244,193,136)

Color info

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

RGB color model

#F4C188 color RGB value is (244,193,136).

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

RGB channels and saturation

R 244 of 255 = 96%
G 193 of 255 = 76%
B 136 of 255 = 53%

244
193
136

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

Portions of RGB colors in percentages

R + G + B =
244 + 193 + 136 = 573 (100%)
R 244 of 573 ~ 42.58%
G 193 of 573 ~ 33.68%
B 136 of 573 ~ 23.73%

%42.58
%33.68
%23.73

CMYK color model

#F4C188 color CMYK value is (0,21,44,4).

  • cyan value is 0.00%
  • magenta value is 20.90%
  • yellow value is 44.26%
  • key color value is 4.31%
CMYK:
(0,21,44,4)
C0M21Y44K4 
(0%,21%,44%,4%)
(0.00/0.21/0.44/0.04)	

CMYK percentages

%0
%20.9
%44.26
%4.31

Codes

Color #F4C188 in popluar color models

F4C188
RGB244193136
HSL32°83.08%74.51%
HSB/HSV32°44.26%95.69%
CMYK0.00%20.90%44.26%
4.31%

Color #F4C188 in popluar number systems.

HEXF4C188
Decimal244193136
Binary111101001100000110001000
Octal364301210

Shades and tints

Shades of #F4C188

#F4C188
(244,193,136)
#DEB07C
(222,176,124)
#C89F70
(200,159,112)
#B28E64
(178,142,100)
#9C7D58
(156,125,88)
#866C4C
(134,108,76)
#705B40
(112,91,64)
#5A4A34
(90,74,52)
#443928
(68,57,40)
#2E281C
(46,40,28)
#181710
(24,23,16)
#000000
(0,0,0)

Tints of #F4C188

#F4C188
(244,193,136)
#F5C692
(245,198,146)
#F6CB9C
(246,203,156)
#F7D0A6
(247,208,166)
#F8D5B0
(248,213,176)
#F9DABA
(249,218,186)
#FADFC4
(250,223,196)
#FBE4CE
(251,228,206)
#FCE9D8
(252,233,216)
#FDEEE2
(253,238,226)
#FEF3EC
(254,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4C188; }

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

This text font color is #F4C188.


Background Color

.myBgColor { background-color: #F4C188; }

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

This div background color is #F4C188.


Border color

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

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

This div border color is #F4C188.


Opacity

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

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

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

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

This text has shadow with #F4C188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4C188 on black background.


Color preview on white background

This text has color #F4C188 on white background.



Black color preview on #F4C188 background

This text has black color on #F4C188 background.


White color preview on #F4C188 background

This text has white color on #F4C188 background.