COLOR #FAC986

HEX: #FAC986 RGB: (250,201,134)

Color info

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

RGB color model

#FAC986 color RGB value is (250,201,134).

RGB: (250,201,134) (98%, 79%, 53%)

RGB channels and saturation

R 250 of 255 = 98%
G 201 of 255 = 79%
B 134 of 255 = 53%

250
201
134

R + G + B ~ 77%. #FAC986 is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 201 + 134 = 585 (100%)
R 250 of 585 ~ 42.74%
G 201 of 585 ~ 34.36%
B 134 of 585 ~ 22.91'%

%42.74
%34.36
%22.91

CMYK color model

#FAC986 color CMYK value is (0,20,46,2).

  • cyan value is 0.00%
  • magenta value is 19.60%
  • yellow value is 46.40%
  • key color value is 1.96%

CMYK: (0,20,46,2)
C0M20Y46K2 (0%, 20%, 46%, 2%)
(0.00 / 0.20 / 0.46 / 0.02)

CMYK percentages

%0
%19.6
%46.4
%1.96

Codes

Color #FAC986 in popluar color models

FA C9 86
RGB 250 201 134
HSL 35° 92.06% 75.29%
HSB/HSV 35° 46.40% 98.04%
CMYK 0.00% 19.60% 46.40%
1.96%

Color #FAC986 in popluar number systems.

HEX FA C9 86
Decimal 250 201 134
Binary 11111010 11001001 10000110
Octal 372 311 206

Shades and tints

Shades of #FAC986

#FAC986
(250,201,134)
#E4B77A
(228,183,122)
#CEA56E
(206,165,110)
#B89362
(184,147,98)
#A28156
(162,129,86)
#8C6F4A
(140,111,74)
#765D3E
(118,93,62)
#604B32
(96,75,50)
#4A3926
(74,57,38)
#34271A
(52,39,26)
#1E150E
(30,21,14)
#000000
(0,0,0)

Tints of #FAC986

#FAC986
(250,201,134)
#FACD91
(250,205,145)
#FAD19C
(250,209,156)
#FAD5A7
(250,213,167)
#FAD9B2
(250,217,178)
#FADDBD
(250,221,189)
#FAE1C8
(250,225,200)
#FAE5D3
(250,229,211)
#FAE9DE
(250,233,222)
#FAEDE9
(250,237,233)
#FAF1F4
(250,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAC986 color. Also use rgb(250,201,134) instead hex code.

Text Font Color

.myTextColor { color: #FAC986; }

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

This text font color is #FAC986.

Background Color

.myBgColor { background-color: #FAC986; }

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

This div background color is #FAC986.

Border color

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

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

This div border color is #FAC986.

Opacity

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

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

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

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

This text has shadow with #FAC986 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAC986.

Preview

Color preview on black background

This text has color #FAC986 on black background.


Color preview on white background

This text has color #FAC986 on white background.


Black color preview on #FAC986 background

This text has black color on #FAC986 background.


White color preview on #FAC986 background

This text has white color on #FAC986 background.


Related colors

Complementary color

Complementary color for #hex is #053679.


I love getcolorcode.com

Triadic colors

1 #86FAC9 and #C986FA with #FAC986 are triadic colors.

2 #86C9FA and #C9FA86 with #FAC986 are triadic colors.