COLOR #FAC77A

HEX: #FAC77A RGB: (250,199,122)

Color info

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

RGB color model

#FAC77A color RGB value is (250,199,122).

RGB: (250,199,122) (98%, 78%, 48%)

RGB channels and saturation

R 250 of 255 = 98%
G 199 of 255 = 78%
B 122 of 255 = 48%

250
199
122

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

Portions of RGB colors in percentages

R + G + B = 250 + 199 + 122 = 571 (100%)
R 250 of 571 ~ 43.78%
G 199 of 571 ~ 34.85%
B 122 of 571 ~ 21.37'%

%43.78
%34.85
%21.37

CMYK color model

#FAC77A color CMYK value is (0,20,51,2).

  • cyan value is 0.00%
  • magenta value is 20.40%
  • yellow value is 51.20%
  • key color value is 1.96%

CMYK: (0,20,51,2)
C0M20Y51K2 (0%, 20%, 51%, 2%)
(0.00 / 0.20 / 0.51 / 0.02)

CMYK percentages

%0
%20.4
%51.2
%1.96

Codes

Color #FAC77A in popluar color models

FA C7 7A
RGB 250 199 122
HSL 36° 92.75% 72.94%
HSB/HSV 36° 51.20% 98.04%
CMYK 0.00% 20.40% 51.20%
1.96%

Color #FAC77A in popluar number systems.

HEX FA C7 7A
Decimal 250 199 122
Binary 11111010 11000111 1111010
Octal 372 307 172

Shades and tints

Shades of #FAC77A

#FAC77A
(250,199,122)
#E4B56F
(228,181,111)
#CEA364
(206,163,100)
#B89159
(184,145,89)
#A27F4E
(162,127,78)
#8C6D43
(140,109,67)
#765B38
(118,91,56)
#60492D
(96,73,45)
#4A3722
(74,55,34)
#342517
(52,37,23)
#1E130C
(30,19,12)
#000000
(0,0,0)

Tints of #FAC77A

#FAC77A
(250,199,122)
#FACC86
(250,204,134)
#FAD192
(250,209,146)
#FAD69E
(250,214,158)
#FADBAA
(250,219,170)
#FAE0B6
(250,224,182)
#FAE5C2
(250,229,194)
#FAEACE
(250,234,206)
#FAEFDA
(250,239,218)
#FAF4E6
(250,244,230)
#FAF9F2
(250,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAC77A; }

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

This text font color is #FAC77A.

Background Color

.myBgColor { background-color: #FAC77A; }

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

This div background color is #FAC77A.

Border color

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

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

This div border color is #FAC77A.

Opacity

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

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

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

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

This text has shadow with #FAC77A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAC77A.

Preview

Color preview on black background

This text has color #FAC77A on black background.


Color preview on white background

This text has color #FAC77A on white background.


Black color preview on #FAC77A background

This text has black color on #FAC77A background.


White color preview on #FAC77A background

This text has white color on #FAC77A background.


Related colors

Complementary color

Complementary color for #hex is #053885.


I love getcolorcode.com

Triadic colors

1 #7AFAC7 and #C77AFA with #FAC77A are triadic colors.

2 #7AC7FA and #C7FA7A with #FAC77A are triadic colors.