COLOR #F7F9A5

HEX: #F7F9A5
RGB: (247,249,165)

Color info

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

RGB color model

#F7F9A5 color RGB value is (247,249,165).

  • red value is 247;
  • green value is 249;
  • blue value is 165.
RGB:
(247,249,165)
(97%,98%,65%)

RGB channels and saturation

R 247 of 255 = 97%
G 249 of 255 = 98%
B 165 of 255 = 65%

247
249
165

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

Portions of RGB colors in percentages

R + G + B =
247 + 249 + 165 = 661 (100%)
R 247 of 661 ~ 37.37%
G 249 of 661 ~ 37.67%
B 165 of 661 ~ 24.96%

%37.37
%37.67
%24.96

CMYK color model

#F7F9A5 color CMYK value is (1,0,34,2).

  • cyan value is 0.80%
  • magenta value is 0.00%
  • yellow value is 33.73%
  • key color value is 2.35%
CMYK:
(1,0,34,2)
C1M0Y34K2 
(1%,0%,34%,2%)
(0.01/0.00/0.34/0.02)	

CMYK percentages

%0.8
%0
%33.73
%2.35

Codes

Color #F7F9A5 in popluar color models

F7F9A5
RGB247249165
HSL61°87.50%81.18%
HSB/HSV61°33.73%97.65%
CMYK0.80%0.00%33.73%
2.35%

Color #F7F9A5 in popluar number systems.

HEXF7F9A5
Decimal247249165
Binary111101111111100110100101
Octal367371245

Shades and tints

Shades of #F7F9A5

#F7F9A5
(247,249,165)
#E1E396
(225,227,150)
#CBCD87
(203,205,135)
#B5B778
(181,183,120)
#9FA169
(159,161,105)
#898B5A
(137,139,90)
#73754B
(115,117,75)
#5D5F3C
(93,95,60)
#47492D
(71,73,45)
#31331E
(49,51,30)
#1B1D0F
(27,29,15)
#000000
(0,0,0)

Tints of #F7F9A5

#F7F9A5
(247,249,165)
#F7F9AD
(247,249,173)
#F7F9B5
(247,249,181)
#F7F9BD
(247,249,189)
#F7F9C5
(247,249,197)
#F7F9CD
(247,249,205)
#F7F9D5
(247,249,213)
#F7F9DD
(247,249,221)
#F7F9E5
(247,249,229)
#F7F9ED
(247,249,237)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7F9A5 color. Also use rgb(247,249,165) instead hex code.

Text Font Color

.myTextColor { color: #F7F9A5; }

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

This text font color is #F7F9A5.


Background Color

.myBgColor { background-color: #F7F9A5; }

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

This div background color is #F7F9A5.


Border color

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

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

This div border color is #F7F9A5.


Opacity

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

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

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

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

This text has shadow with #F7F9A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7F9A5 on black background.


Color preview on white background

This text has color #F7F9A5 on white background.



Black color preview on #F7F9A5 background

This text has black color on #F7F9A5 background.


White color preview on #F7F9A5 background

This text has white color on #F7F9A5 background.