COLOR #FAC897

HEX: #FAC897
RGB: (250,200,151)

Color info

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

RGB color model

#FAC897 color RGB value is (250,200,151).

  • red value is 250;
  • green value is 200;
  • blue value is 151.
RGB:
(250,200,151)
(98%,78%,59%)

RGB channels and saturation

R 250 of 255 = 98%
G 200 of 255 = 78%
B 151 of 255 = 59%

250
200
151

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

Portions of RGB colors in percentages

R + G + B =
250 + 200 + 151 = 601 (100%)
R 250 of 601 ~ 41.6%
G 200 of 601 ~ 33.28%
B 151 of 601 ~ 25.12%

%41.6
%33.28
%25.12

CMYK color model

#FAC897 color CMYK value is (0,20,40,2).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 39.60%
  • key color value is 1.96%
CMYK:
(0,20,40,2)
C0M20Y40K2 
(0%,20%,40%,2%)
(0.00/0.20/0.40/0.02)	

CMYK percentages

%0
%20
%39.6
%1.96

Codes

Color #FAC897 in popluar color models

FAC897
RGB250200151
HSL30°90.83%78.63%
HSB/HSV30°39.60%98.04%
CMYK0.00%20.00%39.60%
1.96%

Color #FAC897 in popluar number systems.

HEXFAC897
Decimal250200151
Binary111110101100100010010111
Octal372310227

Shades and tints

Shades of #FAC897

#FAC897
(250,200,151)
#E4B68A
(228,182,138)
#CEA47D
(206,164,125)
#B89270
(184,146,112)
#A28063
(162,128,99)
#8C6E56
(140,110,86)
#765C49
(118,92,73)
#604A3C
(96,74,60)
#4A382F
(74,56,47)
#342622
(52,38,34)
#1E1415
(30,20,21)
#000000
(0,0,0)

Tints of #FAC897

#FAC897
(250,200,151)
#FACDA0
(250,205,160)
#FAD2A9
(250,210,169)
#FAD7B2
(250,215,178)
#FADCBB
(250,220,187)
#FAE1C4
(250,225,196)
#FAE6CD
(250,230,205)
#FAEBD6
(250,235,214)
#FAF0DF
(250,240,223)
#FAF5E8
(250,245,232)
#FAFAF1
(250,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAC897 color. Also use rgb(250,200,151) instead hex code.

Text Font Color

.myTextColor { color: #FAC897; }

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

This text font color is #FAC897.


Background Color

.myBgColor { background-color: #FAC897; }

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

This div background color is #FAC897.


Border color

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

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

This div border color is #FAC897.


Opacity

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

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

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

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

This text has shadow with #FAC897 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAC897 on black background.


Color preview on white background

This text has color #FAC897 on white background.



Black color preview on #FAC897 background

This text has black color on #FAC897 background.


White color preview on #FAC897 background

This text has white color on #FAC897 background.