COLOR #F1F31E

HEX: #F1F31E
RGB: (241,243,30)

Color info

#F1F31E contains mainly red and green colors. Web safe color of #F1F31E is #FFFF33 (or #FF3).

RGB color model

#F1F31E color RGB value is (241,243,30).

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

RGB channels and saturation

R 241 of 255 = 95%
G 243 of 255 = 95%
B 30 of 255 = 12%

241
243
30

R + G + B ~ 67%. #F1F31E is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 243 + 30 = 514 (100%)
R 241 of 514 ~ 46.89%
G 243 of 514 ~ 47.28%
B 30 of 514 ~ 5.84%

%46.89
%47.28

CMYK color model

#F1F31E color CMYK value is (1,0,88,5).

  • cyan value is 0.82%
  • magenta value is 0.00%
  • yellow value is 87.65%
  • key color value is 4.71%
CMYK:
(1,0,88,5)
C1M0Y88K5 
(1%,0%,88%,5%)
(0.01/0.00/0.88/0.05)	

CMYK percentages

%0.82
%0
%87.65
%4.71

Codes

Color #F1F31E in popluar color models

F1F31E
RGB24124330
HSL61°89.87%53.53%
HSB/HSV61°87.65%95.29%
CMYK0.82%0.00%87.65%
4.71%

Color #F1F31E in popluar number systems.

HEXF1F31E
Decimal24124330
Binary111100011111001111110
Octal36136336

Shades and tints

Shades of #F1F31E

#F1F31E
(241,243,30)
#DCDD1C
(220,221,28)
#C7C71A
(199,199,26)
#B2B118
(178,177,24)
#9D9B16
(157,155,22)
#888514
(136,133,20)
#736F12
(115,111,18)
#5E5910
(94,89,16)
#49430E
(73,67,14)
#342D0C
(52,45,12)
#1F170A
(31,23,10)
#000000
(0,0,0)

Tints of #F1F31E

#F1F31E
(241,243,30)
#F2F432
(242,244,50)
#F3F546
(243,245,70)
#F4F65A
(244,246,90)
#F5F76E
(245,247,110)
#F6F882
(246,248,130)
#F7F996
(247,249,150)
#F8FAAA
(248,250,170)
#F9FBBE
(249,251,190)
#FAFCD2
(250,252,210)
#FBFDE6
(251,253,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1F31E; }

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

This text font color is #F1F31E.


Background Color

.myBgColor { background-color: #F1F31E; }

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

This div background color is #F1F31E.


Border color

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

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

This div border color is #F1F31E.


Opacity

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

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

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

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

This text has shadow with #F1F31E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1F31E on black background.


Color preview on white background

This text has color #F1F31E on white background.



Black color preview on #F1F31E background

This text has black color on #F1F31E background.


White color preview on #F1F31E background

This text has white color on #F1F31E background.