COLOR #F2F179

HEX: #F2F179
RGB: (242,241,121)

Color info

#F2F179 contains mainly red and green colors. Web safe color of #F2F179 is #FFFF66 (or #FF6).

RGB color model

#F2F179 color RGB value is (242,241,121).

  • red value is 242;
  • green value is 241;
  • blue value is 121.
RGB:
(242,241,121)
(95%,95%,47%)

RGB channels and saturation

R 242 of 255 = 95%
G 241 of 255 = 95%
B 121 of 255 = 47%

242
241
121

R + G + B ~ 79%. #F2F179 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 241 + 121 = 604 (100%)
R 242 of 604 ~ 40.07%
G 241 of 604 ~ 39.9%
B 121 of 604 ~ 20.03%

%40.07
%39.9
%20.03

CMYK color model

#F2F179 color CMYK value is (0,0,50,5).

  • cyan value is 0.00%
  • magenta value is 0.41%
  • yellow value is 50.00%
  • key color value is 5.10%
CMYK:
(0,0,50,5)
C0M0Y50K5 
(0%,0%,50%,5%)
(0.00/0.00/0.50/0.05)	

CMYK percentages

%0
%0.41
%50
%5.1

Codes

Color #F2F179 in popluar color models

F2F179
RGB242241121
HSL60°82.31%71.18%
HSB/HSV60°50.00%94.90%
CMYK0.00%0.41%50.00%
5.10%

Color #F2F179 in popluar number systems.

HEXF2F179
Decimal242241121
Binary11110010111100011111001
Octal362361171

Shades and tints

Shades of #F2F179

#F2F179
(242,241,121)
#DCDC6E
(220,220,110)
#C6C763
(198,199,99)
#B0B258
(176,178,88)
#9A9D4D
(154,157,77)
#848842
(132,136,66)
#6E7337
(110,115,55)
#585E2C
(88,94,44)
#424921
(66,73,33)
#2C3416
(44,52,22)
#161F0B
(22,31,11)
#000000
(0,0,0)

Tints of #F2F179

#F2F179
(242,241,121)
#F3F285
(243,242,133)
#F4F391
(244,243,145)
#F5F49D
(245,244,157)
#F6F5A9
(246,245,169)
#F7F6B5
(247,246,181)
#F8F7C1
(248,247,193)
#F9F8CD
(249,248,205)
#FAF9D9
(250,249,217)
#FBFAE5
(251,250,229)
#FCFBF1
(252,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2F179 color. Also use rgb(242,241,121) instead hex code.

Text Font Color

.myTextColor { color: #F2F179; }

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

This text font color is #F2F179.


Background Color

.myBgColor { background-color: #F2F179; }

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

This div background color is #F2F179.


Border color

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

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

This div border color is #F2F179.


Opacity

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

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

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

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

This text has shadow with #F2F179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2F179 on black background.


Color preview on white background

This text has color #F2F179 on white background.



Black color preview on #F2F179 background

This text has black color on #F2F179 background.


White color preview on #F2F179 background

This text has white color on #F2F179 background.