COLOR #F4F99A

HEX: #F4F99A RGB: (244,249,154)

Color info

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

RGB color model

#F4F99A color RGB value is (244,249,154).

RGB: (244,249,154) (96%, 98%, 60%)

RGB channels and saturation

R 244 of 255 = 96%
G 249 of 255 = 98%
B 154 of 255 = 60%

244
249
154

R + G + B ~ 85%. #F4F99A is quite light color.

Portions of RGB colors in percentages

R + G + B = 244 + 249 + 154 = 647 (100%)
R 244 of 647 ~ 37.71%
G 249 of 647 ~ 38.49%
B 154 of 647 ~ 23.8'%

%37.71
%38.49
%23.8

CMYK color model

#F4F99A color CMYK value is (2,0,38,2).

  • cyan value is 2.01%
  • magenta value is 0.00%
  • yellow value is 38.15%
  • key color value is 2.35%

CMYK: (2,0,38,2)
C2M0Y38K2 (2%, 0%, 38%, 2%)
(0.02 / 0.00 / 0.38 / 0.02)

CMYK percentages

%2.01
%0
%38.15
%2.35

Codes

Color #F4F99A in popluar color models

F4 F9 9A
RGB 244 249 154
HSL 63° 88.79% 79.02%
HSB/HSV 63° 38.15% 97.65%
CMYK 2.01% 0.00% 38.15%
2.35%

Color #F4F99A in popluar number systems.

HEX F4 F9 9A
Decimal 244 249 154
Binary 11110100 11111001 10011010
Octal 364 371 232

Shades and tints

Shades of #F4F99A

#F4F99A
(244,249,154)
#DEE38C
(222,227,140)
#C8CD7E
(200,205,126)
#B2B770
(178,183,112)
#9CA162
(156,161,98)
#868B54
(134,139,84)
#707546
(112,117,70)
#5A5F38
(90,95,56)
#44492A
(68,73,42)
#2E331C
(46,51,28)
#181D0E
(24,29,14)
#000000
(0,0,0)

Tints of #F4F99A

#F4F99A
(244,249,154)
#F5F9A3
(245,249,163)
#F6F9AC
(246,249,172)
#F7F9B5
(247,249,181)
#F8F9BE
(248,249,190)
#F9F9C7
(249,249,199)
#FAF9D0
(250,249,208)
#FBF9D9
(251,249,217)
#FCF9E2
(252,249,226)
#FDF9EB
(253,249,235)
#FEF9F4
(254,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4F99A color. Also use rgb(244,249,154) instead hex code.

Text Font Color

.myTextColor { color: #F4F99A; }

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

This text font color is #F4F99A.

Background Color

.myBgColor { background-color: #F4F99A; }

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

This div background color is #F4F99A.

Border color

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

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

This div border color is #F4F99A.

Opacity

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

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

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

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

This text has shadow with #F4F99A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4F99A.

Preview

Color preview on black background

This text has color #F4F99A on black background.


Color preview on white background

This text has color #F4F99A on white background.


Black color preview on #F4F99A background

This text has black color on #F4F99A background.


White color preview on #F4F99A background

This text has white color on #F4F99A background.


Related colors

Complementary color

Complementary color for #hex is #0B0665.


I love getcolorcode.com

Triadic colors

1 #9AF4F9 and #F99AF4 with #F4F99A are triadic colors.

2 #9AF9F4 and #F9F49A with #F4F99A are triadic colors.