COLOR #F1F868

HEX: #F1F868
RGB: (241,248,104)

Color info

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

RGB color model

#F1F868 color RGB value is (241,248,104).

  • red value is 241;
  • green value is 248;
  • blue value is 104.
RGB:
(241,248,104)
(95%,97%,41%)

RGB channels and saturation

R 241 of 255 = 95%
G 248 of 255 = 97%
B 104 of 255 = 41%

241
248
104

R + G + B ~ 78%. #F1F868 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 248 + 104 = 593 (100%)
R 241 of 593 ~ 40.64%
G 248 of 593 ~ 41.82%
B 104 of 593 ~ 17.54%

%40.64
%41.82
%17.54

CMYK color model

#F1F868 color CMYK value is (3,0,58,3).

  • cyan value is 2.82%
  • magenta value is 0.00%
  • yellow value is 58.06%
  • key color value is 2.75%
CMYK:
(3,0,58,3)
C3M0Y58K3 
(3%,0%,58%,3%)
(0.03/0.00/0.58/0.03)	

CMYK percentages

%2.82
%0
%58.06
%2.75

Codes

Color #F1F868 in popluar color models

F1F868
RGB241248104
HSL63°91.14%69.02%
HSB/HSV63°58.06%97.25%
CMYK2.82%0.00%58.06%
2.75%

Color #F1F868 in popluar number systems.

HEXF1F868
Decimal241248104
Binary11110001111110001101000
Octal361370150

Shades and tints

Shades of #F1F868

#F1F868
(241,248,104)
#DCE25F
(220,226,95)
#C7CC56
(199,204,86)
#B2B64D
(178,182,77)
#9DA044
(157,160,68)
#888A3B
(136,138,59)
#737432
(115,116,50)
#5E5E29
(94,94,41)
#494820
(73,72,32)
#343217
(52,50,23)
#1F1C0E
(31,28,14)
#000000
(0,0,0)

Tints of #F1F868

#F1F868
(241,248,104)
#F2F875
(242,248,117)
#F3F882
(243,248,130)
#F4F88F
(244,248,143)
#F5F89C
(245,248,156)
#F6F8A9
(246,248,169)
#F7F8B6
(247,248,182)
#F8F8C3
(248,248,195)
#F9F8D0
(249,248,208)
#FAF8DD
(250,248,221)
#FBF8EA
(251,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1F868 color. Also use rgb(241,248,104) instead hex code.

Text Font Color

.myTextColor { color: #F1F868; }

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

This text font color is #F1F868.


Background Color

.myBgColor { background-color: #F1F868; }

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

This div background color is #F1F868.


Border color

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

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

This div border color is #F1F868.


Opacity

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

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

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

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

This text has shadow with #F1F868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1F868 on black background.


Color preview on white background

This text has color #F1F868 on white background.



Black color preview on #F1F868 background

This text has black color on #F1F868 background.


White color preview on #F1F868 background

This text has white color on #F1F868 background.