COLOR #FAC59E

HEX: #FAC59E
RGB: (250,197,158)

Color info

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

RGB color model

#FAC59E color RGB value is (250,197,158).

  • red value is 250;
  • green value is 197;
  • blue value is 158.
RGB:
(250,197,158)
(98%,77%,62%)

RGB channels and saturation

R 250 of 255 = 98%
G 197 of 255 = 77%
B 158 of 255 = 62%

250
197
158

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

Portions of RGB colors in percentages

R + G + B =
250 + 197 + 158 = 605 (100%)
R 250 of 605 ~ 41.32%
G 197 of 605 ~ 32.56%
B 158 of 605 ~ 26.12%

%41.32
%32.56
%26.12

CMYK color model

#FAC59E color CMYK value is (0,21,37,2).

  • cyan value is 0.00%
  • magenta value is 21.20%
  • yellow value is 36.80%
  • key color value is 1.96%
CMYK:
(0,21,37,2)
C0M21Y37K2 
(0%,21%,37%,2%)
(0.00/0.21/0.37/0.02)	

CMYK percentages

%0
%21.2
%36.8
%1.96

Codes

Color #FAC59E in popluar color models

FAC59E
RGB250197158
HSL25°90.20%80.00%
HSB/HSV25°36.80%98.04%
CMYK0.00%21.20%36.80%
1.96%

Color #FAC59E in popluar number systems.

HEXFAC59E
Decimal250197158
Binary111110101100010110011110
Octal372305236

Shades and tints

Shades of #FAC59E

#FAC59E
(250,197,158)
#E4B490
(228,180,144)
#CEA382
(206,163,130)
#B89274
(184,146,116)
#A28166
(162,129,102)
#8C7058
(140,112,88)
#765F4A
(118,95,74)
#604E3C
(96,78,60)
#4A3D2E
(74,61,46)
#342C20
(52,44,32)
#1E1B12
(30,27,18)
#000000
(0,0,0)

Tints of #FAC59E

#FAC59E
(250,197,158)
#FACAA6
(250,202,166)
#FACFAE
(250,207,174)
#FAD4B6
(250,212,182)
#FAD9BE
(250,217,190)
#FADEC6
(250,222,198)
#FAE3CE
(250,227,206)
#FAE8D6
(250,232,214)
#FAEDDE
(250,237,222)
#FAF2E6
(250,242,230)
#FAF7EE
(250,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAC59E color. Also use rgb(250,197,158) instead hex code.

Text Font Color

.myTextColor { color: #FAC59E; }

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

This text font color is #FAC59E.


Background Color

.myBgColor { background-color: #FAC59E; }

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

This div background color is #FAC59E.


Border color

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

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

This div border color is #FAC59E.


Opacity

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

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

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

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

This text has shadow with #FAC59E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAC59E on black background.


Color preview on white background

This text has color #FAC59E on white background.



Black color preview on #FAC59E background

This text has black color on #FAC59E background.


White color preview on #FAC59E background

This text has white color on #FAC59E background.