COLOR #FAA478

HEX: #FAA478
RGB: (250,164,120)

Color info

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

RGB color model

#FAA478 color RGB value is (250,164,120).

  • red value is 250;
  • green value is 164;
  • blue value is 120.
RGB:
(250,164,120)
(98%,64%,47%)

RGB channels and saturation

R 250 of 255 = 98%
G 164 of 255 = 64%
B 120 of 255 = 47%

250
164
120

R + G + B ~ 70%. #FAA478 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 164 + 120 = 534 (100%)
R 250 of 534 ~ 46.82%
G 164 of 534 ~ 30.71%
B 120 of 534 ~ 22.47%

%46.82
%30.71
%22.47

CMYK color model

#FAA478 color CMYK value is (0,34,52,2).

  • cyan value is 0.00%
  • magenta value is 34.40%
  • yellow value is 52.00%
  • key color value is 1.96%
CMYK:
(0,34,52,2)
C0M34Y52K2 
(0%,34%,52%,2%)
(0.00/0.34/0.52/0.02)	

CMYK percentages

%0
%34.4
%52
%1.96

Codes

Color #FAA478 in popluar color models

FAA478
RGB250164120
HSL20°92.86%72.55%
HSB/HSV20°52.00%98.04%
CMYK0.00%34.40%52.00%
1.96%

Color #FAA478 in popluar number systems.

HEXFAA478
Decimal250164120
Binary11111010101001001111000
Octal372244170

Shades and tints

Shades of #FAA478

#FAA478
(250,164,120)
#E4966E
(228,150,110)
#CE8864
(206,136,100)
#B87A5A
(184,122,90)
#A26C50
(162,108,80)
#8C5E46
(140,94,70)
#76503C
(118,80,60)
#604232
(96,66,50)
#4A3428
(74,52,40)
#34261E
(52,38,30)
#1E1814
(30,24,20)
#000000
(0,0,0)

Tints of #FAA478

#FAA478
(250,164,120)
#FAAC84
(250,172,132)
#FAB490
(250,180,144)
#FABC9C
(250,188,156)
#FAC4A8
(250,196,168)
#FACCB4
(250,204,180)
#FAD4C0
(250,212,192)
#FADCCC
(250,220,204)
#FAE4D8
(250,228,216)
#FAECE4
(250,236,228)
#FAF4F0
(250,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAA478 color. Also use rgb(250,164,120) instead hex code.

Text Font Color

.myTextColor { color: #FAA478; }

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

This text font color is #FAA478.


Background Color

.myBgColor { background-color: #FAA478; }

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

This div background color is #FAA478.


Border color

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

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

This div border color is #FAA478.


Opacity

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

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

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

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

This text has shadow with #FAA478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAA478 on black background.


Color preview on white background

This text has color #FAA478 on white background.



Black color preview on #FAA478 background

This text has black color on #FAA478 background.


White color preview on #FAA478 background

This text has white color on #FAA478 background.