COLOR #F0F289

HEX: #F0F289 RGB: (240,242,137)

Color info

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

RGB color model

#F0F289 color RGB value is (240,242,137).

RGB: (240,242,137) (94%, 95%, 54%)

RGB channels and saturation

R 240 of 255 = 94%
G 242 of 255 = 95%
B 137 of 255 = 54%

240
242
137

R + G + B ~ 81%. #F0F289 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 242 + 137 = 619 (100%)
R 240 of 619 ~ 38.77%
G 242 of 619 ~ 39.1%
B 137 of 619 ~ 22.13'%

%38.77
%39.1
%22.13

CMYK color model

#F0F289 color CMYK value is (1,0,43,5).

  • cyan value is 0.83%
  • magenta value is 0.00%
  • yellow value is 43.39%
  • key color value is 5.10%

CMYK: (1,0,43,5)
C1M0Y43K5 (1%, 0%, 43%, 5%)
(0.01 / 0.00 / 0.43 / 0.05)

CMYK percentages

%0.83
%0
%43.39
%5.1

Codes

Color #F0F289 in popluar color models

F0 F2 89
RGB 240 242 137
HSL 61° 80.15% 74.31%
HSB/HSV 61° 43.39% 94.90%
CMYK 0.83% 0.00% 43.39%
5.10%

Color #F0F289 in popluar number systems.

HEX F0 F2 89
Decimal 240 242 137
Binary 11110000 11110010 10001001
Octal 360 362 211

Shades and tints

Shades of #F0F289

#F0F289
(240,242,137)
#DBDC7D
(219,220,125)
#C6C671
(198,198,113)
#B1B065
(177,176,101)
#9C9A59
(156,154,89)
#87844D
(135,132,77)
#726E41
(114,110,65)
#5D5835
(93,88,53)
#484229
(72,66,41)
#332C1D
(51,44,29)
#1E1611
(30,22,17)
#000000
(0,0,0)

Tints of #F0F289

#F0F289
(240,242,137)
#F1F393
(241,243,147)
#F2F49D
(242,244,157)
#F3F5A7
(243,245,167)
#F4F6B1
(244,246,177)
#F5F7BB
(245,247,187)
#F6F8C5
(246,248,197)
#F7F9CF
(247,249,207)
#F8FAD9
(248,250,217)
#F9FBE3
(249,251,227)
#FAFCED
(250,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0F289; }

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

This text font color is #F0F289.

Background Color

.myBgColor { background-color: #F0F289; }

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

This div background color is #F0F289.

Border color

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

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

This div border color is #F0F289.

Opacity

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

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

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

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

This text has shadow with #F0F289 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0F289.

Preview

Color preview on black background

This text has color #F0F289 on black background.


Color preview on white background

This text has color #F0F289 on white background.


Black color preview on #F0F289 background

This text has black color on #F0F289 background.


White color preview on #F0F289 background

This text has white color on #F0F289 background.


Related colors

Complementary color

Complementary color for #hex is #0F0D76.


I love getcolorcode.com

Triadic colors

1 #89F0F2 and #F289F0 with #F0F289 are triadic colors.

2 #89F2F0 and #F2F089 with #F0F289 are triadic colors.