COLOR #F0FA89

HEX: #F0FA89
RGB: (240,250,137)

Color info

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

RGB color model

#F0FA89 color RGB value is (240,250,137).

  • red value is 240;
  • green value is 250;
  • blue value is 137.
RGB:
(240,250,137)
(94%,98%,54%)

RGB channels and saturation

R 240 of 255 = 94%
G 250 of 255 = 98%
B 137 of 255 = 54%

240
250
137

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

Portions of RGB colors in percentages

R + G + B =
240 + 250 + 137 = 627 (100%)
R 240 of 627 ~ 38.28%
G 250 of 627 ~ 39.87%
B 137 of 627 ~ 21.85%

%38.28
%39.87
%21.85

CMYK color model

#F0FA89 color CMYK value is (4,0,45,2).

  • cyan value is 4.00%
  • magenta value is 0.00%
  • yellow value is 45.20%
  • key color value is 1.96%
CMYK:
(4,0,45,2)
C4M0Y45K2 
(4%,0%,45%,2%)
(0.04/0.00/0.45/0.02)	

CMYK percentages

%4
%0
%45.2
%1.96

Codes

Color #F0FA89 in popluar color models

F0FA89
RGB240250137
HSL65°91.87%75.88%
HSB/HSV65°45.20%98.04%
CMYK4.00%0.00%45.20%
1.96%

Color #F0FA89 in popluar number systems.

HEXF0FA89
Decimal240250137
Binary111100001111101010001001
Octal360372211

Shades and tints

Shades of #F0FA89

#F0FA89
(240,250,137)
#DBE47D
(219,228,125)
#C6CE71
(198,206,113)
#B1B865
(177,184,101)
#9CA259
(156,162,89)
#878C4D
(135,140,77)
#727641
(114,118,65)
#5D6035
(93,96,53)
#484A29
(72,74,41)
#33341D
(51,52,29)
#1E1E11
(30,30,17)
#000000
(0,0,0)

Tints of #F0FA89

#F0FA89
(240,250,137)
#F1FA93
(241,250,147)
#F2FA9D
(242,250,157)
#F3FAA7
(243,250,167)
#F4FAB1
(244,250,177)
#F5FABB
(245,250,187)
#F6FAC5
(246,250,197)
#F7FACF
(247,250,207)
#F8FAD9
(248,250,217)
#F9FAE3
(249,250,227)
#FAFAED
(250,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0FA89 color. Also use rgb(240,250,137) instead hex code.

Text Font Color

.myTextColor { color: #F0FA89; }

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

This text font color is #F0FA89.


Background Color

.myBgColor { background-color: #F0FA89; }

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

This div background color is #F0FA89.


Border color

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

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

This div border color is #F0FA89.


Opacity

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

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

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

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

This text has shadow with #F0FA89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0FA89 on black background.


Color preview on white background

This text has color #F0FA89 on white background.



Black color preview on #F0FA89 background

This text has black color on #F0FA89 background.


White color preview on #F0FA89 background

This text has white color on #F0FA89 background.