COLOR #FAC276

HEX: #FAC276 RGB: (250,194,118)

Color info

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

RGB color model

#FAC276 color RGB value is (250,194,118).

RGB: (250,194,118) (98%, 76%, 46%)

RGB channels and saturation

R 250 of 255 = 98%
G 194 of 255 = 76%
B 118 of 255 = 46%

250
194
118

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

Portions of RGB colors in percentages

R + G + B = 250 + 194 + 118 = 562 (100%)
R 250 of 562 ~ 44.48%
G 194 of 562 ~ 34.52%
B 118 of 562 ~ 21'%

%44.48
%34.52
%21

CMYK color model

#FAC276 color CMYK value is (0,22,53,2).

  • cyan value is 0.00%
  • magenta value is 22.40%
  • yellow value is 52.80%
  • key color value is 1.96%

CMYK: (0,22,53,2)
C0M22Y53K2 (0%, 22%, 53%, 2%)
(0.00 / 0.22 / 0.53 / 0.02)

CMYK percentages

%0
%22.4
%52.8
%1.96

Codes

Color #FAC276 in popluar color models

FA C2 76
RGB 250 194 118
HSL 35° 92.96% 72.16%
HSB/HSV 35° 52.80% 98.04%
CMYK 0.00% 22.40% 52.80%
1.96%

Color #FAC276 in popluar number systems.

HEX FA C2 76
Decimal 250 194 118
Binary 11111010 11000010 1110110
Octal 372 302 166

Shades and tints

Shades of #FAC276

#FAC276
(250,194,118)
#E4B16C
(228,177,108)
#CEA062
(206,160,98)
#B88F58
(184,143,88)
#A27E4E
(162,126,78)
#8C6D44
(140,109,68)
#765C3A
(118,92,58)
#604B30
(96,75,48)
#4A3A26
(74,58,38)
#34291C
(52,41,28)
#1E1812
(30,24,18)
#000000
(0,0,0)

Tints of #FAC276

#FAC276
(250,194,118)
#FAC782
(250,199,130)
#FACC8E
(250,204,142)
#FAD19A
(250,209,154)
#FAD6A6
(250,214,166)
#FADBB2
(250,219,178)
#FAE0BE
(250,224,190)
#FAE5CA
(250,229,202)
#FAEAD6
(250,234,214)
#FAEFE2
(250,239,226)
#FAF4EE
(250,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAC276 color. Also use rgb(250,194,118) instead hex code.

Text Font Color

.myTextColor { color: #FAC276; }

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

This text font color is #FAC276.

Background Color

.myBgColor { background-color: #FAC276; }

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

This div background color is #FAC276.

Border color

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

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

This div border color is #FAC276.

Opacity

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

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

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

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

This text has shadow with #FAC276 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAC276.

Preview

Color preview on black background

This text has color #FAC276 on black background.


Color preview on white background

This text has color #FAC276 on white background.


Black color preview on #FAC276 background

This text has black color on #FAC276 background.


White color preview on #FAC276 background

This text has white color on #FAC276 background.


Related colors

Complementary color

Complementary color for #hex is #053D89.


I love getcolorcode.com

Triadic colors

1 #76FAC2 and #C276FA with #FAC276 are triadic colors.

2 #76C2FA and #C2FA76 with #FAC276 are triadic colors.