COLOR #F6F889

HEX: #F6F889 RGB: (246,248,137)

Color info

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

RGB color model

#F6F889 color RGB value is (246,248,137).

RGB: (246,248,137) (96%, 97%, 54%)

RGB channels and saturation

R 246 of 255 = 96%
G 248 of 255 = 97%
B 137 of 255 = 54%

246
248
137

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

Portions of RGB colors in percentages

R + G + B = 246 + 248 + 137 = 631 (100%)
R 246 of 631 ~ 38.99%
G 248 of 631 ~ 39.3%
B 137 of 631 ~ 21.71'%

%38.99
%39.3
%21.71

CMYK color model

#F6F889 color CMYK value is (1,0,45,3).

  • cyan value is 0.81%
  • magenta value is 0.00%
  • yellow value is 44.76%
  • key color value is 2.75%

CMYK: (1,0,45,3)
C1M0Y45K3 (1%, 0%, 45%, 3%)
(0.01 / 0.00 / 0.45 / 0.03)

CMYK percentages

%0.81
%0
%44.76
%2.75

Codes

Color #F6F889 in popluar color models

F6 F8 89
RGB 246 248 137
HSL 61° 88.80% 75.49%
HSB/HSV 61° 44.76% 97.25%
CMYK 0.81% 0.00% 44.76%
2.75%

Color #F6F889 in popluar number systems.

HEX F6 F8 89
Decimal 246 248 137
Binary 11110110 11111000 10001001
Octal 366 370 211

Shades and tints

Shades of #F6F889

#F6F889
(246,248,137)
#E0E27D
(224,226,125)
#CACC71
(202,204,113)
#B4B665
(180,182,101)
#9EA059
(158,160,89)
#888A4D
(136,138,77)
#727441
(114,116,65)
#5C5E35
(92,94,53)
#464829
(70,72,41)
#30321D
(48,50,29)
#1A1C11
(26,28,17)
#000000
(0,0,0)

Tints of #F6F889

#F6F889
(246,248,137)
#F6F893
(246,248,147)
#F6F89D
(246,248,157)
#F6F8A7
(246,248,167)
#F6F8B1
(246,248,177)
#F6F8BB
(246,248,187)
#F6F8C5
(246,248,197)
#F6F8CF
(246,248,207)
#F6F8D9
(246,248,217)
#F6F8E3
(246,248,227)
#F6F8ED
(246,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6F889 color. Also use rgb(246,248,137) instead hex code.

Text Font Color

.myTextColor { color: #F6F889; }

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

This text font color is #F6F889.

Background Color

.myBgColor { background-color: #F6F889; }

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

This div background color is #F6F889.

Border color

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

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

This div border color is #F6F889.

Opacity

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

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

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

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

This text has shadow with #F6F889 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6F889.

Preview

Color preview on black background

This text has color #F6F889 on black background.


Color preview on white background

This text has color #F6F889 on white background.


Black color preview on #F6F889 background

This text has black color on #F6F889 background.


White color preview on #F6F889 background

This text has white color on #F6F889 background.


Related colors

Complementary color

Complementary color for #hex is #090776.


I love getcolorcode.com

Triadic colors

1 #89F6F8 and #F889F6 with #F6F889 are triadic colors.

2 #89F8F6 and #F8F689 with #F6F889 are triadic colors.