COLOR #FAC76C

HEX: #FAC76C
RGB: (250,199,108)

Color info

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

RGB color model

#FAC76C color RGB value is (250,199,108).

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

RGB channels and saturation

R 250 of 255 = 98%
G 199 of 255 = 78%
B 108 of 255 = 42%

250
199
108

R + G + B ~ 73%. #FAC76C is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 199 + 108 = 557 (100%)
R 250 of 557 ~ 44.88%
G 199 of 557 ~ 35.73%
B 108 of 557 ~ 19.39%

%44.88
%35.73
%19.39

CMYK color model

#FAC76C color CMYK value is (0,20,57,2).

  • cyan value is 0.00%
  • magenta value is 20.40%
  • yellow value is 56.80%
  • key color value is 1.96%
CMYK:
(0,20,57,2)
C0M20Y57K2 
(0%,20%,57%,2%)
(0.00/0.20/0.57/0.02)	

CMYK percentages

%0
%20.4
%56.8
%1.96

Codes

Color #FAC76C in popluar color models

FAC76C
RGB250199108
HSL38°93.42%70.20%
HSB/HSV38°56.80%98.04%
CMYK0.00%20.40%56.80%
1.96%

Color #FAC76C in popluar number systems.

HEXFAC76C
Decimal250199108
Binary11111010110001111101100
Octal372307154

Shades and tints

Shades of #FAC76C

#FAC76C
(250,199,108)
#E4B563
(228,181,99)
#CEA35A
(206,163,90)
#B89151
(184,145,81)
#A27F48
(162,127,72)
#8C6D3F
(140,109,63)
#765B36
(118,91,54)
#60492D
(96,73,45)
#4A3724
(74,55,36)
#34251B
(52,37,27)
#1E1312
(30,19,18)
#000000
(0,0,0)

Tints of #FAC76C

#FAC76C
(250,199,108)
#FACC79
(250,204,121)
#FAD186
(250,209,134)
#FAD693
(250,214,147)
#FADBA0
(250,219,160)
#FAE0AD
(250,224,173)
#FAE5BA
(250,229,186)
#FAEAC7
(250,234,199)
#FAEFD4
(250,239,212)
#FAF4E1
(250,244,225)
#FAF9EE
(250,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAC76C; }

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

This text font color is #FAC76C.


Background Color

.myBgColor { background-color: #FAC76C; }

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

This div background color is #FAC76C.


Border color

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

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

This div border color is #FAC76C.


Opacity

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

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

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

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

This text has shadow with #FAC76C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAC76C on black background.


Color preview on white background

This text has color #FAC76C on white background.



Black color preview on #FAC76C background

This text has black color on #FAC76C background.


White color preview on #FAC76C background

This text has white color on #FAC76C background.