COLOR #F2F280

HEX: #F2F280
RGB: (242,242,128)

Color info

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

RGB color model

#F2F280 color RGB value is (242,242,128).

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

RGB channels and saturation

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

242
242
128

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

Portions of RGB colors in percentages

R + G + B =
242 + 242 + 128 = 612 (100%)
R 242 of 612 ~ 39.54%
G 242 of 612 ~ 39.54%
B 128 of 612 ~ 20.92%

%39.54
%39.54
%20.92

CMYK color model

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

  • cyan value is 0.00%
  • 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
%0
%47.11
%5.1

Codes

Color #F2F280 in popluar color models

F2F280
RGB242242128
HSL60°81.43%72.55%
HSB/HSV60°47.11%94.90%
CMYK0.00%0.00%47.11%
5.10%

Color #F2F280 in popluar number systems.

HEXF2F280
Decimal242242128
Binary111100101111001010000000
Octal362362200

Shades and tints

Shades of #F2F280

#F2F280
(242,242,128)
#DCDC75
(220,220,117)
#C6C66A
(198,198,106)
#B0B05F
(176,176,95)
#9A9A54
(154,154,84)
#848449
(132,132,73)
#6E6E3E
(110,110,62)
#585833
(88,88,51)
#424228
(66,66,40)
#2C2C1D
(44,44,29)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #F2F280

#F2F280
(242,242,128)
#F3F38B
(243,243,139)
#F4F496
(244,244,150)
#F5F5A1
(245,245,161)
#F6F6AC
(246,246,172)
#F7F7B7
(247,247,183)
#F8F8C2
(248,248,194)
#F9F9CD
(249,249,205)
#FAFAD8
(250,250,216)
#FBFBE3
(251,251,227)
#FCFCEE
(252,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2F280; }

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

This text font color is #F2F280.


Background Color

.myBgColor { background-color: #F2F280; }

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

This div background color is #F2F280.


Border color

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

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

This div border color is #F2F280.


Opacity

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

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

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

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

This text has shadow with #F2F280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2F280 on black background.


Color preview on white background

This text has color #F2F280 on white background.



Black color preview on #F2F280 background

This text has black color on #F2F280 background.


White color preview on #F2F280 background

This text has white color on #F2F280 background.