COLOR #FAC58E

HEX: #FAC58E
RGB: (250,197,142)

Color info

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

RGB color model

#FAC58E color RGB value is (250,197,142).

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

RGB channels and saturation

R 250 of 255 = 98%
G 197 of 255 = 77%
B 142 of 255 = 56%

250
197
142

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

Portions of RGB colors in percentages

R + G + B =
250 + 197 + 142 = 589 (100%)
R 250 of 589 ~ 42.44%
G 197 of 589 ~ 33.45%
B 142 of 589 ~ 24.11%

%42.44
%33.45
%24.11

CMYK color model

#FAC58E color CMYK value is (0,21,43,2).

  • cyan value is 0.00%
  • magenta value is 21.20%
  • yellow value is 43.20%
  • key color value is 1.96%
CMYK:
(0,21,43,2)
C0M21Y43K2 
(0%,21%,43%,2%)
(0.00/0.21/0.43/0.02)	

CMYK percentages

%0
%21.2
%43.2
%1.96

Codes

Color #FAC58E in popluar color models

FAC58E
RGB250197142
HSL31°91.53%76.86%
HSB/HSV31°43.20%98.04%
CMYK0.00%21.20%43.20%
1.96%

Color #FAC58E in popluar number systems.

HEXFAC58E
Decimal250197142
Binary111110101100010110001110
Octal372305216

Shades and tints

Shades of #FAC58E

#FAC58E
(250,197,142)
#E4B482
(228,180,130)
#CEA376
(206,163,118)
#B8926A
(184,146,106)
#A2815E
(162,129,94)
#8C7052
(140,112,82)
#765F46
(118,95,70)
#604E3A
(96,78,58)
#4A3D2E
(74,61,46)
#342C22
(52,44,34)
#1E1B16
(30,27,22)
#000000
(0,0,0)

Tints of #FAC58E

#FAC58E
(250,197,142)
#FACA98
(250,202,152)
#FACFA2
(250,207,162)
#FAD4AC
(250,212,172)
#FAD9B6
(250,217,182)
#FADEC0
(250,222,192)
#FAE3CA
(250,227,202)
#FAE8D4
(250,232,212)
#FAEDDE
(250,237,222)
#FAF2E8
(250,242,232)
#FAF7F2
(250,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAC58E; }

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

This text font color is #FAC58E.


Background Color

.myBgColor { background-color: #FAC58E; }

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

This div background color is #FAC58E.


Border color

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

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

This div border color is #FAC58E.


Opacity

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

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

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

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

This text has shadow with #FAC58E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAC58E on black background.


Color preview on white background

This text has color #FAC58E on white background.



Black color preview on #FAC58E background

This text has black color on #FAC58E background.


White color preview on #FAC58E background

This text has white color on #FAC58E background.