COLOR #F9FC75

HEX: #F9FC75
RGB: (249,252,117)

Color info

#F9FC75 contains mainly red and green colors. Web safe color of #F9FC75 is #FFFF66 (or #FF6).

RGB color model

#F9FC75 color RGB value is (249,252,117).

  • red value is 249;
  • green value is 252;
  • blue value is 117.
RGB:
(249,252,117)
(98%,99%,46%)

RGB channels and saturation

R 249 of 255 = 98%
G 252 of 255 = 99%
B 117 of 255 = 46%

249
252
117

R + G + B ~ 81%. #F9FC75 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 252 + 117 = 618 (100%)
R 249 of 618 ~ 40.29%
G 252 of 618 ~ 40.78%
B 117 of 618 ~ 18.93%

%40.29
%40.78
%18.93

CMYK color model

#F9FC75 color CMYK value is (1,0,54,1).

  • cyan value is 1.19%
  • magenta value is 0.00%
  • yellow value is 53.57%
  • key color value is 1.18%
CMYK:
(1,0,54,1)
C1M0Y54K1 
(1%,0%,54%,1%)
(0.01/0.00/0.54/0.01)	

CMYK percentages

%1.19
%0
%53.57
%1.18

Codes

Color #F9FC75 in popluar color models

F9FC75
RGB249252117
HSL61°95.74%72.35%
HSB/HSV61°53.57%98.82%
CMYK1.19%0.00%53.57%
1.18%

Color #F9FC75 in popluar number systems.

HEXF9FC75
Decimal249252117
Binary11111001111111001110101
Octal371374165

Shades and tints

Shades of #F9FC75

#F9FC75
(249,252,117)
#E3E66B
(227,230,107)
#CDD061
(205,208,97)
#B7BA57
(183,186,87)
#A1A44D
(161,164,77)
#8B8E43
(139,142,67)
#757839
(117,120,57)
#5F622F
(95,98,47)
#494C25
(73,76,37)
#33361B
(51,54,27)
#1D2011
(29,32,17)
#000000
(0,0,0)

Tints of #F9FC75

#F9FC75
(249,252,117)
#F9FC81
(249,252,129)
#F9FC8D
(249,252,141)
#F9FC99
(249,252,153)
#F9FCA5
(249,252,165)
#F9FCB1
(249,252,177)
#F9FCBD
(249,252,189)
#F9FCC9
(249,252,201)
#F9FCD5
(249,252,213)
#F9FCE1
(249,252,225)
#F9FCED
(249,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9FC75 color. Also use rgb(249,252,117) instead hex code.

Text Font Color

.myTextColor { color: #F9FC75; }

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

This text font color is #F9FC75.


Background Color

.myBgColor { background-color: #F9FC75; }

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

This div background color is #F9FC75.


Border color

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

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

This div border color is #F9FC75.


Opacity

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

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

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

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

This text has shadow with #F9FC75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9FC75 on black background.


Color preview on white background

This text has color #F9FC75 on white background.



Black color preview on #F9FC75 background

This text has black color on #F9FC75 background.


White color preview on #F9FC75 background

This text has white color on #F9FC75 background.