COLOR #F1F173

HEX: #F1F173
RGB: (241,241,115)

Color info

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

RGB color model

#F1F173 color RGB value is (241,241,115).

  • red value is 241;
  • green value is 241;
  • blue value is 115.
RGB:
(241,241,115)
(95%,95%,45%)

RGB channels and saturation

R 241 of 255 = 95%
G 241 of 255 = 95%
B 115 of 255 = 45%

241
241
115

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

Portions of RGB colors in percentages

R + G + B =
241 + 241 + 115 = 597 (100%)
R 241 of 597 ~ 40.37%
G 241 of 597 ~ 40.37%
B 115 of 597 ~ 19.26%

%40.37
%40.37
%19.26

CMYK color model

#F1F173 color CMYK value is (0,0,52,5).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 52.28%
  • key color value is 5.49%
CMYK:
(0,0,52,5)
C0M0Y52K5 
(0%,0%,52%,5%)
(0.00/0.00/0.52/0.05)	

CMYK percentages

%0
%0
%52.28
%5.49

Codes

Color #F1F173 in popluar color models

F1F173
RGB241241115
HSL60°81.82%69.80%
HSB/HSV60°52.28%94.51%
CMYK0.00%0.00%52.28%
5.49%

Color #F1F173 in popluar number systems.

HEXF1F173
Decimal241241115
Binary11110001111100011110011
Octal361361163

Shades and tints

Shades of #F1F173

#F1F173
(241,241,115)
#DCDC69
(220,220,105)
#C7C75F
(199,199,95)
#B2B255
(178,178,85)
#9D9D4B
(157,157,75)
#888841
(136,136,65)
#737337
(115,115,55)
#5E5E2D
(94,94,45)
#494923
(73,73,35)
#343419
(52,52,25)
#1F1F0F
(31,31,15)
#000000
(0,0,0)

Tints of #F1F173

#F1F173
(241,241,115)
#F2F27F
(242,242,127)
#F3F38B
(243,243,139)
#F4F497
(244,244,151)
#F5F5A3
(245,245,163)
#F6F6AF
(246,246,175)
#F7F7BB
(247,247,187)
#F8F8C7
(248,248,199)
#F9F9D3
(249,249,211)
#FAFADF
(250,250,223)
#FBFBEB
(251,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1F173; }

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

This text font color is #F1F173.


Background Color

.myBgColor { background-color: #F1F173; }

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

This div background color is #F1F173.


Border color

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

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

This div border color is #F1F173.


Opacity

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

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

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

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

This text has shadow with #F1F173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1F173 on black background.


Color preview on white background

This text has color #F1F173 on white background.



Black color preview on #F1F173 background

This text has black color on #F1F173 background.


White color preview on #F1F173 background

This text has white color on #F1F173 background.