COLOR #F2F516

HEX: #F2F516
RGB: (242,245,22)

Color info

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

RGB color model

#F2F516 color RGB value is (242,245,22).

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

RGB channels and saturation

R 242 of 255 = 95%
G 245 of 255 = 96%
B 22 of 255 = 9%

242
245
22

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

Portions of RGB colors in percentages

R + G + B =
242 + 245 + 22 = 509 (100%)
R 242 of 509 ~ 47.54%
G 245 of 509 ~ 48.13%
B 22 of 509 ~ 4.32%

%47.54
%48.13

CMYK color model

#F2F516 color CMYK value is (1,0,91,4).

  • cyan value is 1.22%
  • magenta value is 0.00%
  • yellow value is 91.02%
  • key color value is 3.92%
CMYK:
(1,0,91,4)
C1M0Y91K4 
(1%,0%,91%,4%)
(0.01/0.00/0.91/0.04)	

CMYK percentages

%1.22
%0
%91.02
%3.92

Codes

Color #F2F516 in popluar color models

F2F516
RGB24224522
HSL61°91.77%52.35%
HSB/HSV61°91.02%96.08%
CMYK1.22%0.00%91.02%
3.92%

Color #F2F516 in popluar number systems.

HEXF2F516
Decimal24224522
Binary111100101111010110110
Octal36236526

Shades and tints

Shades of #F2F516

#F2F516
(242,245,22)
#DCDF14
(220,223,20)
#C6C912
(198,201,18)
#B0B310
(176,179,16)
#9A9D0E
(154,157,14)
#84870C
(132,135,12)
#6E710A
(110,113,10)
#585B08
(88,91,8)
#424506
(66,69,6)
#2C2F04
(44,47,4)
#161902
(22,25,2)
#000000
(0,0,0)

Tints of #F2F516

#F2F516
(242,245,22)
#F3F52B
(243,245,43)
#F4F540
(244,245,64)
#F5F555
(245,245,85)
#F6F56A
(246,245,106)
#F7F57F
(247,245,127)
#F8F594
(248,245,148)
#F9F5A9
(249,245,169)
#FAF5BE
(250,245,190)
#FBF5D3
(251,245,211)
#FCF5E8
(252,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2F516 color. Also use rgb(242,245,22) instead hex code.

Text Font Color

.myTextColor { color: #F2F516; }

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

This text font color is #F2F516.


Background Color

.myBgColor { background-color: #F2F516; }

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

This div background color is #F2F516.


Border color

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

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

This div border color is #F2F516.


Opacity

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

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

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

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

This text has shadow with #F2F516 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2F516 on black background.


Color preview on white background

This text has color #F2F516 on white background.



Black color preview on #F2F516 background

This text has black color on #F2F516 background.


White color preview on #F2F516 background

This text has white color on #F2F516 background.