COLOR #F4B98D

HEX: #F4B98D
RGB: (244,185,141)

Color info

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

RGB color model

#F4B98D color RGB value is (244,185,141).

  • red value is 244;
  • green value is 185;
  • blue value is 141.
RGB:
(244,185,141)
(96%,73%,55%)

RGB channels and saturation

R 244 of 255 = 96%
G 185 of 255 = 73%
B 141 of 255 = 55%

244
185
141

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

Portions of RGB colors in percentages

R + G + B =
244 + 185 + 141 = 570 (100%)
R 244 of 570 ~ 42.81%
G 185 of 570 ~ 32.46%
B 141 of 570 ~ 24.74%

%42.81
%32.46
%24.74

CMYK color model

#F4B98D color CMYK value is (0,24,42,4).

  • cyan value is 0.00%
  • magenta value is 24.18%
  • yellow value is 42.21%
  • key color value is 4.31%
CMYK:
(0,24,42,4)
C0M24Y42K4 
(0%,24%,42%,4%)
(0.00/0.24/0.42/0.04)	

CMYK percentages

%0
%24.18
%42.21
%4.31

Codes

Color #F4B98D in popluar color models

F4B98D
RGB244185141
HSL26°82.40%75.49%
HSB/HSV26°42.21%95.69%
CMYK0.00%24.18%42.21%
4.31%

Color #F4B98D in popluar number systems.

HEXF4B98D
Decimal244185141
Binary111101001011100110001101
Octal364271215

Shades and tints

Shades of #F4B98D

#F4B98D
(244,185,141)
#DEA981
(222,169,129)
#C89975
(200,153,117)
#B28969
(178,137,105)
#9C795D
(156,121,93)
#866951
(134,105,81)
#705945
(112,89,69)
#5A4939
(90,73,57)
#44392D
(68,57,45)
#2E2921
(46,41,33)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #F4B98D

#F4B98D
(244,185,141)
#F5BF97
(245,191,151)
#F6C5A1
(246,197,161)
#F7CBAB
(247,203,171)
#F8D1B5
(248,209,181)
#F9D7BF
(249,215,191)
#FADDC9
(250,221,201)
#FBE3D3
(251,227,211)
#FCE9DD
(252,233,221)
#FDEFE7
(253,239,231)
#FEF5F1
(254,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4B98D color. Also use rgb(244,185,141) instead hex code.

Text Font Color

.myTextColor { color: #F4B98D; }

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

This text font color is #F4B98D.


Background Color

.myBgColor { background-color: #F4B98D; }

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

This div background color is #F4B98D.


Border color

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

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

This div border color is #F4B98D.


Opacity

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

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

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

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

This text has shadow with #F4B98D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4B98D on black background.


Color preview on white background

This text has color #F4B98D on white background.



Black color preview on #F4B98D background

This text has black color on #F4B98D background.


White color preview on #F4B98D background

This text has white color on #F4B98D background.