COLOR #F9FA00

HEX: #F9FA00
RGB: (249,250,0)

Color info

#F9FA00 contains only red and green colors. Web safe color of #F9FA00 is #FFFF00 (or #FF0).

RGB color model

#F9FA00 color RGB value is (249,250,0).

  • red value is 249;
  • green value is 250;
  • blue value is 0.
RGB:
(249,250,0)
(98%,98%,0%)

RGB channels and saturation

R 249 of 255 = 98%
G 250 of 255 = 98%
B 0 of 255 = 0%

249
250
0

R + G + B ~ 65%. #F9FA00 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 250 + 0 = 499 (100%)
R 249 of 499 ~ 49.9%
G 250 of 499 ~ 50.1%
B 0 of 499 ~ 0%

%49.9
%50.1

CMYK color model

#F9FA00 color CMYK value is (0,0,100,2).

  • cyan value is 0.40%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 1.96%
CMYK:
(0,0,100,2)
C0M0Y100K2 
(0%,0%,100%,2%)
(0.00/0.00/1.00/0.02)	

CMYK percentages

%0.4
%0
%100
%1.96

Codes

Color #F9FA00 in popluar color models

F9FA00
RGB2492500
HSL60°100.00%49.02%
HSB/HSV60°100.00%98.04%
CMYK0.40%0.00%100.00%
1.96%

Color #F9FA00 in popluar number systems.

HEXF9FA00
Decimal2492500
Binary11111001111110100
Octal3713720

Shades and tints

Shades of #F9FA00

#F9FA00
(249,250,0)
#E3E400
(227,228,0)
#CDCE00
(205,206,0)
#B7B800
(183,184,0)
#A1A200
(161,162,0)
#8B8C00
(139,140,0)
#757600
(117,118,0)
#5F6000
(95,96,0)
#494A00
(73,74,0)
#333400
(51,52,0)
#1D1E00
(29,30,0)
#000000
(0,0,0)

Tints of #F9FA00

#F9FA00
(249,250,0)
#F9FA17
(249,250,23)
#F9FA2E
(249,250,46)
#F9FA45
(249,250,69)
#F9FA5C
(249,250,92)
#F9FA73
(249,250,115)
#F9FA8A
(249,250,138)
#F9FAA1
(249,250,161)
#F9FAB8
(249,250,184)
#F9FACF
(249,250,207)
#F9FAE6
(249,250,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9FA00 color. Also use rgb(249,250,0) instead hex code.

Text Font Color

.myTextColor { color: #F9FA00; }

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

This text font color is #F9FA00.


Background Color

.myBgColor { background-color: #F9FA00; }

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

This div background color is #F9FA00.


Border color

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

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

This div border color is #F9FA00.


Opacity

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

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

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

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

This text has shadow with #F9FA00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9FA00 on black background.


Color preview on white background

This text has color #F9FA00 on white background.



Black color preview on #F9FA00 background

This text has black color on #F9FA00 background.


White color preview on #F9FA00 background

This text has white color on #F9FA00 background.