COLOR #F9FB1F

HEX: #F9FB1F
RGB: (249,251,31)

Color info

#F9FB1F contains mainly red and green colors. Web safe color of #F9FB1F is #FFFF33 (or #FF3).

RGB color model

#F9FB1F color RGB value is (249,251,31).

  • red value is 249;
  • green value is 251;
  • blue value is 31.
RGB:
(249,251,31)
(98%,98%,12%)

RGB channels and saturation

R 249 of 255 = 98%
G 251 of 255 = 98%
B 31 of 255 = 12%

249
251
31

R + G + B ~ 69%. #F9FB1F is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 251 + 31 = 531 (100%)
R 249 of 531 ~ 46.89%
G 251 of 531 ~ 47.27%
B 31 of 531 ~ 5.84%

%46.89
%47.27

CMYK color model

#F9FB1F color CMYK value is (1,0,88,2).

  • cyan value is 0.80%
  • magenta value is 0.00%
  • yellow value is 87.65%
  • key color value is 1.57%
CMYK:
(1,0,88,2)
C1M0Y88K2 
(1%,0%,88%,2%)
(0.01/0.00/0.88/0.02)	

CMYK percentages

%0.8
%0
%87.65
%1.57

Codes

Color #F9FB1F in popluar color models

F9FB1F
RGB24925131
HSL61°96.49%55.29%
HSB/HSV61°87.65%98.43%
CMYK0.80%0.00%87.65%
1.57%

Color #F9FB1F in popluar number systems.

HEXF9FB1F
Decimal24925131
Binary111110011111101111111
Octal37137337

Shades and tints

Shades of #F9FB1F

#F9FB1F
(249,251,31)
#E3E51D
(227,229,29)
#CDCF1B
(205,207,27)
#B7B919
(183,185,25)
#A1A317
(161,163,23)
#8B8D15
(139,141,21)
#757713
(117,119,19)
#5F6111
(95,97,17)
#494B0F
(73,75,15)
#33350D
(51,53,13)
#1D1F0B
(29,31,11)
#000000
(0,0,0)

Tints of #F9FB1F

#F9FB1F
(249,251,31)
#F9FB33
(249,251,51)
#F9FB47
(249,251,71)
#F9FB5B
(249,251,91)
#F9FB6F
(249,251,111)
#F9FB83
(249,251,131)
#F9FB97
(249,251,151)
#F9FBAB
(249,251,171)
#F9FBBF
(249,251,191)
#F9FBD3
(249,251,211)
#F9FBE7
(249,251,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9FB1F color. Also use rgb(249,251,31) instead hex code.

Text Font Color

.myTextColor { color: #F9FB1F; }

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

This text font color is #F9FB1F.


Background Color

.myBgColor { background-color: #F9FB1F; }

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

This div background color is #F9FB1F.


Border color

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

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

This div border color is #F9FB1F.


Opacity

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

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

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

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

This text has shadow with #F9FB1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9FB1F on black background.


Color preview on white background

This text has color #F9FB1F on white background.



Black color preview on #F9FB1F background

This text has black color on #F9FB1F background.


White color preview on #F9FB1F background

This text has white color on #F9FB1F background.