COLOR #F3FA82

HEX: #F3FA82
RGB: (243,250,130)

Color info

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

RGB color model

#F3FA82 color RGB value is (243,250,130).

  • red value is 243;
  • green value is 250;
  • blue value is 130.
RGB:
(243,250,130)
(95%,98%,51%)

RGB channels and saturation

R 243 of 255 = 95%
G 250 of 255 = 98%
B 130 of 255 = 51%

243
250
130

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

Portions of RGB colors in percentages

R + G + B =
243 + 250 + 130 = 623 (100%)
R 243 of 623 ~ 39%
G 250 of 623 ~ 40.13%
B 130 of 623 ~ 20.87%

%39
%40.13
%20.87

CMYK color model

#F3FA82 color CMYK value is (3,0,48,2).

  • cyan value is 2.80%
  • magenta value is 0.00%
  • yellow value is 48.00%
  • key color value is 1.96%
CMYK:
(3,0,48,2)
C3M0Y48K2 
(3%,0%,48%,2%)
(0.03/0.00/0.48/0.02)	

CMYK percentages

%2.8
%0
%48
%1.96

Codes

Color #F3FA82 in popluar color models

F3FA82
RGB243250130
HSL64°92.31%74.51%
HSB/HSV64°48.00%98.04%
CMYK2.80%0.00%48.00%
1.96%

Color #F3FA82 in popluar number systems.

HEXF3FA82
Decimal243250130
Binary111100111111101010000010
Octal363372202

Shades and tints

Shades of #F3FA82

#F3FA82
(243,250,130)
#DDE477
(221,228,119)
#C7CE6C
(199,206,108)
#B1B861
(177,184,97)
#9BA256
(155,162,86)
#858C4B
(133,140,75)
#6F7640
(111,118,64)
#596035
(89,96,53)
#434A2A
(67,74,42)
#2D341F
(45,52,31)
#171E14
(23,30,20)
#000000
(0,0,0)

Tints of #F3FA82

#F3FA82
(243,250,130)
#F4FA8D
(244,250,141)
#F5FA98
(245,250,152)
#F6FAA3
(246,250,163)
#F7FAAE
(247,250,174)
#F8FAB9
(248,250,185)
#F9FAC4
(249,250,196)
#FAFACF
(250,250,207)
#FBFADA
(251,250,218)
#FCFAE5
(252,250,229)
#FDFAF0
(253,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3FA82 color. Also use rgb(243,250,130) instead hex code.

Text Font Color

.myTextColor { color: #F3FA82; }

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

This text font color is #F3FA82.


Background Color

.myBgColor { background-color: #F3FA82; }

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

This div background color is #F3FA82.


Border color

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

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

This div border color is #F3FA82.


Opacity

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

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

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

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

This text has shadow with #F3FA82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3FA82 on black background.


Color preview on white background

This text has color #F3FA82 on white background.



Black color preview on #F3FA82 background

This text has black color on #F3FA82 background.


White color preview on #F3FA82 background

This text has white color on #F3FA82 background.