COLOR #F9F28A

HEX: #F9F28A RGB: (249,242,138)

Color info

#F9F28A contains mainly red and green colors. Web safe color of #F9F28A is #FFFF99 (or #FF9).

RGB color model

#F9F28A color RGB value is (249,242,138).

RGB: (249,242,138) (98%, 95%, 54%)

RGB channels and saturation

R 249 of 255 = 98%
G 242 of 255 = 95%
B 138 of 255 = 54%

249
242
138

R + G + B ~ 82%. #F9F28A is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 242 + 138 = 629 (100%)
R 249 of 629 ~ 39.59%
G 242 of 629 ~ 38.47%
B 138 of 629 ~ 21.94'%

%39.59
%38.47
%21.94

CMYK color model

#F9F28A color CMYK value is (0,3,45,2).

  • cyan value is 0.00%
  • magenta value is 2.81%
  • yellow value is 44.58%
  • key color value is 2.35%
CMYK: (0,3,45,2) C0M3Y45K2 (0%,3%,45%,2%) (0.00/0.03/0.45/0.02) 

CMYK percentages

%0
%2.81
%44.58
%2.35

Codes

Color #F9F28A in popluar color models

F9 F2 8A
RGB 249 242 138
HSL 56° 90.24% 75.88%
HSB/HSV 56° 44.58% 97.65%
CMYK 0.00% 2.81% 44.58%
2.35%

Color #F9F28A in popluar number systems.

HEX F9 F2 8A
Decimal 249 242 138
Binary 11111001 11110010 10001010
Octal 371 362 212

Shades and tints

Shades of #F9F28A

#F9F28A
(249,242,138)
#E3DC7E
(227,220,126)
#CDC672
(205,198,114)
#B7B066
(183,176,102)
#A19A5A
(161,154,90)
#8B844E
(139,132,78)
#756E42
(117,110,66)
#5F5836
(95,88,54)
#49422A
(73,66,42)
#332C1E
(51,44,30)
#1D1612
(29,22,18)
#000000
(0,0,0)

Tints of #F9F28A

#F9F28A
(249,242,138)
#F9F394
(249,243,148)
#F9F49E
(249,244,158)
#F9F5A8
(249,245,168)
#F9F6B2
(249,246,178)
#F9F7BC
(249,247,188)
#F9F8C6
(249,248,198)
#F9F9D0
(249,249,208)
#F9FADA
(249,250,218)
#F9FBE4
(249,251,228)
#F9FCEE
(249,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9F28A color. Also use rgb(249,242,138) instead hex code.

Text Font Color

.myTextColor { color: #F9F28A; }

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

This text font color is #F9F28A.

Background Color

.myBgColor { background-color: #F9F28A; }

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

This div background color is #F9F28A.

Border color

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

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

This div border color is #F9F28A.

Opacity

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

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

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

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

This text has shadow with #F9F28A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9F28A.

Preview

Color preview on black background

This text has color #F9F28A on black background.


Color preview on white background

This text has color #F9F28A on white background.


Black color preview on #F9F28A background

This text has black color on #F9F28A background.


White color preview on #F9F28A background

This text has white color on #F9F28A background.


Related colors

Complementary color

Complementary color for #hex is #060D75.


I love getcolorcode.com

Triadic colors

1 #8AF9F2 and #F28AF9 with #F9F28A are triadic colors.

2 #8AF2F9 and #F2F98A with #F9F28A are triadic colors.