COLOR #F5FD83

HEX: #F5FD83
RGB: (245,253,131)

Color info

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

RGB color model

#F5FD83 color RGB value is (245,253,131).

  • red value is 245;
  • green value is 253;
  • blue value is 131.
RGB:
(245,253,131)
(96%,99%,51%)

RGB channels and saturation

R 245 of 255 = 96%
G 253 of 255 = 99%
B 131 of 255 = 51%

245
253
131

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

Portions of RGB colors in percentages

R + G + B =
245 + 253 + 131 = 629 (100%)
R 245 of 629 ~ 38.95%
G 253 of 629 ~ 40.22%
B 131 of 629 ~ 20.83%

%38.95
%40.22
%20.83

CMYK color model

#F5FD83 color CMYK value is (3,0,48,1).

  • cyan value is 3.16%
  • magenta value is 0.00%
  • yellow value is 48.22%
  • key color value is 0.78%
CMYK:
(3,0,48,1)
C3M0Y48K1 
(3%,0%,48%,1%)
(0.03/0.00/0.48/0.01)	

CMYK percentages

%3.16
%0
%48.22
%0.78

Codes

Color #F5FD83 in popluar color models

F5FD83
RGB245253131
HSL64°96.83%75.29%
HSB/HSV64°48.22%99.22%
CMYK3.16%0.00%48.22%
0.78%

Color #F5FD83 in popluar number systems.

HEXF5FD83
Decimal245253131
Binary111101011111110110000011
Octal365375203

Shades and tints

Shades of #F5FD83

#F5FD83
(245,253,131)
#DFE678
(223,230,120)
#C9CF6D
(201,207,109)
#B3B862
(179,184,98)
#9DA157
(157,161,87)
#878A4C
(135,138,76)
#717341
(113,115,65)
#5B5C36
(91,92,54)
#45452B
(69,69,43)
#2F2E20
(47,46,32)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #F5FD83

#F5FD83
(245,253,131)
#F5FD8E
(245,253,142)
#F5FD99
(245,253,153)
#F5FDA4
(245,253,164)
#F5FDAF
(245,253,175)
#F5FDBA
(245,253,186)
#F5FDC5
(245,253,197)
#F5FDD0
(245,253,208)
#F5FDDB
(245,253,219)
#F5FDE6
(245,253,230)
#F5FDF1
(245,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5FD83 color. Also use rgb(245,253,131) instead hex code.

Text Font Color

.myTextColor { color: #F5FD83; }

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

This text font color is #F5FD83.


Background Color

.myBgColor { background-color: #F5FD83; }

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

This div background color is #F5FD83.


Border color

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

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

This div border color is #F5FD83.


Opacity

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

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

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

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

This text has shadow with #F5FD83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5FD83 on black background.


Color preview on white background

This text has color #F5FD83 on white background.



Black color preview on #F5FD83 background

This text has black color on #F5FD83 background.


White color preview on #F5FD83 background

This text has white color on #F5FD83 background.