COLOR #F4BA95

HEX: #F4BA95
RGB: (244,186,149)

Color info

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

RGB color model

#F4BA95 color RGB value is (244,186,149).

  • red value is 244;
  • green value is 186;
  • blue value is 149.
RGB:
(244,186,149)
(96%,73%,58%)

RGB channels and saturation

R 244 of 255 = 96%
G 186 of 255 = 73%
B 149 of 255 = 58%

244
186
149

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

Portions of RGB colors in percentages

R + G + B =
244 + 186 + 149 = 579 (100%)
R 244 of 579 ~ 42.14%
G 186 of 579 ~ 32.12%
B 149 of 579 ~ 25.73%

%42.14
%32.12
%25.73

CMYK color model

#F4BA95 color CMYK value is (0,24,39,4).

  • cyan value is 0.00%
  • magenta value is 23.77%
  • yellow value is 38.93%
  • key color value is 4.31%
CMYK:
(0,24,39,4)
C0M24Y39K4 
(0%,24%,39%,4%)
(0.00/0.24/0.39/0.04)	

CMYK percentages

%0
%23.77
%38.93
%4.31

Codes

Color #F4BA95 in popluar color models

F4BA95
RGB244186149
HSL23°81.20%77.06%
HSB/HSV23°38.93%95.69%
CMYK0.00%23.77%38.93%
4.31%

Color #F4BA95 in popluar number systems.

HEXF4BA95
Decimal244186149
Binary111101001011101010010101
Octal364272225

Shades and tints

Shades of #F4BA95

#F4BA95
(244,186,149)
#DEAA88
(222,170,136)
#C89A7B
(200,154,123)
#B28A6E
(178,138,110)
#9C7A61
(156,122,97)
#866A54
(134,106,84)
#705A47
(112,90,71)
#5A4A3A
(90,74,58)
#443A2D
(68,58,45)
#2E2A20
(46,42,32)
#181A13
(24,26,19)
#000000
(0,0,0)

Tints of #F4BA95

#F4BA95
(244,186,149)
#F5C09E
(245,192,158)
#F6C6A7
(246,198,167)
#F7CCB0
(247,204,176)
#F8D2B9
(248,210,185)
#F9D8C2
(249,216,194)
#FADECB
(250,222,203)
#FBE4D4
(251,228,212)
#FCEADD
(252,234,221)
#FDF0E6
(253,240,230)
#FEF6EF
(254,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4BA95 color. Also use rgb(244,186,149) instead hex code.

Text Font Color

.myTextColor { color: #F4BA95; }

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

This text font color is #F4BA95.


Background Color

.myBgColor { background-color: #F4BA95; }

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

This div background color is #F4BA95.


Border color

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

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

This div border color is #F4BA95.


Opacity

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

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

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

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

This text has shadow with #F4BA95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4BA95 on black background.


Color preview on white background

This text has color #F4BA95 on white background.



Black color preview on #F4BA95 background

This text has black color on #F4BA95 background.


White color preview on #F4BA95 background

This text has white color on #F4BA95 background.