COLOR #F0F68C

HEX: #F0F68C
RGB: (240,246,140)

Color info

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

RGB color model

#F0F68C color RGB value is (240,246,140).

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

RGB channels and saturation

R 240 of 255 = 94%
G 246 of 255 = 96%
B 140 of 255 = 55%

240
246
140

R + G + B ~ 82%. #F0F68C is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 246 + 140 = 626 (100%)
R 240 of 626 ~ 38.34%
G 246 of 626 ~ 39.3%
B 140 of 626 ~ 22.36%

%38.34
%39.3
%22.36

CMYK color model

#F0F68C color CMYK value is (2,0,43,4).

  • cyan value is 2.44%
  • magenta value is 0.00%
  • yellow value is 43.09%
  • key color value is 3.53%
CMYK:
(2,0,43,4)
C2M0Y43K4 
(2%,0%,43%,4%)
(0.02/0.00/0.43/0.04)	

CMYK percentages

%2.44
%0
%43.09
%3.53

Codes

Color #F0F68C in popluar color models

F0F68C
RGB240246140
HSL63°85.48%75.69%
HSB/HSV63°43.09%96.47%
CMYK2.44%0.00%43.09%
3.53%

Color #F0F68C in popluar number systems.

HEXF0F68C
Decimal240246140
Binary111100001111011010001100
Octal360366214

Shades and tints

Shades of #F0F68C

#F0F68C
(240,246,140)
#DBE080
(219,224,128)
#C6CA74
(198,202,116)
#B1B468
(177,180,104)
#9C9E5C
(156,158,92)
#878850
(135,136,80)
#727244
(114,114,68)
#5D5C38
(93,92,56)
#48462C
(72,70,44)
#333020
(51,48,32)
#1E1A14
(30,26,20)
#000000
(0,0,0)

Tints of #F0F68C

#F0F68C
(240,246,140)
#F1F696
(241,246,150)
#F2F6A0
(242,246,160)
#F3F6AA
(243,246,170)
#F4F6B4
(244,246,180)
#F5F6BE
(245,246,190)
#F6F6C8
(246,246,200)
#F7F6D2
(247,246,210)
#F8F6DC
(248,246,220)
#F9F6E6
(249,246,230)
#FAF6F0
(250,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0F68C; }

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

This text font color is #F0F68C.


Background Color

.myBgColor { background-color: #F0F68C; }

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

This div background color is #F0F68C.


Border color

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

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

This div border color is #F0F68C.


Opacity

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

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

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

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

This text has shadow with #F0F68C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0F68C on black background.


Color preview on white background

This text has color #F0F68C on white background.



Black color preview on #F0F68C background

This text has black color on #F0F68C background.


White color preview on #F0F68C background

This text has white color on #F0F68C background.