COLOR #F4B18A

HEX: #F4B18A
RGB: (244,177,138)

Color info

#F4B18A contains mainly red color. Web safe color of #F4B18A is #FF9999 (or #F99).

RGB color model

#F4B18A color RGB value is (244,177,138).

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

RGB channels and saturation

R 244 of 255 = 96%
G 177 of 255 = 69%
B 138 of 255 = 54%

244
177
138

R + G + B ~ 73%. #F4B18A is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 177 + 138 = 559 (100%)
R 244 of 559 ~ 43.65%
G 177 of 559 ~ 31.66%
B 138 of 559 ~ 24.69%

%43.65
%31.66
%24.69

CMYK color model

#F4B18A color CMYK value is (0,27,43,4).

  • cyan value is 0.00%
  • magenta value is 27.46%
  • yellow value is 43.44%
  • key color value is 4.31%
CMYK:
(0,27,43,4)
C0M27Y43K4 
(0%,27%,43%,4%)
(0.00/0.27/0.43/0.04)	

CMYK percentages

%0
%27.46
%43.44
%4.31

Codes

Color #F4B18A in popluar color models

F4B18A
RGB244177138
HSL22°82.81%74.90%
HSB/HSV22°43.44%95.69%
CMYK0.00%27.46%43.44%
4.31%

Color #F4B18A in popluar number systems.

HEXF4B18A
Decimal244177138
Binary111101001011000110001010
Octal364261212

Shades and tints

Shades of #F4B18A

#F4B18A
(244,177,138)
#DEA17E
(222,161,126)
#C89172
(200,145,114)
#B28166
(178,129,102)
#9C715A
(156,113,90)
#86614E
(134,97,78)
#705142
(112,81,66)
#5A4136
(90,65,54)
#44312A
(68,49,42)
#2E211E
(46,33,30)
#181112
(24,17,18)
#000000
(0,0,0)

Tints of #F4B18A

#F4B18A
(244,177,138)
#F5B894
(245,184,148)
#F6BF9E
(246,191,158)
#F7C6A8
(247,198,168)
#F8CDB2
(248,205,178)
#F9D4BC
(249,212,188)
#FADBC6
(250,219,198)
#FBE2D0
(251,226,208)
#FCE9DA
(252,233,218)
#FDF0E4
(253,240,228)
#FEF7EE
(254,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4B18A; }

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

This text font color is #F4B18A.


Background Color

.myBgColor { background-color: #F4B18A; }

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

This div background color is #F4B18A.


Border color

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

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

This div border color is #F4B18A.


Opacity

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

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

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

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

This text has shadow with #F4B18A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4B18A on black background.


Color preview on white background

This text has color #F4B18A on white background.



Black color preview on #F4B18A background

This text has black color on #F4B18A background.


White color preview on #F4B18A background

This text has white color on #F4B18A background.