COLOR #F2F728

HEX: #F2F728
RGB: (242,247,40)

Color info

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

RGB color model

#F2F728 color RGB value is (242,247,40).

  • red value is 242;
  • green value is 247;
  • blue value is 40.
RGB:
(242,247,40)
(95%,97%,16%)

RGB channels and saturation

R 242 of 255 = 95%
G 247 of 255 = 97%
B 40 of 255 = 16%

242
247
40

R + G + B ~ 69%. #F2F728 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 247 + 40 = 529 (100%)
R 242 of 529 ~ 45.75%
G 247 of 529 ~ 46.69%
B 40 of 529 ~ 7.56%

%45.75
%46.69

CMYK color model

#F2F728 color CMYK value is (2,0,84,3).

  • cyan value is 2.02%
  • magenta value is 0.00%
  • yellow value is 83.81%
  • key color value is 3.14%
CMYK:
(2,0,84,3)
C2M0Y84K3 
(2%,0%,84%,3%)
(0.02/0.00/0.84/0.03)	

CMYK percentages

%2.02
%0
%83.81
%3.14

Codes

Color #F2F728 in popluar color models

F2F728
RGB24224740
HSL61°92.83%56.27%
HSB/HSV61°83.81%96.86%
CMYK2.02%0.00%83.81%
3.14%

Color #F2F728 in popluar number systems.

HEXF2F728
Decimal24224740
Binary1111001011110111101000
Octal36236750

Shades and tints

Shades of #F2F728

#F2F728
(242,247,40)
#DCE125
(220,225,37)
#C6CB22
(198,203,34)
#B0B51F
(176,181,31)
#9A9F1C
(154,159,28)
#848919
(132,137,25)
#6E7316
(110,115,22)
#585D13
(88,93,19)
#424710
(66,71,16)
#2C310D
(44,49,13)
#161B0A
(22,27,10)
#000000
(0,0,0)

Tints of #F2F728

#F2F728
(242,247,40)
#F3F73B
(243,247,59)
#F4F74E
(244,247,78)
#F5F761
(245,247,97)
#F6F774
(246,247,116)
#F7F787
(247,247,135)
#F8F79A
(248,247,154)
#F9F7AD
(249,247,173)
#FAF7C0
(250,247,192)
#FBF7D3
(251,247,211)
#FCF7E6
(252,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2F728 color. Also use rgb(242,247,40) instead hex code.

Text Font Color

.myTextColor { color: #F2F728; }

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

This text font color is #F2F728.


Background Color

.myBgColor { background-color: #F2F728; }

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

This div background color is #F2F728.


Border color

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

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

This div border color is #F2F728.


Opacity

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

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

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

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

This text has shadow with #F2F728 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2F728 on black background.


Color preview on white background

This text has color #F2F728 on white background.



Black color preview on #F2F728 background

This text has black color on #F2F728 background.


White color preview on #F2F728 background

This text has white color on #F2F728 background.