COLOR #F9F685

HEX: #F9F685
RGB: (249,246,133)

Color info

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

RGB color model

#F9F685 color RGB value is (249,246,133).

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

RGB channels and saturation

R 249 of 255 = 98%
G 246 of 255 = 96%
B 133 of 255 = 52%

249
246
133

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

Portions of RGB colors in percentages

R + G + B =
249 + 246 + 133 = 628 (100%)
R 249 of 628 ~ 39.65%
G 246 of 628 ~ 39.17%
B 133 of 628 ~ 21.18%

%39.65
%39.17
%21.18

CMYK color model

#F9F685 color CMYK value is (0,1,47,2).

  • cyan value is 0.00%
  • magenta value is 1.20%
  • yellow value is 46.59%
  • key color value is 2.35%
CMYK:
(0,1,47,2)
C0M1Y47K2 
(0%,1%,47%,2%)
(0.00/0.01/0.47/0.02)	

CMYK percentages

%0
%1.2
%46.59
%2.35

Codes

Color #F9F685 in popluar color models

F9F685
RGB249246133
HSL58°90.63%74.90%
HSB/HSV58°46.59%97.65%
CMYK0.00%1.20%46.59%
2.35%

Color #F9F685 in popluar number systems.

HEXF9F685
Decimal249246133
Binary111110011111011010000101
Octal371366205

Shades and tints

Shades of #F9F685

#F9F685
(249,246,133)
#E3E079
(227,224,121)
#CDCA6D
(205,202,109)
#B7B461
(183,180,97)
#A19E55
(161,158,85)
#8B8849
(139,136,73)
#75723D
(117,114,61)
#5F5C31
(95,92,49)
#494625
(73,70,37)
#333019
(51,48,25)
#1D1A0D
(29,26,13)
#000000
(0,0,0)

Tints of #F9F685

#F9F685
(249,246,133)
#F9F690
(249,246,144)
#F9F69B
(249,246,155)
#F9F6A6
(249,246,166)
#F9F6B1
(249,246,177)
#F9F6BC
(249,246,188)
#F9F6C7
(249,246,199)
#F9F6D2
(249,246,210)
#F9F6DD
(249,246,221)
#F9F6E8
(249,246,232)
#F9F6F3
(249,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9F685; }

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

This text font color is #F9F685.


Background Color

.myBgColor { background-color: #F9F685; }

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

This div background color is #F9F685.


Border color

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

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

This div border color is #F9F685.


Opacity

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

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

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

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

This text has shadow with #F9F685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9F685 on black background.


Color preview on white background

This text has color #F9F685 on white background.



Black color preview on #F9F685 background

This text has black color on #F9F685 background.


White color preview on #F9F685 background

This text has white color on #F9F685 background.