COLOR #F0F69F

HEX: #F0F69F
RGB: (240,246,159)

Color info

#F0F69F contains mainly red and green colors. Web safe color of #F0F69F is #FFFF99 (or #FF9).

RGB color model

#F0F69F color RGB value is (240,246,159).

  • red value is 240;
  • green value is 246;
  • blue value is 159.
RGB:
(240,246,159)
(94%,96%,62%)

RGB channels and saturation

R 240 of 255 = 94%
G 246 of 255 = 96%
B 159 of 255 = 62%

240
246
159

R + G + B ~ 84%. #F0F69F is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 246 + 159 = 645 (100%)
R 240 of 645 ~ 37.21%
G 246 of 645 ~ 38.14%
B 159 of 645 ~ 24.65%

%37.21
%38.14
%24.65

CMYK color model

#F0F69F color CMYK value is (2,0,35,4).

  • cyan value is 2.44%
  • magenta value is 0.00%
  • yellow value is 35.37%
  • key color value is 3.53%
CMYK:
(2,0,35,4)
C2M0Y35K4 
(2%,0%,35%,4%)
(0.02/0.00/0.35/0.04)	

CMYK percentages

%2.44
%0
%35.37
%3.53

Codes

Color #F0F69F in popluar color models

F0F69F
RGB240246159
HSL64°82.86%79.41%
HSB/HSV64°35.37%96.47%
CMYK2.44%0.00%35.37%
3.53%

Color #F0F69F in popluar number systems.

HEXF0F69F
Decimal240246159
Binary111100001111011010011111
Octal360366237

Shades and tints

Shades of #F0F69F

#F0F69F
(240,246,159)
#DBE091
(219,224,145)
#C6CA83
(198,202,131)
#B1B475
(177,180,117)
#9C9E67
(156,158,103)
#878859
(135,136,89)
#72724B
(114,114,75)
#5D5C3D
(93,92,61)
#48462F
(72,70,47)
#333021
(51,48,33)
#1E1A13
(30,26,19)
#000000
(0,0,0)

Tints of #F0F69F

#F0F69F
(240,246,159)
#F1F6A7
(241,246,167)
#F2F6AF
(242,246,175)
#F3F6B7
(243,246,183)
#F4F6BF
(244,246,191)
#F5F6C7
(245,246,199)
#F6F6CF
(246,246,207)
#F7F6D7
(247,246,215)
#F8F6DF
(248,246,223)
#F9F6E7
(249,246,231)
#FAF6EF
(250,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0F69F color. Also use rgb(240,246,159) instead hex code.

Text Font Color

.myTextColor { color: #F0F69F; }

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

This text font color is #F0F69F.


Background Color

.myBgColor { background-color: #F0F69F; }

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

This div background color is #F0F69F.


Border color

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

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

This div border color is #F0F69F.


Opacity

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

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

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

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

This text has shadow with #F0F69F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0F69F on black background.


Color preview on white background

This text has color #F0F69F on white background.



Black color preview on #F0F69F background

This text has black color on #F0F69F background.


White color preview on #F0F69F background

This text has white color on #F0F69F background.