COLOR #F4E86F

HEX: #F4E86F
RGB: (244,232,111)

Color info

#F4E86F contains mainly red and green colors. Web safe color of #F4E86F is #FFFF66 (or #FF6).

RGB color model

#F4E86F color RGB value is (244,232,111).

  • red value is 244;
  • green value is 232;
  • blue value is 111.
RGB:
(244,232,111)
(96%,91%,44%)

RGB channels and saturation

R 244 of 255 = 96%
G 232 of 255 = 91%
B 111 of 255 = 44%

244
232
111

R + G + B ~ 77%. #F4E86F is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 232 + 111 = 587 (100%)
R 244 of 587 ~ 41.57%
G 232 of 587 ~ 39.52%
B 111 of 587 ~ 18.91%

%41.57
%39.52
%18.91

CMYK color model

#F4E86F color CMYK value is (0,5,55,4).

  • cyan value is 0.00%
  • magenta value is 4.92%
  • yellow value is 54.51%
  • key color value is 4.31%
CMYK:
(0,5,55,4)
C0M5Y55K4 
(0%,5%,55%,4%)
(0.00/0.05/0.55/0.04)	

CMYK percentages

%0
%4.92
%54.51
%4.31

Codes

Color #F4E86F in popluar color models

F4E86F
RGB244232111
HSL55°85.81%69.61%
HSB/HSV55°54.51%95.69%
CMYK0.00%4.92%54.51%
4.31%

Color #F4E86F in popluar number systems.

HEXF4E86F
Decimal244232111
Binary11110100111010001101111
Octal364350157

Shades and tints

Shades of #F4E86F

#F4E86F
(244,232,111)
#DED365
(222,211,101)
#C8BE5B
(200,190,91)
#B2A951
(178,169,81)
#9C9447
(156,148,71)
#867F3D
(134,127,61)
#706A33
(112,106,51)
#5A5529
(90,85,41)
#44401F
(68,64,31)
#2E2B15
(46,43,21)
#18160B
(24,22,11)
#000000
(0,0,0)

Tints of #F4E86F

#F4E86F
(244,232,111)
#F5EA7C
(245,234,124)
#F6EC89
(246,236,137)
#F7EE96
(247,238,150)
#F8F0A3
(248,240,163)
#F9F2B0
(249,242,176)
#FAF4BD
(250,244,189)
#FBF6CA
(251,246,202)
#FCF8D7
(252,248,215)
#FDFAE4
(253,250,228)
#FEFCF1
(254,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4E86F color. Also use rgb(244,232,111) instead hex code.

Text Font Color

.myTextColor { color: #F4E86F; }

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

This text font color is #F4E86F.


Background Color

.myBgColor { background-color: #F4E86F; }

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

This div background color is #F4E86F.


Border color

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

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

This div border color is #F4E86F.


Opacity

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

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

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

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

This text has shadow with #F4E86F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4E86F on black background.


Color preview on white background

This text has color #F4E86F on white background.



Black color preview on #F4E86F background

This text has black color on #F4E86F background.


White color preview on #F4E86F background

This text has white color on #F4E86F background.