COLOR #F4F2AF

HEX: #F4F2AF
RGB: (244,242,175)

Color info

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

RGB color model

#F4F2AF color RGB value is (244,242,175).

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

RGB channels and saturation

R 244 of 255 = 96%
G 242 of 255 = 95%
B 175 of 255 = 69%

244
242
175

R + G + B ~ 87%. #F4F2AF is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 242 + 175 = 661 (100%)
R 244 of 661 ~ 36.91%
G 242 of 661 ~ 36.61%
B 175 of 661 ~ 26.48%

%36.91
%36.61
%26.48

CMYK color model

#F4F2AF color CMYK value is (0,1,28,4).

  • cyan value is 0.00%
  • magenta value is 0.82%
  • yellow value is 28.28%
  • key color value is 4.31%
CMYK:
(0,1,28,4)
C0M1Y28K4 
(0%,1%,28%,4%)
(0.00/0.01/0.28/0.04)	

CMYK percentages

%0
%0.82
%28.28
%4.31

Codes

Color #F4F2AF in popluar color models

F4F2AF
RGB244242175
HSL58°75.82%82.16%
HSB/HSV58°28.28%95.69%
CMYK0.00%0.82%28.28%
4.31%

Color #F4F2AF in popluar number systems.

HEXF4F2AF
Decimal244242175
Binary111101001111001010101111
Octal364362257

Shades and tints

Shades of #F4F2AF

#F4F2AF
(244,242,175)
#DEDCA0
(222,220,160)
#C8C691
(200,198,145)
#B2B082
(178,176,130)
#9C9A73
(156,154,115)
#868464
(134,132,100)
#706E55
(112,110,85)
#5A5846
(90,88,70)
#444237
(68,66,55)
#2E2C28
(46,44,40)
#181619
(24,22,25)
#000000
(0,0,0)

Tints of #F4F2AF

#F4F2AF
(244,242,175)
#F5F3B6
(245,243,182)
#F6F4BD
(246,244,189)
#F7F5C4
(247,245,196)
#F8F6CB
(248,246,203)
#F9F7D2
(249,247,210)
#FAF8D9
(250,248,217)
#FBF9E0
(251,249,224)
#FCFAE7
(252,250,231)
#FDFBEE
(253,251,238)
#FEFCF5
(254,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4F2AF; }

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

This text font color is #F4F2AF.


Background Color

.myBgColor { background-color: #F4F2AF; }

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

This div background color is #F4F2AF.


Border color

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

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

This div border color is #F4F2AF.


Opacity

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

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

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

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

This text has shadow with #F4F2AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4F2AF on black background.


Color preview on white background

This text has color #F4F2AF on white background.



Black color preview on #F4F2AF background

This text has black color on #F4F2AF background.


White color preview on #F4F2AF background

This text has white color on #F4F2AF background.