COLOR #F5FA9A

HEX: #F5FA9A
RGB: (245,250,154)

Color info

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

RGB color model

#F5FA9A color RGB value is (245,250,154).

  • red value is 245;
  • green value is 250;
  • blue value is 154.
RGB:
(245,250,154)
(96%,98%,60%)

RGB channels and saturation

R 245 of 255 = 96%
G 250 of 255 = 98%
B 154 of 255 = 60%

245
250
154

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

Portions of RGB colors in percentages

R + G + B =
245 + 250 + 154 = 649 (100%)
R 245 of 649 ~ 37.75%
G 250 of 649 ~ 38.52%
B 154 of 649 ~ 23.73%

%37.75
%38.52
%23.73

CMYK color model

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

  • cyan value is 2.00%
  • magenta value is 0.00%
  • yellow value is 38.40%
  • key color value is 1.96%
CMYK:
(2,0,38,2)
C2M0Y38K2 
(2%,0%,38%,2%)
(0.02/0.00/0.38/0.02)	

CMYK percentages

%2
%0
%38.4
%1.96

Codes

Color #F5FA9A in popluar color models

F5FA9A
RGB245250154
HSL63°90.57%79.22%
HSB/HSV63°38.40%98.04%
CMYK2.00%0.00%38.40%
1.96%

Color #F5FA9A in popluar number systems.

HEXF5FA9A
Decimal245250154
Binary111101011111101010011010
Octal365372232

Shades and tints

Shades of #F5FA9A

#F5FA9A
(245,250,154)
#DFE48C
(223,228,140)
#C9CE7E
(201,206,126)
#B3B870
(179,184,112)
#9DA262
(157,162,98)
#878C54
(135,140,84)
#717646
(113,118,70)
#5B6038
(91,96,56)
#454A2A
(69,74,42)
#2F341C
(47,52,28)
#191E0E
(25,30,14)
#000000
(0,0,0)

Tints of #F5FA9A

#F5FA9A
(245,250,154)
#F5FAA3
(245,250,163)
#F5FAAC
(245,250,172)
#F5FAB5
(245,250,181)
#F5FABE
(245,250,190)
#F5FAC7
(245,250,199)
#F5FAD0
(245,250,208)
#F5FAD9
(245,250,217)
#F5FAE2
(245,250,226)
#F5FAEB
(245,250,235)
#F5FAF4
(245,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5FA9A color. Also use rgb(245,250,154) instead hex code.

Text Font Color

.myTextColor { color: #F5FA9A; }

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

This text font color is #F5FA9A.


Background Color

.myBgColor { background-color: #F5FA9A; }

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

This div background color is #F5FA9A.


Border color

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

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

This div border color is #F5FA9A.


Opacity

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

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

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

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

This text has shadow with #F5FA9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5FA9A on black background.


Color preview on white background

This text has color #F5FA9A on white background.



Black color preview on #F5FA9A background

This text has black color on #F5FA9A background.


White color preview on #F5FA9A background

This text has white color on #F5FA9A background.