COLOR #F9FF80

HEX: #F9FF80 RGB: (249,255,128)

Color info

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

RGB color model

#F9FF80 color RGB value is (249,255,128).

RGB: (249,255,128) (98%, 100%, 50%)

RGB channels and saturation

R 249 of 255 = 98%
G 255 of 255 = 100%
B 128 of 255 = 50%

249
255
128

R + G + B ~ 83%. #F9FF80 is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 255 + 128 = 632 (100%)
R 249 of 632 ~ 39.4%
G 255 of 632 ~ 40.35%
B 128 of 632 ~ 20.25'%

%39.4
%40.35
%20.25

CMYK color model

#F9FF80 color CMYK value is (2,0,50,0).

  • cyan value is 2.35%
  • magenta value is 0.00%
  • yellow value is 49.80%
  • key color value is 0.00%

CMYK: (2,0,50,0)
C2M0Y50K0 (2%, 0%, 50%, 0%)
(0.02 / 0.00 / 0.50 / 0.00)

CMYK percentages

%2.35
%0
%49.8
%0

Codes

Color #F9FF80 in popluar color models

F9 FF 80
RGB 249 255 128
HSL 63° 100.00% 75.10%
HSB/HSV 63° 49.80% 100.00%
CMYK 2.35% 0.00% 49.80%
0.00%

Color #F9FF80 in popluar number systems.

HEX F9 FF 80
Decimal 249 255 128
Binary 11111001 11111111 10000000
Octal 371 377 200

Shades and tints

Shades of #F9FF80

#F9FF80
(249,255,128)
#E3E875
(227,232,117)
#CDD16A
(205,209,106)
#B7BA5F
(183,186,95)
#A1A354
(161,163,84)
#8B8C49
(139,140,73)
#75753E
(117,117,62)
#5F5E33
(95,94,51)
#494728
(73,71,40)
#33301D
(51,48,29)
#1D1912
(29,25,18)
#000000
(0,0,0)

Tints of #F9FF80

#F9FF80
(249,255,128)
#F9FF8B
(249,255,139)
#F9FF96
(249,255,150)
#F9FFA1
(249,255,161)
#F9FFAC
(249,255,172)
#F9FFB7
(249,255,183)
#F9FFC2
(249,255,194)
#F9FFCD
(249,255,205)
#F9FFD8
(249,255,216)
#F9FFE3
(249,255,227)
#F9FFEE
(249,255,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9FF80 color. Also use rgb(249,255,128) instead hex code.

Text Font Color

.myTextColor { color: #F9FF80; }

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

This text font color is #F9FF80.

Background Color

.myBgColor { background-color: #F9FF80; }

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

This div background color is #F9FF80.

Border color

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

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

This div border color is #F9FF80.

Opacity

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

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

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

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

This text has shadow with #F9FF80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9FF80.

Preview

Color preview on black background

This text has color #F9FF80 on black background.


Color preview on white background

This text has color #F9FF80 on white background.


Black color preview on #F9FF80 background

This text has black color on #F9FF80 background.


White color preview on #F9FF80 background

This text has white color on #F9FF80 background.


Related colors

Complementary color

Complementary color for #hex is #06007F.


I love getcolorcode.com

Triadic colors

1 #80F9FF and #FF80F9 with #F9FF80 are triadic colors.

2 #80FFF9 and #FFF980 with #F9FF80 are triadic colors.