COLOR #F1F280

HEX: #F1F280
RGB: (241,242,128)

Color info

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

RGB color model

#F1F280 color RGB value is (241,242,128).

  • red value is 241;
  • green value is 242;
  • blue value is 128.
RGB:
(241,242,128)
(95%,95%,50%)

RGB channels and saturation

R 241 of 255 = 95%
G 242 of 255 = 95%
B 128 of 255 = 50%

241
242
128

R + G + B ~ 80%. #F1F280 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 242 + 128 = 611 (100%)
R 241 of 611 ~ 39.44%
G 242 of 611 ~ 39.61%
B 128 of 611 ~ 20.95%

%39.44
%39.61
%20.95

CMYK color model

#F1F280 color CMYK value is (0,0,47,5).

  • cyan value is 0.41%
  • magenta value is 0.00%
  • yellow value is 47.11%
  • key color value is 5.10%
CMYK:
(0,0,47,5)
C0M0Y47K5 
(0%,0%,47%,5%)
(0.00/0.00/0.47/0.05)	

CMYK percentages

%0.41
%0
%47.11
%5.1

Codes

Color #F1F280 in popluar color models

F1F280
RGB241242128
HSL61°81.43%72.55%
HSB/HSV61°47.11%94.90%
CMYK0.41%0.00%47.11%
5.10%

Color #F1F280 in popluar number systems.

HEXF1F280
Decimal241242128
Binary111100011111001010000000
Octal361362200

Shades and tints

Shades of #F1F280

#F1F280
(241,242,128)
#DCDC75
(220,220,117)
#C7C66A
(199,198,106)
#B2B05F
(178,176,95)
#9D9A54
(157,154,84)
#888449
(136,132,73)
#736E3E
(115,110,62)
#5E5833
(94,88,51)
#494228
(73,66,40)
#342C1D
(52,44,29)
#1F1612
(31,22,18)
#000000
(0,0,0)

Tints of #F1F280

#F1F280
(241,242,128)
#F2F38B
(242,243,139)
#F3F496
(243,244,150)
#F4F5A1
(244,245,161)
#F5F6AC
(245,246,172)
#F6F7B7
(246,247,183)
#F7F8C2
(247,248,194)
#F8F9CD
(248,249,205)
#F9FAD8
(249,250,216)
#FAFBE3
(250,251,227)
#FBFCEE
(251,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1F280; }

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

This text font color is #F1F280.


Background Color

.myBgColor { background-color: #F1F280; }

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

This div background color is #F1F280.


Border color

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

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

This div border color is #F1F280.


Opacity

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

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

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

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

This text has shadow with #F1F280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1F280 on black background.


Color preview on white background

This text has color #F1F280 on white background.



Black color preview on #F1F280 background

This text has black color on #F1F280 background.


White color preview on #F1F280 background

This text has white color on #F1F280 background.