COLOR #F1F518

HEX: #F1F518
RGB: (241,245,24)

Color info

#F1F518 contains mainly red and green colors. Web safe color of #F1F518 is #FFFF00 (or #FF0).

RGB color model

#F1F518 color RGB value is (241,245,24).

  • red value is 241;
  • green value is 245;
  • blue value is 24.
RGB:
(241,245,24)
(95%,96%,9%)

RGB channels and saturation

R 241 of 255 = 95%
G 245 of 255 = 96%
B 24 of 255 = 9%

241
245
24

R + G + B ~ 67%. #F1F518 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 245 + 24 = 510 (100%)
R 241 of 510 ~ 47.25%
G 245 of 510 ~ 48.04%
B 24 of 510 ~ 4.71%

%47.25
%48.04

CMYK color model

#F1F518 color CMYK value is (2,0,90,4).

  • cyan value is 1.63%
  • magenta value is 0.00%
  • yellow value is 90.20%
  • key color value is 3.92%
CMYK:
(2,0,90,4)
C2M0Y90K4 
(2%,0%,90%,4%)
(0.02/0.00/0.90/0.04)	

CMYK percentages

%1.63
%0
%90.2
%3.92

Codes

Color #F1F518 in popluar color models

F1F518
RGB24124524
HSL61°91.70%52.75%
HSB/HSV61°90.20%96.08%
CMYK1.63%0.00%90.20%
3.92%

Color #F1F518 in popluar number systems.

HEXF1F518
Decimal24124524
Binary111100011111010111000
Octal36136530

Shades and tints

Shades of #F1F518

#F1F518
(241,245,24)
#DCDF16
(220,223,22)
#C7C914
(199,201,20)
#B2B312
(178,179,18)
#9D9D10
(157,157,16)
#88870E
(136,135,14)
#73710C
(115,113,12)
#5E5B0A
(94,91,10)
#494508
(73,69,8)
#342F06
(52,47,6)
#1F1904
(31,25,4)
#000000
(0,0,0)

Tints of #F1F518

#F1F518
(241,245,24)
#F2F52D
(242,245,45)
#F3F542
(243,245,66)
#F4F557
(244,245,87)
#F5F56C
(245,245,108)
#F6F581
(246,245,129)
#F7F596
(247,245,150)
#F8F5AB
(248,245,171)
#F9F5C0
(249,245,192)
#FAF5D5
(250,245,213)
#FBF5EA
(251,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1F518 color. Also use rgb(241,245,24) instead hex code.

Text Font Color

.myTextColor { color: #F1F518; }

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

This text font color is #F1F518.


Background Color

.myBgColor { background-color: #F1F518; }

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

This div background color is #F1F518.


Border color

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

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

This div border color is #F1F518.


Opacity

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

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

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

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

This text has shadow with #F1F518 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1F518 on black background.


Color preview on white background

This text has color #F1F518 on white background.



Black color preview on #F1F518 background

This text has black color on #F1F518 background.


White color preview on #F1F518 background

This text has white color on #F1F518 background.