COLOR #F6F999

HEX: #F6F999
RGB: (246,249,153)

Color info

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

RGB color model

#F6F999 color RGB value is (246,249,153).

  • red value is 246;
  • green value is 249;
  • blue value is 153.
RGB:
(246,249,153)
(96%,98%,60%)

RGB channels and saturation

R 246 of 255 = 96%
G 249 of 255 = 98%
B 153 of 255 = 60%

246
249
153

R + G + B ~ 85%. #F6F999 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 249 + 153 = 648 (100%)
R 246 of 648 ~ 37.96%
G 249 of 648 ~ 38.43%
B 153 of 648 ~ 23.61%

%37.96
%38.43
%23.61

CMYK color model

#F6F999 color CMYK value is (1,0,39,2).

  • cyan value is 1.20%
  • magenta value is 0.00%
  • yellow value is 38.55%
  • key color value is 2.35%
CMYK:
(1,0,39,2)
C1M0Y39K2 
(1%,0%,39%,2%)
(0.01/0.00/0.39/0.02)	

CMYK percentages

%1.2
%0
%38.55
%2.35

Codes

Color #F6F999 in popluar color models

F6F999
RGB246249153
HSL62°88.89%78.82%
HSB/HSV62°38.55%97.65%
CMYK1.20%0.00%38.55%
2.35%

Color #F6F999 in popluar number systems.

HEXF6F999
Decimal246249153
Binary111101101111100110011001
Octal366371231

Shades and tints

Shades of #F6F999

#F6F999
(246,249,153)
#E0E38C
(224,227,140)
#CACD7F
(202,205,127)
#B4B772
(180,183,114)
#9EA165
(158,161,101)
#888B58
(136,139,88)
#72754B
(114,117,75)
#5C5F3E
(92,95,62)
#464931
(70,73,49)
#303324
(48,51,36)
#1A1D17
(26,29,23)
#000000
(0,0,0)

Tints of #F6F999

#F6F999
(246,249,153)
#F6F9A2
(246,249,162)
#F6F9AB
(246,249,171)
#F6F9B4
(246,249,180)
#F6F9BD
(246,249,189)
#F6F9C6
(246,249,198)
#F6F9CF
(246,249,207)
#F6F9D8
(246,249,216)
#F6F9E1
(246,249,225)
#F6F9EA
(246,249,234)
#F6F9F3
(246,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6F999 color. Also use rgb(246,249,153) instead hex code.

Text Font Color

.myTextColor { color: #F6F999; }

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

This text font color is #F6F999.


Background Color

.myBgColor { background-color: #F6F999; }

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

This div background color is #F6F999.


Border color

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

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

This div border color is #F6F999.


Opacity

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

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

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

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

This text has shadow with #F6F999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6F999 on black background.


Color preview on white background

This text has color #F6F999 on white background.



Black color preview on #F6F999 background

This text has black color on #F6F999 background.


White color preview on #F6F999 background

This text has white color on #F6F999 background.