COLOR #FAC49A

HEX: #FAC49A
RGB: (250,196,154)

Color info

#FAC49A contains mainly red and green colors. Web safe color of #FAC49A is #FFCC99 (or #FC9).

RGB color model

#FAC49A color RGB value is (250,196,154).

  • red value is 250;
  • green value is 196;
  • blue value is 154.
RGB:
(250,196,154)
(98%,77%,60%)

RGB channels and saturation

R 250 of 255 = 98%
G 196 of 255 = 77%
B 154 of 255 = 60%

250
196
154

R + G + B ~ 78%. #FAC49A is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 196 + 154 = 600 (100%)
R 250 of 600 ~ 41.67%
G 196 of 600 ~ 32.67%
B 154 of 600 ~ 25.67%

%41.67
%32.67
%25.67

CMYK color model

#FAC49A color CMYK value is (0,22,38,2).

  • cyan value is 0.00%
  • magenta value is 21.60%
  • yellow value is 38.40%
  • key color value is 1.96%
CMYK:
(0,22,38,2)
C0M22Y38K2 
(0%,22%,38%,2%)
(0.00/0.22/0.38/0.02)	

CMYK percentages

%0
%21.6
%38.4
%1.96

Codes

Color #FAC49A in popluar color models

FAC49A
RGB250196154
HSL26°90.57%79.22%
HSB/HSV26°38.40%98.04%
CMYK0.00%21.60%38.40%
1.96%

Color #FAC49A in popluar number systems.

HEXFAC49A
Decimal250196154
Binary111110101100010010011010
Octal372304232

Shades and tints

Shades of #FAC49A

#FAC49A
(250,196,154)
#E4B38C
(228,179,140)
#CEA27E
(206,162,126)
#B89170
(184,145,112)
#A28062
(162,128,98)
#8C6F54
(140,111,84)
#765E46
(118,94,70)
#604D38
(96,77,56)
#4A3C2A
(74,60,42)
#342B1C
(52,43,28)
#1E1A0E
(30,26,14)
#000000
(0,0,0)

Tints of #FAC49A

#FAC49A
(250,196,154)
#FAC9A3
(250,201,163)
#FACEAC
(250,206,172)
#FAD3B5
(250,211,181)
#FAD8BE
(250,216,190)
#FADDC7
(250,221,199)
#FAE2D0
(250,226,208)
#FAE7D9
(250,231,217)
#FAECE2
(250,236,226)
#FAF1EB
(250,241,235)
#FAF6F4
(250,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAC49A color. Also use rgb(250,196,154) instead hex code.

Text Font Color

.myTextColor { color: #FAC49A; }

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

This text font color is #FAC49A.


Background Color

.myBgColor { background-color: #FAC49A; }

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

This div background color is #FAC49A.


Border color

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

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

This div border color is #FAC49A.


Opacity

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

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

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

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

This text has shadow with #FAC49A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAC49A on black background.


Color preview on white background

This text has color #FAC49A on white background.



Black color preview on #FAC49A background

This text has black color on #FAC49A background.


White color preview on #FAC49A background

This text has white color on #FAC49A background.