COLOR #F2F275

HEX: #F2F275
RGB: (242,242,117)

Color info

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

RGB color model

#F2F275 color RGB value is (242,242,117).

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

RGB channels and saturation

R 242 of 255 = 95%
G 242 of 255 = 95%
B 117 of 255 = 46%

242
242
117

R + G + B ~ 79%. #F2F275 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 242 + 117 = 601 (100%)
R 242 of 601 ~ 40.27%
G 242 of 601 ~ 40.27%
B 117 of 601 ~ 19.47%

%40.27
%40.27
%19.47

CMYK color model

#F2F275 color CMYK value is (0,0,52,5).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 51.65%
  • key color value is 5.10%
CMYK:
(0,0,52,5)
C0M0Y52K5 
(0%,0%,52%,5%)
(0.00/0.00/0.52/0.05)	

CMYK percentages

%0
%0
%51.65
%5.1

Codes

Color #F2F275 in popluar color models

F2F275
RGB242242117
HSL60°82.78%70.39%
HSB/HSV60°51.65%94.90%
CMYK0.00%0.00%51.65%
5.10%

Color #F2F275 in popluar number systems.

HEXF2F275
Decimal242242117
Binary11110010111100101110101
Octal362362165

Shades and tints

Shades of #F2F275

#F2F275
(242,242,117)
#DCDC6B
(220,220,107)
#C6C661
(198,198,97)
#B0B057
(176,176,87)
#9A9A4D
(154,154,77)
#848443
(132,132,67)
#6E6E39
(110,110,57)
#58582F
(88,88,47)
#424225
(66,66,37)
#2C2C1B
(44,44,27)
#161611
(22,22,17)
#000000
(0,0,0)

Tints of #F2F275

#F2F275
(242,242,117)
#F3F381
(243,243,129)
#F4F48D
(244,244,141)
#F5F599
(245,245,153)
#F6F6A5
(246,246,165)
#F7F7B1
(247,247,177)
#F8F8BD
(248,248,189)
#F9F9C9
(249,249,201)
#FAFAD5
(250,250,213)
#FBFBE1
(251,251,225)
#FCFCED
(252,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2F275; }

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

This text font color is #F2F275.


Background Color

.myBgColor { background-color: #F2F275; }

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

This div background color is #F2F275.


Border color

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

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

This div border color is #F2F275.


Opacity

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

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

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

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

This text has shadow with #F2F275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2F275 on black background.


Color preview on white background

This text has color #F2F275 on white background.



Black color preview on #F2F275 background

This text has black color on #F2F275 background.


White color preview on #F2F275 background

This text has white color on #F2F275 background.