COLOR #F9FD9A

HEX: #F9FD9A
RGB: (249,253,154)

Color info

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

RGB color model

#F9FD9A color RGB value is (249,253,154).

  • red value is 249;
  • green value is 253;
  • blue value is 154.
RGB:
(249,253,154)
(98%,99%,60%)

RGB channels and saturation

R 249 of 255 = 98%
G 253 of 255 = 99%
B 154 of 255 = 60%

249
253
154

R + G + B ~ 86%. #F9FD9A is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 253 + 154 = 656 (100%)
R 249 of 656 ~ 37.96%
G 253 of 656 ~ 38.57%
B 154 of 656 ~ 23.48%

%37.96
%38.57
%23.48

CMYK color model

#F9FD9A color CMYK value is (2,0,39,1).

  • cyan value is 1.58%
  • magenta value is 0.00%
  • yellow value is 39.13%
  • key color value is 0.78%
CMYK:
(2,0,39,1)
C2M0Y39K1 
(2%,0%,39%,1%)
(0.02/0.00/0.39/0.01)	

CMYK percentages

%1.58
%0
%39.13
%0.78

Codes

Color #F9FD9A in popluar color models

F9FD9A
RGB249253154
HSL62°96.12%79.80%
HSB/HSV62°39.13%99.22%
CMYK1.58%0.00%39.13%
0.78%

Color #F9FD9A in popluar number systems.

HEXF9FD9A
Decimal249253154
Binary111110011111110110011010
Octal371375232

Shades and tints

Shades of #F9FD9A

#F9FD9A
(249,253,154)
#E3E68C
(227,230,140)
#CDCF7E
(205,207,126)
#B7B870
(183,184,112)
#A1A162
(161,161,98)
#8B8A54
(139,138,84)
#757346
(117,115,70)
#5F5C38
(95,92,56)
#49452A
(73,69,42)
#332E1C
(51,46,28)
#1D170E
(29,23,14)
#000000
(0,0,0)

Tints of #F9FD9A

#F9FD9A
(249,253,154)
#F9FDA3
(249,253,163)
#F9FDAC
(249,253,172)
#F9FDB5
(249,253,181)
#F9FDBE
(249,253,190)
#F9FDC7
(249,253,199)
#F9FDD0
(249,253,208)
#F9FDD9
(249,253,217)
#F9FDE2
(249,253,226)
#F9FDEB
(249,253,235)
#F9FDF4
(249,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9FD9A; }

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

This text font color is #F9FD9A.


Background Color

.myBgColor { background-color: #F9FD9A; }

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

This div background color is #F9FD9A.


Border color

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

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

This div border color is #F9FD9A.


Opacity

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

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

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

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

This text has shadow with #F9FD9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9FD9A on black background.


Color preview on white background

This text has color #F9FD9A on white background.



Black color preview on #F9FD9A background

This text has black color on #F9FD9A background.


White color preview on #F9FD9A background

This text has white color on #F9FD9A background.