COLOR #F2F612

HEX: #F2F612
RGB: (242,246,18)

Color info

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

RGB color model

#F2F612 color RGB value is (242,246,18).

  • red value is 242;
  • green value is 246;
  • blue value is 18.
RGB:
(242,246,18)
(95%,96%,7%)

RGB channels and saturation

R 242 of 255 = 95%
G 246 of 255 = 96%
B 18 of 255 = 7%

242
246
18

R + G + B ~ 66%. #F2F612 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 246 + 18 = 506 (100%)
R 242 of 506 ~ 47.83%
G 246 of 506 ~ 48.62%
B 18 of 506 ~ 3.56%

%47.83
%48.62

CMYK color model

#F2F612 color CMYK value is (2,0,93,4).

  • cyan value is 1.63%
  • magenta value is 0.00%
  • yellow value is 92.68%
  • key color value is 3.53%
CMYK:
(2,0,93,4)
C2M0Y93K4 
(2%,0%,93%,4%)
(0.02/0.00/0.93/0.04)	

CMYK percentages

%1.63
%0
%92.68
%3.53

Codes

Color #F2F612 in popluar color models

F2F612
RGB24224618
HSL61°92.68%51.76%
HSB/HSV61°92.68%96.47%
CMYK1.63%0.00%92.68%
3.53%

Color #F2F612 in popluar number systems.

HEXF2F612
Decimal24224618
Binary111100101111011010010
Octal36236622

Shades and tints

Shades of #F2F612

#F2F612
(242,246,18)
#DCE011
(220,224,17)
#C6CA10
(198,202,16)
#B0B40F
(176,180,15)
#9A9E0E
(154,158,14)
#84880D
(132,136,13)
#6E720C
(110,114,12)
#585C0B
(88,92,11)
#42460A
(66,70,10)
#2C3009
(44,48,9)
#161A08
(22,26,8)
#000000
(0,0,0)

Tints of #F2F612

#F2F612
(242,246,18)
#F3F627
(243,246,39)
#F4F63C
(244,246,60)
#F5F651
(245,246,81)
#F6F666
(246,246,102)
#F7F67B
(247,246,123)
#F8F690
(248,246,144)
#F9F6A5
(249,246,165)
#FAF6BA
(250,246,186)
#FBF6CF
(251,246,207)
#FCF6E4
(252,246,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2F612 color. Also use rgb(242,246,18) instead hex code.

Text Font Color

.myTextColor { color: #F2F612; }

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

This text font color is #F2F612.


Background Color

.myBgColor { background-color: #F2F612; }

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

This div background color is #F2F612.


Border color

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

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

This div border color is #F2F612.


Opacity

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

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

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

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

This text has shadow with #F2F612 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2F612 on black background.


Color preview on white background

This text has color #F2F612 on white background.



Black color preview on #F2F612 background

This text has black color on #F2F612 background.


White color preview on #F2F612 background

This text has white color on #F2F612 background.