COLOR #F9F66C

HEX: #F9F66C
RGB: (249,246,108)

Color info

#F9F66C contains mainly red and green colors. Web safe color of #F9F66C is #FFFF66 (or #FF6).

RGB color model

#F9F66C color RGB value is (249,246,108).

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

RGB channels and saturation

R 249 of 255 = 98%
G 246 of 255 = 96%
B 108 of 255 = 42%

249
246
108

R + G + B ~ 79%. #F9F66C is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 246 + 108 = 603 (100%)
R 249 of 603 ~ 41.29%
G 246 of 603 ~ 40.8%
B 108 of 603 ~ 17.91%

%41.29
%40.8
%17.91

CMYK color model

#F9F66C color CMYK value is (0,1,57,2).

  • cyan value is 0.00%
  • magenta value is 1.20%
  • yellow value is 56.63%
  • key color value is 2.35%
CMYK:
(0,1,57,2)
C0M1Y57K2 
(0%,1%,57%,2%)
(0.00/0.01/0.57/0.02)	

CMYK percentages

%0
%1.2
%56.63
%2.35

Codes

Color #F9F66C in popluar color models

F9F66C
RGB249246108
HSL59°92.16%70.00%
HSB/HSV59°56.63%97.65%
CMYK0.00%1.20%56.63%
2.35%

Color #F9F66C in popluar number systems.

HEXF9F66C
Decimal249246108
Binary11111001111101101101100
Octal371366154

Shades and tints

Shades of #F9F66C

#F9F66C
(249,246,108)
#E3E063
(227,224,99)
#CDCA5A
(205,202,90)
#B7B451
(183,180,81)
#A19E48
(161,158,72)
#8B883F
(139,136,63)
#757236
(117,114,54)
#5F5C2D
(95,92,45)
#494624
(73,70,36)
#33301B
(51,48,27)
#1D1A12
(29,26,18)
#000000
(0,0,0)

Tints of #F9F66C

#F9F66C
(249,246,108)
#F9F679
(249,246,121)
#F9F686
(249,246,134)
#F9F693
(249,246,147)
#F9F6A0
(249,246,160)
#F9F6AD
(249,246,173)
#F9F6BA
(249,246,186)
#F9F6C7
(249,246,199)
#F9F6D4
(249,246,212)
#F9F6E1
(249,246,225)
#F9F6EE
(249,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9F66C; }

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

This text font color is #F9F66C.


Background Color

.myBgColor { background-color: #F9F66C; }

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

This div background color is #F9F66C.


Border color

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

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

This div border color is #F9F66C.


Opacity

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

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

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

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

This text has shadow with #F9F66C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9F66C on black background.


Color preview on white background

This text has color #F9F66C on white background.



Black color preview on #F9F66C background

This text has black color on #F9F66C background.


White color preview on #F9F66C background

This text has white color on #F9F66C background.