COLOR #F4BC8A

HEX: #F4BC8A
RGB: (244,188,138)

Color info

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

RGB color model

#F4BC8A color RGB value is (244,188,138).

  • red value is 244;
  • green value is 188;
  • blue value is 138.
RGB:
(244,188,138)
(96%,74%,54%)

RGB channels and saturation

R 244 of 255 = 96%
G 188 of 255 = 74%
B 138 of 255 = 54%

244
188
138

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

Portions of RGB colors in percentages

R + G + B =
244 + 188 + 138 = 570 (100%)
R 244 of 570 ~ 42.81%
G 188 of 570 ~ 32.98%
B 138 of 570 ~ 24.21%

%42.81
%32.98
%24.21

CMYK color model

#F4BC8A color CMYK value is (0,23,43,4).

  • cyan value is 0.00%
  • magenta value is 22.95%
  • yellow value is 43.44%
  • key color value is 4.31%
CMYK:
(0,23,43,4)
C0M23Y43K4 
(0%,23%,43%,4%)
(0.00/0.23/0.43/0.04)	

CMYK percentages

%0
%22.95
%43.44
%4.31

Codes

Color #F4BC8A in popluar color models

F4BC8A
RGB244188138
HSL28°82.81%74.90%
HSB/HSV28°43.44%95.69%
CMYK0.00%22.95%43.44%
4.31%

Color #F4BC8A in popluar number systems.

HEXF4BC8A
Decimal244188138
Binary111101001011110010001010
Octal364274212

Shades and tints

Shades of #F4BC8A

#F4BC8A
(244,188,138)
#DEAB7E
(222,171,126)
#C89A72
(200,154,114)
#B28966
(178,137,102)
#9C785A
(156,120,90)
#86674E
(134,103,78)
#705642
(112,86,66)
#5A4536
(90,69,54)
#44342A
(68,52,42)
#2E231E
(46,35,30)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #F4BC8A

#F4BC8A
(244,188,138)
#F5C294
(245,194,148)
#F6C89E
(246,200,158)
#F7CEA8
(247,206,168)
#F8D4B2
(248,212,178)
#F9DABC
(249,218,188)
#FAE0C6
(250,224,198)
#FBE6D0
(251,230,208)
#FCECDA
(252,236,218)
#FDF2E4
(253,242,228)
#FEF8EE
(254,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4BC8A color. Also use rgb(244,188,138) instead hex code.

Text Font Color

.myTextColor { color: #F4BC8A; }

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

This text font color is #F4BC8A.


Background Color

.myBgColor { background-color: #F4BC8A; }

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

This div background color is #F4BC8A.


Border color

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

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

This div border color is #F4BC8A.


Opacity

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

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

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

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

This text has shadow with #F4BC8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4BC8A on black background.


Color preview on white background

This text has color #F4BC8A on white background.



Black color preview on #F4BC8A background

This text has black color on #F4BC8A background.


White color preview on #F4BC8A background

This text has white color on #F4BC8A background.