COLOR #F1F36E

HEX: #F1F36E
RGB: (241,243,110)

Color info

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

RGB color model

#F1F36E color RGB value is (241,243,110).

  • red value is 241;
  • green value is 243;
  • blue value is 110.
RGB:
(241,243,110)
(95%,95%,43%)

RGB channels and saturation

R 241 of 255 = 95%
G 243 of 255 = 95%
B 110 of 255 = 43%

241
243
110

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

Portions of RGB colors in percentages

R + G + B =
241 + 243 + 110 = 594 (100%)
R 241 of 594 ~ 40.57%
G 243 of 594 ~ 40.91%
B 110 of 594 ~ 18.52%

%40.57
%40.91
%18.52

CMYK color model

#F1F36E color CMYK value is (1,0,55,5).

  • cyan value is 0.82%
  • magenta value is 0.00%
  • yellow value is 54.73%
  • key color value is 4.71%
CMYK:
(1,0,55,5)
C1M0Y55K5 
(1%,0%,55%,5%)
(0.01/0.00/0.55/0.05)	

CMYK percentages

%0.82
%0
%54.73
%4.71

Codes

Color #F1F36E in popluar color models

F1F36E
RGB241243110
HSL61°84.71%69.22%
HSB/HSV61°54.73%95.29%
CMYK0.82%0.00%54.73%
4.71%

Color #F1F36E in popluar number systems.

HEXF1F36E
Decimal241243110
Binary11110001111100111101110
Octal361363156

Shades and tints

Shades of #F1F36E

#F1F36E
(241,243,110)
#DCDD64
(220,221,100)
#C7C75A
(199,199,90)
#B2B150
(178,177,80)
#9D9B46
(157,155,70)
#88853C
(136,133,60)
#736F32
(115,111,50)
#5E5928
(94,89,40)
#49431E
(73,67,30)
#342D14
(52,45,20)
#1F170A
(31,23,10)
#000000
(0,0,0)

Tints of #F1F36E

#F1F36E
(241,243,110)
#F2F47B
(242,244,123)
#F3F588
(243,245,136)
#F4F695
(244,246,149)
#F5F7A2
(245,247,162)
#F6F8AF
(246,248,175)
#F7F9BC
(247,249,188)
#F8FAC9
(248,250,201)
#F9FBD6
(249,251,214)
#FAFCE3
(250,252,227)
#FBFDF0
(251,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1F36E; }

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

This text font color is #F1F36E.


Background Color

.myBgColor { background-color: #F1F36E; }

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

This div background color is #F1F36E.


Border color

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

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

This div border color is #F1F36E.


Opacity

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

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

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

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

This text has shadow with #F1F36E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1F36E on black background.


Color preview on white background

This text has color #F1F36E on white background.



Black color preview on #F1F36E background

This text has black color on #F1F36E background.


White color preview on #F1F36E background

This text has white color on #F1F36E background.