COLOR #FAC379

HEX: #FAC379
RGB: (250,195,121)

Color info

#FAC379 contains mainly red and green colors. Web safe color of #FAC379 is #FFCC66 (or #FC6).

RGB color model

#FAC379 color RGB value is (250,195,121).

  • red value is 250;
  • green value is 195;
  • blue value is 121.
RGB:
(250,195,121)
(98%,76%,47%)

RGB channels and saturation

R 250 of 255 = 98%
G 195 of 255 = 76%
B 121 of 255 = 47%

250
195
121

R + G + B ~ 74%. #FAC379 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 195 + 121 = 566 (100%)
R 250 of 566 ~ 44.17%
G 195 of 566 ~ 34.45%
B 121 of 566 ~ 21.38%

%44.17
%34.45
%21.38

CMYK color model

#FAC379 color CMYK value is (0,22,52,2).

  • cyan value is 0.00%
  • magenta value is 22.00%
  • yellow value is 51.60%
  • key color value is 1.96%
CMYK:
(0,22,52,2)
C0M22Y52K2 
(0%,22%,52%,2%)
(0.00/0.22/0.52/0.02)	

CMYK percentages

%0
%22
%51.6
%1.96

Codes

Color #FAC379 in popluar color models

FAC379
RGB250195121
HSL34°92.81%72.75%
HSB/HSV34°51.60%98.04%
CMYK0.00%22.00%51.60%
1.96%

Color #FAC379 in popluar number systems.

HEXFAC379
Decimal250195121
Binary11111010110000111111001
Octal372303171

Shades and tints

Shades of #FAC379

#FAC379
(250,195,121)
#E4B26E
(228,178,110)
#CEA163
(206,161,99)
#B89058
(184,144,88)
#A27F4D
(162,127,77)
#8C6E42
(140,110,66)
#765D37
(118,93,55)
#604C2C
(96,76,44)
#4A3B21
(74,59,33)
#342A16
(52,42,22)
#1E190B
(30,25,11)
#000000
(0,0,0)

Tints of #FAC379

#FAC379
(250,195,121)
#FAC885
(250,200,133)
#FACD91
(250,205,145)
#FAD29D
(250,210,157)
#FAD7A9
(250,215,169)
#FADCB5
(250,220,181)
#FAE1C1
(250,225,193)
#FAE6CD
(250,230,205)
#FAEBD9
(250,235,217)
#FAF0E5
(250,240,229)
#FAF5F1
(250,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAC379 color. Also use rgb(250,195,121) instead hex code.

Text Font Color

.myTextColor { color: #FAC379; }

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

This text font color is #FAC379.


Background Color

.myBgColor { background-color: #FAC379; }

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

This div background color is #FAC379.


Border color

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

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

This div border color is #FAC379.


Opacity

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

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

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

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

This text has shadow with #FAC379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAC379 on black background.


Color preview on white background

This text has color #FAC379 on white background.



Black color preview on #FAC379 background

This text has black color on #FAC379 background.


White color preview on #FAC379 background

This text has white color on #FAC379 background.