COLOR #F7FE82

HEX: #F7FE82 RGB: (247,254,130)

Color info

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

RGB color model

#F7FE82 color RGB value is (247,254,130).

RGB: (247,254,130) (97%, 100%, 51%)

RGB channels and saturation

R 247 of 255 = 97%
G 254 of 255 = 100%
B 130 of 255 = 51%

247
254
130

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

Portions of RGB colors in percentages

R + G + B = 247 + 254 + 130 = 631 (100%)
R 247 of 631 ~ 39.14%
G 254 of 631 ~ 40.25%
B 130 of 631 ~ 20.6'%

%39.14
%40.25
%20.6

CMYK color model

#F7FE82 color CMYK value is (3,0,49,0).

  • cyan value is 2.76%
  • magenta value is 0.00%
  • yellow value is 48.82%
  • key color value is 0.39%

CMYK: (3,0,49,0)
C3M0Y49K0 (3%, 0%, 49%, 0%)
(0.03 / 0.00 / 0.49 / 0.00)

CMYK percentages

%2.76
%0
%48.82
%0.39

Codes

Color #F7FE82 in popluar color models

F7 FE 82
RGB 247 254 130
HSL 63° 98.41% 75.29%
HSB/HSV 63° 48.82% 99.61%
CMYK 2.76% 0.00% 48.82%
0.39%

Color #F7FE82 in popluar number systems.

HEX F7 FE 82
Decimal 247 254 130
Binary 11110111 11111110 10000010
Octal 367 376 202

Shades and tints

Shades of #F7FE82

#F7FE82
(247,254,130)
#E1E777
(225,231,119)
#CBD06C
(203,208,108)
#B5B961
(181,185,97)
#9FA256
(159,162,86)
#898B4B
(137,139,75)
#737440
(115,116,64)
#5D5D35
(93,93,53)
#47462A
(71,70,42)
#312F1F
(49,47,31)
#1B1814
(27,24,20)
#000000
(0,0,0)

Tints of #F7FE82

#F7FE82
(247,254,130)
#F7FE8D
(247,254,141)
#F7FE98
(247,254,152)
#F7FEA3
(247,254,163)
#F7FEAE
(247,254,174)
#F7FEB9
(247,254,185)
#F7FEC4
(247,254,196)
#F7FECF
(247,254,207)
#F7FEDA
(247,254,218)
#F7FEE5
(247,254,229)
#F7FEF0
(247,254,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7FE82 color. Also use rgb(247,254,130) instead hex code.

Text Font Color

.myTextColor { color: #F7FE82; }

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

This text font color is #F7FE82.

Background Color

.myBgColor { background-color: #F7FE82; }

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

This div background color is #F7FE82.

Border color

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

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

This div border color is #F7FE82.

Opacity

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

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

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

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

This text has shadow with #F7FE82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7FE82.

Preview

Color preview on black background

This text has color #F7FE82 on black background.


Color preview on white background

This text has color #F7FE82 on white background.


Black color preview on #F7FE82 background

This text has black color on #F7FE82 background.


White color preview on #F7FE82 background

This text has white color on #F7FE82 background.


Related colors

Complementary color

Complementary color for #hex is #08017D.


I love getcolorcode.com

Triadic colors

1 #82F7FE and #FE82F7 with #F7FE82 are triadic colors.

2 #82FEF7 and #FEF782 with #F7FE82 are triadic colors.