COLOR #F9FA01

HEX: #F9FA01
RGB: (249,250,1)

Color info

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

RGB color model

#F9FA01 color RGB value is (249,250,1).

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

RGB channels and saturation

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

249
250
1

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

Portions of RGB colors in percentages

R + G + B =
249 + 250 + 1 = 500 (100%)
R 249 of 500 ~ 49.8%
G 250 of 500 ~ 50%
B 1 of 500 ~ 0.2%

%49.8
%50

CMYK color model

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

  • cyan value is 0.40%
  • magenta value is 0.00%
  • yellow value is 99.60%
  • 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
%99.6
%1.96

Codes

Color #F9FA01 in popluar color models

F9FA01
RGB2492501
HSL60°99.20%49.22%
HSB/HSV60°99.60%98.04%
CMYK0.40%0.00%99.60%
1.96%

Color #F9FA01 in popluar number systems.

HEXF9FA01
Decimal2492501
Binary11111001111110101
Octal3713721

Shades and tints

Shades of #F9FA01

#F9FA01
(249,250,1)
#E3E401
(227,228,1)
#CDCE01
(205,206,1)
#B7B801
(183,184,1)
#A1A201
(161,162,1)
#8B8C01
(139,140,1)
#757601
(117,118,1)
#5F6001
(95,96,1)
#494A01
(73,74,1)
#333401
(51,52,1)
#1D1E01
(29,30,1)
#000000
(0,0,0)

Tints of #F9FA01

#F9FA01
(249,250,1)
#F9FA18
(249,250,24)
#F9FA2F
(249,250,47)
#F9FA46
(249,250,70)
#F9FA5D
(249,250,93)
#F9FA74
(249,250,116)
#F9FA8B
(249,250,139)
#F9FAA2
(249,250,162)
#F9FAB9
(249,250,185)
#F9FAD0
(249,250,208)
#F9FAE7
(249,250,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9FA01; }

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

This text font color is #F9FA01.


Background Color

.myBgColor { background-color: #F9FA01; }

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

This div background color is #F9FA01.


Border color

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

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

This div border color is #F9FA01.


Opacity

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

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

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

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

This text has shadow with #F9FA01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9FA01 on black background.


Color preview on white background

This text has color #F9FA01 on white background.



Black color preview on #F9FA01 background

This text has black color on #F9FA01 background.


White color preview on #F9FA01 background

This text has white color on #F9FA01 background.