COLOR #F5FC30

HEX: #F5FC30 RGB: (245,252,48)

Color info

#F5FC30 contains mainly red and green colors. Web safe color of #F5FC30 is #FFFF33 (or #FF3).

RGB color model

#F5FC30 color RGB value is (245,252,48).

RGB: (245,252,48) (96%, 99%, 19%)

RGB channels and saturation

R 245 of 255 = 96%
G 252 of 255 = 99%
B 48 of 255 = 19%

245
252
48

R + G + B ~ 71%. #F5FC30 is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 252 + 48 = 545 (100%)
R 245 of 545 ~ 44.95%
G 252 of 545 ~ 46.24%
B 48 of 545 ~ 8.81'%

%44.95
%46.24

CMYK color model

#F5FC30 color CMYK value is (3,0,81,1).

  • cyan value is 2.78%
  • magenta value is 0.00%
  • yellow value is 80.95%
  • key color value is 1.18%

CMYK: (3,0,81,1)
C3M0Y81K1 (3%, 0%, 81%, 1%)
(0.03 / 0.00 / 0.81 / 0.01)

CMYK percentages

%2.78
%0
%80.95
%1.18

Codes

Color #F5FC30 in popluar color models

F5 FC 30
RGB 245 252 48
HSL 62° 97.14% 58.82%
HSB/HSV 62° 80.95% 98.82%
CMYK 2.78% 0.00% 80.95%
1.18%

Color #F5FC30 in popluar number systems.

HEX F5 FC 30
Decimal 245 252 48
Binary 11110101 11111100 110000
Octal 365 374 60

Shades and tints

Shades of #F5FC30

#F5FC30
(245,252,48)
#DFE62C
(223,230,44)
#C9D028
(201,208,40)
#B3BA24
(179,186,36)
#9DA420
(157,164,32)
#878E1C
(135,142,28)
#717818
(113,120,24)
#5B6214
(91,98,20)
#454C10
(69,76,16)
#2F360C
(47,54,12)
#192008
(25,32,8)
#000000
(0,0,0)

Tints of #F5FC30

#F5FC30
(245,252,48)
#F5FC42
(245,252,66)
#F5FC54
(245,252,84)
#F5FC66
(245,252,102)
#F5FC78
(245,252,120)
#F5FC8A
(245,252,138)
#F5FC9C
(245,252,156)
#F5FCAE
(245,252,174)
#F5FCC0
(245,252,192)
#F5FCD2
(245,252,210)
#F5FCE4
(245,252,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5FC30 color. Also use rgb(245,252,48) instead hex code.

Text Font Color

.myTextColor { color: #F5FC30; }

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

This text font color is #F5FC30.

Background Color

.myBgColor { background-color: #F5FC30; }

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

This div background color is #F5FC30.

Border color

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

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

This div border color is #F5FC30.

Opacity

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

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

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

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

This text has shadow with #F5FC30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5FC30.

Preview

Color preview on black background

This text has color #F5FC30 on black background.


Color preview on white background

This text has color #F5FC30 on white background.


Black color preview on #F5FC30 background

This text has black color on #F5FC30 background.


White color preview on #F5FC30 background

This text has white color on #F5FC30 background.


Related colors

Complementary color

Complementary color for #hex is #0A03CF.


I love getcolorcode.com

Triadic colors

1 #30F5FC and #FC30F5 with #F5FC30 are triadic colors.

2 #30FCF5 and #FCF530 with #F5FC30 are triadic colors.