COLOR #F4B489

HEX: #F4B489
RGB: (244,180,137)

Color info

#F4B489 contains mainly red color. Web safe color of #F4B489 is #FFCC99 (or #FC9).

RGB color model

#F4B489 color RGB value is (244,180,137).

  • red value is 244;
  • green value is 180;
  • blue value is 137.
RGB:
(244,180,137)
(96%,71%,54%)

RGB channels and saturation

R 244 of 255 = 96%
G 180 of 255 = 71%
B 137 of 255 = 54%

244
180
137

R + G + B ~ 74%. #F4B489 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 180 + 137 = 561 (100%)
R 244 of 561 ~ 43.49%
G 180 of 561 ~ 32.09%
B 137 of 561 ~ 24.42%

%43.49
%32.09
%24.42

CMYK color model

#F4B489 color CMYK value is (0,26,44,4).

  • cyan value is 0.00%
  • magenta value is 26.23%
  • yellow value is 43.85%
  • key color value is 4.31%
CMYK:
(0,26,44,4)
C0M26Y44K4 
(0%,26%,44%,4%)
(0.00/0.26/0.44/0.04)	

CMYK percentages

%0
%26.23
%43.85
%4.31

Codes

Color #F4B489 in popluar color models

F4B489
RGB244180137
HSL24°82.95%74.71%
HSB/HSV24°43.85%95.69%
CMYK0.00%26.23%43.85%
4.31%

Color #F4B489 in popluar number systems.

HEXF4B489
Decimal244180137
Binary111101001011010010001001
Octal364264211

Shades and tints

Shades of #F4B489

#F4B489
(244,180,137)
#DEA47D
(222,164,125)
#C89471
(200,148,113)
#B28465
(178,132,101)
#9C7459
(156,116,89)
#86644D
(134,100,77)
#705441
(112,84,65)
#5A4435
(90,68,53)
#443429
(68,52,41)
#2E241D
(46,36,29)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #F4B489

#F4B489
(244,180,137)
#F5BA93
(245,186,147)
#F6C09D
(246,192,157)
#F7C6A7
(247,198,167)
#F8CCB1
(248,204,177)
#F9D2BB
(249,210,187)
#FAD8C5
(250,216,197)
#FBDECF
(251,222,207)
#FCE4D9
(252,228,217)
#FDEAE3
(253,234,227)
#FEF0ED
(254,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4B489 color. Also use rgb(244,180,137) instead hex code.

Text Font Color

.myTextColor { color: #F4B489; }

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

This text font color is #F4B489.


Background Color

.myBgColor { background-color: #F4B489; }

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

This div background color is #F4B489.


Border color

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

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

This div border color is #F4B489.


Opacity

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

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

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

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

This text has shadow with #F4B489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4B489 on black background.


Color preview on white background

This text has color #F4B489 on white background.



Black color preview on #F4B489 background

This text has black color on #F4B489 background.


White color preview on #F4B489 background

This text has white color on #F4B489 background.