COLOR #F9FB7A

HEX: #F9FB7A RGB: (249,251,122)

Color info

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

RGB color model

#F9FB7A color RGB value is (249,251,122).

RGB: (249,251,122) (98%, 98%, 48%)

RGB channels and saturation

R 249 of 255 = 98%
G 251 of 255 = 98%
B 122 of 255 = 48%

249
251
122

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

Portions of RGB colors in percentages

R + G + B = 249 + 251 + 122 = 622 (100%)
R 249 of 622 ~ 40.03%
G 251 of 622 ~ 40.35%
B 122 of 622 ~ 19.61'%

%40.03
%40.35
%19.61

CMYK color model

#F9FB7A color CMYK value is (1,0,51,2).

  • cyan value is 0.80%
  • magenta value is 0.00%
  • yellow value is 51.39%
  • key color value is 1.57%
CMYK: (1,0,51,2) C1M0Y51K2 (1%,0%,51%,2%) (0.01/0.00/0.51/0.02) 

CMYK percentages

%0.8
%0
%51.39
%1.57

Codes

Color #F9FB7A in popluar color models

F9 FB 7A
RGB 249 251 122
HSL 61° 94.16% 73.14%
HSB/HSV 61° 51.39% 98.43%
CMYK 0.80% 0.00% 51.39%
1.57%

Color #F9FB7A in popluar number systems.

HEX F9 FB 7A
Decimal 249 251 122
Binary 11111001 11111011 1111010
Octal 371 373 172

Shades and tints

Shades of #F9FB7A

#F9FB7A
(249,251,122)
#E3E56F
(227,229,111)
#CDCF64
(205,207,100)
#B7B959
(183,185,89)
#A1A34E
(161,163,78)
#8B8D43
(139,141,67)
#757738
(117,119,56)
#5F612D
(95,97,45)
#494B22
(73,75,34)
#333517
(51,53,23)
#1D1F0C
(29,31,12)
#000000
(0,0,0)

Tints of #F9FB7A

#F9FB7A
(249,251,122)
#F9FB86
(249,251,134)
#F9FB92
(249,251,146)
#F9FB9E
(249,251,158)
#F9FBAA
(249,251,170)
#F9FBB6
(249,251,182)
#F9FBC2
(249,251,194)
#F9FBCE
(249,251,206)
#F9FBDA
(249,251,218)
#F9FBE6
(249,251,230)
#F9FBF2
(249,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9FB7A; }

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

This text font color is #F9FB7A.

Background Color

.myBgColor { background-color: #F9FB7A; }

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

This div background color is #F9FB7A.

Border color

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

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

This div border color is #F9FB7A.

Opacity

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

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

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

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

This text has shadow with #F9FB7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9FB7A.

Preview

Color preview on black background

This text has color #F9FB7A on black background.


Color preview on white background

This text has color #F9FB7A on white background.


Black color preview on #F9FB7A background

This text has black color on #F9FB7A background.


White color preview on #F9FB7A background

This text has white color on #F9FB7A background.


Related colors

Complementary color

Complementary color for #hex is #060485.


I love getcolorcode.com

Triadic colors

1 #7AF9FB and #FB7AF9 with #F9FB7A are triadic colors.

2 #7AFBF9 and #FBF97A with #F9FB7A are triadic colors.