COLOR #FAC77D

HEX: #FAC77D
RGB: (250,199,125)

Color info

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

RGB color model

#FAC77D color RGB value is (250,199,125).

  • red value is 250;
  • green value is 199;
  • blue value is 125.
RGB:
(250,199,125)
(98%,78%,49%)

RGB channels and saturation

R 250 of 255 = 98%
G 199 of 255 = 78%
B 125 of 255 = 49%

250
199
125

R + G + B ~ 75%. #FAC77D is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 199 + 125 = 574 (100%)
R 250 of 574 ~ 43.55%
G 199 of 574 ~ 34.67%
B 125 of 574 ~ 21.78%

%43.55
%34.67
%21.78

CMYK color model

#FAC77D color CMYK value is (0,20,50,2).

  • cyan value is 0.00%
  • magenta value is 20.40%
  • yellow value is 50.00%
  • key color value is 1.96%
CMYK:
(0,20,50,2)
C0M20Y50K2 
(0%,20%,50%,2%)
(0.00/0.20/0.50/0.02)	

CMYK percentages

%0
%20.4
%50
%1.96

Codes

Color #FAC77D in popluar color models

FAC77D
RGB250199125
HSL36°92.59%73.53%
HSB/HSV36°50.00%98.04%
CMYK0.00%20.40%50.00%
1.96%

Color #FAC77D in popluar number systems.

HEXFAC77D
Decimal250199125
Binary11111010110001111111101
Octal372307175

Shades and tints

Shades of #FAC77D

#FAC77D
(250,199,125)
#E4B572
(228,181,114)
#CEA367
(206,163,103)
#B8915C
(184,145,92)
#A27F51
(162,127,81)
#8C6D46
(140,109,70)
#765B3B
(118,91,59)
#604930
(96,73,48)
#4A3725
(74,55,37)
#34251A
(52,37,26)
#1E130F
(30,19,15)
#000000
(0,0,0)

Tints of #FAC77D

#FAC77D
(250,199,125)
#FACC88
(250,204,136)
#FAD193
(250,209,147)
#FAD69E
(250,214,158)
#FADBA9
(250,219,169)
#FAE0B4
(250,224,180)
#FAE5BF
(250,229,191)
#FAEACA
(250,234,202)
#FAEFD5
(250,239,213)
#FAF4E0
(250,244,224)
#FAF9EB
(250,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAC77D color. Also use rgb(250,199,125) instead hex code.

Text Font Color

.myTextColor { color: #FAC77D; }

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

This text font color is #FAC77D.


Background Color

.myBgColor { background-color: #FAC77D; }

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

This div background color is #FAC77D.


Border color

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

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

This div border color is #FAC77D.


Opacity

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

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

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

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

This text has shadow with #FAC77D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAC77D on black background.


Color preview on white background

This text has color #FAC77D on white background.



Black color preview on #FAC77D background

This text has black color on #FAC77D background.


White color preview on #FAC77D background

This text has white color on #FAC77D background.