COLOR #F4B68B

HEX: #F4B68B
RGB: (244,182,139)

Color info

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

RGB color model

#F4B68B color RGB value is (244,182,139).

  • red value is 244;
  • green value is 182;
  • blue value is 139.
RGB:
(244,182,139)
(96%,71%,55%)

RGB channels and saturation

R 244 of 255 = 96%
G 182 of 255 = 71%
B 139 of 255 = 55%

244
182
139

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

Portions of RGB colors in percentages

R + G + B =
244 + 182 + 139 = 565 (100%)
R 244 of 565 ~ 43.19%
G 182 of 565 ~ 32.21%
B 139 of 565 ~ 24.6%

%43.19
%32.21
%24.6

CMYK color model

#F4B68B color CMYK value is (0,25,43,4).

  • cyan value is 0.00%
  • magenta value is 25.41%
  • yellow value is 43.03%
  • key color value is 4.31%
CMYK:
(0,25,43,4)
C0M25Y43K4 
(0%,25%,43%,4%)
(0.00/0.25/0.43/0.04)	

CMYK percentages

%0
%25.41
%43.03
%4.31

Codes

Color #F4B68B in popluar color models

F4B68B
RGB244182139
HSL25°82.68%75.10%
HSB/HSV25°43.03%95.69%
CMYK0.00%25.41%43.03%
4.31%

Color #F4B68B in popluar number systems.

HEXF4B68B
Decimal244182139
Binary111101001011011010001011
Octal364266213

Shades and tints

Shades of #F4B68B

#F4B68B
(244,182,139)
#DEA67F
(222,166,127)
#C89673
(200,150,115)
#B28667
(178,134,103)
#9C765B
(156,118,91)
#86664F
(134,102,79)
#705643
(112,86,67)
#5A4637
(90,70,55)
#44362B
(68,54,43)
#2E261F
(46,38,31)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #F4B68B

#F4B68B
(244,182,139)
#F5BC95
(245,188,149)
#F6C29F
(246,194,159)
#F7C8A9
(247,200,169)
#F8CEB3
(248,206,179)
#F9D4BD
(249,212,189)
#FADAC7
(250,218,199)
#FBE0D1
(251,224,209)
#FCE6DB
(252,230,219)
#FDECE5
(253,236,229)
#FEF2EF
(254,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4B68B color. Also use rgb(244,182,139) instead hex code.

Text Font Color

.myTextColor { color: #F4B68B; }

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

This text font color is #F4B68B.


Background Color

.myBgColor { background-color: #F4B68B; }

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

This div background color is #F4B68B.


Border color

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

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

This div border color is #F4B68B.


Opacity

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

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

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

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

This text has shadow with #F4B68B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4B68B on black background.


Color preview on white background

This text has color #F4B68B on white background.



Black color preview on #F4B68B background

This text has black color on #F4B68B background.


White color preview on #F4B68B background

This text has white color on #F4B68B background.