COLOR #FAAC5C

HEX: #FAAC5C RGB: (250,172,92)

Color info

#FAAC5C contains mainly red color. Web safe color of #FAAC5C is #FF9966 (or #F96).

RGB color model

#FAAC5C color RGB value is (250,172,92).

RGB: (250,172,92) (98%, 67%, 36%)

RGB channels and saturation

R 250 of 255 = 98%
G 172 of 255 = 67%
B 92 of 255 = 36%

250
172
92

R + G + B ~ 67%. #FAAC5C is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 172 + 92 = 514 (100%)
R 250 of 514 ~ 48.64%
G 172 of 514 ~ 33.46%
B 92 of 514 ~ 17.9'%

%48.64
%33.46
%17.9

CMYK color model

#FAAC5C color CMYK value is (0,31,63,2).

  • cyan value is 0.00%
  • magenta value is 31.20%
  • yellow value is 63.20%
  • key color value is 1.96%
CMYK: (0,31,63,2) C0M31Y63K2 (0%,31%,63%,2%) (0.00/0.31/0.63/0.02) 

CMYK percentages

%0
%31.2
%63.2
%1.96

Codes

Color #FAAC5C in popluar color models

FA AC 5C
RGB 250 172 92
HSL 30° 94.05% 67.06%
HSB/HSV 30° 63.20% 98.04%
CMYK 0.00% 31.20% 63.20%
1.96%

Color #FAAC5C in popluar number systems.

HEX FA AC 5C
Decimal 250 172 92
Binary 11111010 10101100 1011100
Octal 372 254 134

Shades and tints

Shades of #FAAC5C

#FAAC5C
(250,172,92)
#E49D54
(228,157,84)
#CE8E4C
(206,142,76)
#B87F44
(184,127,68)
#A2703C
(162,112,60)
#8C6134
(140,97,52)
#76522C
(118,82,44)
#604324
(96,67,36)
#4A341C
(74,52,28)
#342514
(52,37,20)
#1E160C
(30,22,12)
#000000
(0,0,0)

Tints of #FAAC5C

#FAAC5C
(250,172,92)
#FAB36A
(250,179,106)
#FABA78
(250,186,120)
#FAC186
(250,193,134)
#FAC894
(250,200,148)
#FACFA2
(250,207,162)
#FAD6B0
(250,214,176)
#FADDBE
(250,221,190)
#FAE4CC
(250,228,204)
#FAEBDA
(250,235,218)
#FAF2E8
(250,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAAC5C color. Also use rgb(250,172,92) instead hex code.

Text Font Color

.myTextColor { color: #FAAC5C; }

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

This text font color is #FAAC5C.

Background Color

.myBgColor { background-color: #FAAC5C; }

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

This div background color is #FAAC5C.

Border color

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

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

This div border color is #FAAC5C.

Opacity

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

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

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

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

This text has shadow with #FAAC5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAAC5C.

Preview

Color preview on black background

This text has color #FAAC5C on black background.


Color preview on white background

This text has color #FAAC5C on white background.


Black color preview on #FAAC5C background

This text has black color on #FAAC5C background.


White color preview on #FAAC5C background

This text has white color on #FAAC5C background.


Related colors

Complementary color

Complementary color for #hex is #0553A3.


I love getcolorcode.com

Triadic colors

1 #5CFAAC and #AC5CFA with #FAAC5C are triadic colors.

2 #5CACFA and #ACFA5C with #FAAC5C are triadic colors.