COLOR #F1F007

HEX: #F1F007
RGB: (241,240,7)

Color info

#F1F007 contains mainly red and green colors. Web safe color of #F1F007 is #FFFF00 (or #FF0).

RGB color model

#F1F007 color RGB value is (241,240,7).

  • red value is 241;
  • green value is 240;
  • blue value is 7.
RGB:
(241,240,7)
(95%,94%,3%)

RGB channels and saturation

R 241 of 255 = 95%
G 240 of 255 = 94%
B 7 of 255 = 3%

241
240
7

R + G + B ~ 64%. #F1F007 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 240 + 7 = 488 (100%)
R 241 of 488 ~ 49.39%
G 240 of 488 ~ 49.18%
B 7 of 488 ~ 1.43%

%49.39
%49.18

CMYK color model

#F1F007 color CMYK value is (0,0,97,5).

  • cyan value is 0.00%
  • magenta value is 0.41%
  • yellow value is 97.10%
  • key color value is 5.49%
CMYK:
(0,0,97,5)
C0M0Y97K5 
(0%,0%,97%,5%)
(0.00/0.00/0.97/0.05)	

CMYK percentages

%0
%0.41
%97.1
%5.49

Codes

Color #F1F007 in popluar color models

F1F007
RGB2412407
HSL60°94.35%48.63%
HSB/HSV60°97.10%94.51%
CMYK0.00%0.41%97.10%
5.49%

Color #F1F007 in popluar number systems.

HEXF1F007
Decimal2412407
Binary1111000111110000111
Octal3613607

Shades and tints

Shades of #F1F007

#F1F007
(241,240,7)
#DCDB07
(220,219,7)
#C7C607
(199,198,7)
#B2B107
(178,177,7)
#9D9C07
(157,156,7)
#888707
(136,135,7)
#737207
(115,114,7)
#5E5D07
(94,93,7)
#494807
(73,72,7)
#343307
(52,51,7)
#1F1E07
(31,30,7)
#000000
(0,0,0)

Tints of #F1F007

#F1F007
(241,240,7)
#F2F11D
(242,241,29)
#F3F233
(243,242,51)
#F4F349
(244,243,73)
#F5F45F
(245,244,95)
#F6F575
(246,245,117)
#F7F68B
(247,246,139)
#F8F7A1
(248,247,161)
#F9F8B7
(249,248,183)
#FAF9CD
(250,249,205)
#FBFAE3
(251,250,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1F007; }

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

This text font color is #F1F007.


Background Color

.myBgColor { background-color: #F1F007; }

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

This div background color is #F1F007.


Border color

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

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

This div border color is #F1F007.


Opacity

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

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

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

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

This text has shadow with #F1F007 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1F007 on black background.


Color preview on white background

This text has color #F1F007 on white background.



Black color preview on #F1F007 background

This text has black color on #F1F007 background.


White color preview on #F1F007 background

This text has white color on #F1F007 background.