COLOR #F9D286

HEX: #F9D286
RGB: (249,210,134)

Color info

#F9D286 contains mainly red and green colors. Web safe color of #F9D286 is #FFCC99 (or #FC9).

RGB color model

#F9D286 color RGB value is (249,210,134).

  • red value is 249;
  • green value is 210;
  • blue value is 134.
RGB:
(249,210,134)
(98%,82%,53%)

RGB channels and saturation

R 249 of 255 = 98%
G 210 of 255 = 82%
B 134 of 255 = 53%

249
210
134

R + G + B ~ 78%. #F9D286 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 210 + 134 = 593 (100%)
R 249 of 593 ~ 41.99%
G 210 of 593 ~ 35.41%
B 134 of 593 ~ 22.6%

%41.99
%35.41
%22.6

CMYK color model

#F9D286 color CMYK value is (0,16,46,2).

  • cyan value is 0.00%
  • magenta value is 15.66%
  • yellow value is 46.18%
  • key color value is 2.35%
CMYK:
(0,16,46,2)
C0M16Y46K2 
(0%,16%,46%,2%)
(0.00/0.16/0.46/0.02)	

CMYK percentages

%0
%15.66
%46.18
%2.35

Codes

Color #F9D286 in popluar color models

F9D286
RGB249210134
HSL40°90.55%75.10%
HSB/HSV40°46.18%97.65%
CMYK0.00%15.66%46.18%
2.35%

Color #F9D286 in popluar number systems.

HEXF9D286
Decimal249210134
Binary111110011101001010000110
Octal371322206

Shades and tints

Shades of #F9D286

#F9D286
(249,210,134)
#E3BF7A
(227,191,122)
#CDAC6E
(205,172,110)
#B79962
(183,153,98)
#A18656
(161,134,86)
#8B734A
(139,115,74)
#75603E
(117,96,62)
#5F4D32
(95,77,50)
#493A26
(73,58,38)
#33271A
(51,39,26)
#1D140E
(29,20,14)
#000000
(0,0,0)

Tints of #F9D286

#F9D286
(249,210,134)
#F9D691
(249,214,145)
#F9DA9C
(249,218,156)
#F9DEA7
(249,222,167)
#F9E2B2
(249,226,178)
#F9E6BD
(249,230,189)
#F9EAC8
(249,234,200)
#F9EED3
(249,238,211)
#F9F2DE
(249,242,222)
#F9F6E9
(249,246,233)
#F9FAF4
(249,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9D286 color. Also use rgb(249,210,134) instead hex code.

Text Font Color

.myTextColor { color: #F9D286; }

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

This text font color is #F9D286.


Background Color

.myBgColor { background-color: #F9D286; }

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

This div background color is #F9D286.


Border color

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

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

This div border color is #F9D286.


Opacity

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

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

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

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

This text has shadow with #F9D286 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9D286 on black background.


Color preview on white background

This text has color #F9D286 on white background.



Black color preview on #F9D286 background

This text has black color on #F9D286 background.


White color preview on #F9D286 background

This text has white color on #F9D286 background.