COLOR #F2F17F

HEX: #F2F17F
RGB: (242,241,127)

Color info

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

RGB color model

#F2F17F color RGB value is (242,241,127).

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

RGB channels and saturation

R 242 of 255 = 95%
G 241 of 255 = 95%
B 127 of 255 = 50%

242
241
127

R + G + B ~ 80%. #F2F17F is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 241 + 127 = 610 (100%)
R 242 of 610 ~ 39.67%
G 241 of 610 ~ 39.51%
B 127 of 610 ~ 20.82%

%39.67
%39.51
%20.82

CMYK color model

#F2F17F color CMYK value is (0,0,48,5).

  • cyan value is 0.00%
  • magenta value is 0.41%
  • yellow value is 47.52%
  • key color value is 5.10%
CMYK:
(0,0,48,5)
C0M0Y48K5 
(0%,0%,48%,5%)
(0.00/0.00/0.48/0.05)	

CMYK percentages

%0
%0.41
%47.52
%5.1

Codes

Color #F2F17F in popluar color models

F2F17F
RGB242241127
HSL59°81.56%72.35%
HSB/HSV59°47.52%94.90%
CMYK0.00%0.41%47.52%
5.10%

Color #F2F17F in popluar number systems.

HEXF2F17F
Decimal242241127
Binary11110010111100011111111
Octal362361177

Shades and tints

Shades of #F2F17F

#F2F17F
(242,241,127)
#DCDC74
(220,220,116)
#C6C769
(198,199,105)
#B0B25E
(176,178,94)
#9A9D53
(154,157,83)
#848848
(132,136,72)
#6E733D
(110,115,61)
#585E32
(88,94,50)
#424927
(66,73,39)
#2C341C
(44,52,28)
#161F11
(22,31,17)
#000000
(0,0,0)

Tints of #F2F17F

#F2F17F
(242,241,127)
#F3F28A
(243,242,138)
#F4F395
(244,243,149)
#F5F4A0
(245,244,160)
#F6F5AB
(246,245,171)
#F7F6B6
(247,246,182)
#F8F7C1
(248,247,193)
#F9F8CC
(249,248,204)
#FAF9D7
(250,249,215)
#FBFAE2
(251,250,226)
#FCFBED
(252,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2F17F; }

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

This text font color is #F2F17F.


Background Color

.myBgColor { background-color: #F2F17F; }

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

This div background color is #F2F17F.


Border color

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

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

This div border color is #F2F17F.


Opacity

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

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

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

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

This text has shadow with #F2F17F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2F17F on black background.


Color preview on white background

This text has color #F2F17F on white background.



Black color preview on #F2F17F background

This text has black color on #F2F17F background.


White color preview on #F2F17F background

This text has white color on #F2F17F background.