COLOR #F4F296

HEX: #F4F296
RGB: (244,242,150)

Color info

#F4F296 contains mainly red and green colors. Web safe color of #F4F296 is #FFFF99 (or #FF9).

RGB color model

#F4F296 color RGB value is (244,242,150).

  • red value is 244;
  • green value is 242;
  • blue value is 150.
RGB:
(244,242,150)
(96%,95%,59%)

RGB channels and saturation

R 244 of 255 = 96%
G 242 of 255 = 95%
B 150 of 255 = 59%

244
242
150

R + G + B ~ 83%. #F4F296 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 242 + 150 = 636 (100%)
R 244 of 636 ~ 38.36%
G 242 of 636 ~ 38.05%
B 150 of 636 ~ 23.58%

%38.36
%38.05
%23.58

CMYK color model

#F4F296 color CMYK value is (0,1,39,4).

  • cyan value is 0.00%
  • magenta value is 0.82%
  • yellow value is 38.52%
  • key color value is 4.31%
CMYK:
(0,1,39,4)
C0M1Y39K4 
(0%,1%,39%,4%)
(0.00/0.01/0.39/0.04)	

CMYK percentages

%0
%0.82
%38.52
%4.31

Codes

Color #F4F296 in popluar color models

F4F296
RGB244242150
HSL59°81.03%77.25%
HSB/HSV59°38.52%95.69%
CMYK0.00%0.82%38.52%
4.31%

Color #F4F296 in popluar number systems.

HEXF4F296
Decimal244242150
Binary111101001111001010010110
Octal364362226

Shades and tints

Shades of #F4F296

#F4F296
(244,242,150)
#DEDC89
(222,220,137)
#C8C67C
(200,198,124)
#B2B06F
(178,176,111)
#9C9A62
(156,154,98)
#868455
(134,132,85)
#706E48
(112,110,72)
#5A583B
(90,88,59)
#44422E
(68,66,46)
#2E2C21
(46,44,33)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #F4F296

#F4F296
(244,242,150)
#F5F39F
(245,243,159)
#F6F4A8
(246,244,168)
#F7F5B1
(247,245,177)
#F8F6BA
(248,246,186)
#F9F7C3
(249,247,195)
#FAF8CC
(250,248,204)
#FBF9D5
(251,249,213)
#FCFADE
(252,250,222)
#FDFBE7
(253,251,231)
#FEFCF0
(254,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4F296 color. Also use rgb(244,242,150) instead hex code.

Text Font Color

.myTextColor { color: #F4F296; }

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

This text font color is #F4F296.


Background Color

.myBgColor { background-color: #F4F296; }

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

This div background color is #F4F296.


Border color

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

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

This div border color is #F4F296.


Opacity

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

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

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

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

This text has shadow with #F4F296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4F296 on black background.


Color preview on white background

This text has color #F4F296 on white background.



Black color preview on #F4F296 background

This text has black color on #F4F296 background.


White color preview on #F4F296 background

This text has white color on #F4F296 background.