COLOR #F2FA76

HEX: #F2FA76
RGB: (242,250,118)

Color info

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

RGB color model

#F2FA76 color RGB value is (242,250,118).

  • red value is 242;
  • green value is 250;
  • blue value is 118.
RGB:
(242,250,118)
(95%,98%,46%)

RGB channels and saturation

R 242 of 255 = 95%
G 250 of 255 = 98%
B 118 of 255 = 46%

242
250
118

R + G + B ~ 80%. #F2FA76 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 250 + 118 = 610 (100%)
R 242 of 610 ~ 39.67%
G 250 of 610 ~ 40.98%
B 118 of 610 ~ 19.34%

%39.67
%40.98
%19.34

CMYK color model

#F2FA76 color CMYK value is (3,0,53,2).

  • cyan value is 3.20%
  • magenta value is 0.00%
  • yellow value is 52.80%
  • key color value is 1.96%
CMYK:
(3,0,53,2)
C3M0Y53K2 
(3%,0%,53%,2%)
(0.03/0.00/0.53/0.02)	

CMYK percentages

%3.2
%0
%52.8
%1.96

Codes

Color #F2FA76 in popluar color models

F2FA76
RGB242250118
HSL64°92.96%72.16%
HSB/HSV64°52.80%98.04%
CMYK3.20%0.00%52.80%
1.96%

Color #F2FA76 in popluar number systems.

HEXF2FA76
Decimal242250118
Binary11110010111110101110110
Octal362372166

Shades and tints

Shades of #F2FA76

#F2FA76
(242,250,118)
#DCE46C
(220,228,108)
#C6CE62
(198,206,98)
#B0B858
(176,184,88)
#9AA24E
(154,162,78)
#848C44
(132,140,68)
#6E763A
(110,118,58)
#586030
(88,96,48)
#424A26
(66,74,38)
#2C341C
(44,52,28)
#161E12
(22,30,18)
#000000
(0,0,0)

Tints of #F2FA76

#F2FA76
(242,250,118)
#F3FA82
(243,250,130)
#F4FA8E
(244,250,142)
#F5FA9A
(245,250,154)
#F6FAA6
(246,250,166)
#F7FAB2
(247,250,178)
#F8FABE
(248,250,190)
#F9FACA
(249,250,202)
#FAFAD6
(250,250,214)
#FBFAE2
(251,250,226)
#FCFAEE
(252,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2FA76 color. Also use rgb(242,250,118) instead hex code.

Text Font Color

.myTextColor { color: #F2FA76; }

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

This text font color is #F2FA76.


Background Color

.myBgColor { background-color: #F2FA76; }

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

This div background color is #F2FA76.


Border color

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

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

This div border color is #F2FA76.


Opacity

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

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

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

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

This text has shadow with #F2FA76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2FA76 on black background.


Color preview on white background

This text has color #F2FA76 on white background.



Black color preview on #F2FA76 background

This text has black color on #F2FA76 background.


White color preview on #F2FA76 background

This text has white color on #F2FA76 background.