COLOR #FACC72

HEX: #FACC72
RGB: (250,204,114)

Color info

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

RGB color model

#FACC72 color RGB value is (250,204,114).

  • red value is 250;
  • green value is 204;
  • blue value is 114.
RGB:
(250,204,114)
(98%,80%,45%)

RGB channels and saturation

R 250 of 255 = 98%
G 204 of 255 = 80%
B 114 of 255 = 45%

250
204
114

R + G + B ~ 74%. #FACC72 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 204 + 114 = 568 (100%)
R 250 of 568 ~ 44.01%
G 204 of 568 ~ 35.92%
B 114 of 568 ~ 20.07%

%44.01
%35.92
%20.07

CMYK color model

#FACC72 color CMYK value is (0,18,54,2).

  • cyan value is 0.00%
  • magenta value is 18.40%
  • yellow value is 54.40%
  • key color value is 1.96%
CMYK:
(0,18,54,2)
C0M18Y54K2 
(0%,18%,54%,2%)
(0.00/0.18/0.54/0.02)	

CMYK percentages

%0
%18.4
%54.4
%1.96

Codes

Color #FACC72 in popluar color models

FACC72
RGB250204114
HSL40°93.15%71.37%
HSB/HSV40°54.40%98.04%
CMYK0.00%18.40%54.40%
1.96%

Color #FACC72 in popluar number systems.

HEXFACC72
Decimal250204114
Binary11111010110011001110010
Octal372314162

Shades and tints

Shades of #FACC72

#FACC72
(250,204,114)
#E4BA68
(228,186,104)
#CEA85E
(206,168,94)
#B89654
(184,150,84)
#A2844A
(162,132,74)
#8C7240
(140,114,64)
#766036
(118,96,54)
#604E2C
(96,78,44)
#4A3C22
(74,60,34)
#342A18
(52,42,24)
#1E180E
(30,24,14)
#000000
(0,0,0)

Tints of #FACC72

#FACC72
(250,204,114)
#FAD07E
(250,208,126)
#FAD48A
(250,212,138)
#FAD896
(250,216,150)
#FADCA2
(250,220,162)
#FAE0AE
(250,224,174)
#FAE4BA
(250,228,186)
#FAE8C6
(250,232,198)
#FAECD2
(250,236,210)
#FAF0DE
(250,240,222)
#FAF4EA
(250,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FACC72 color. Also use rgb(250,204,114) instead hex code.

Text Font Color

.myTextColor { color: #FACC72; }

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

This text font color is #FACC72.


Background Color

.myBgColor { background-color: #FACC72; }

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

This div background color is #FACC72.


Border color

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

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

This div border color is #FACC72.


Opacity

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

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

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

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

This text has shadow with #FACC72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FACC72 on black background.


Color preview on white background

This text has color #FACC72 on white background.



Black color preview on #FACC72 background

This text has black color on #FACC72 background.


White color preview on #FACC72 background

This text has white color on #FACC72 background.