COLOR #FAC16D

HEX: #FAC16D
RGB: (250,193,109)

Color info

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

RGB color model

#FAC16D color RGB value is (250,193,109).

  • red value is 250;
  • green value is 193;
  • blue value is 109.
RGB:
(250,193,109)
(98%,76%,43%)

RGB channels and saturation

R 250 of 255 = 98%
G 193 of 255 = 76%
B 109 of 255 = 43%

250
193
109

R + G + B ~ 72%. #FAC16D is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 193 + 109 = 552 (100%)
R 250 of 552 ~ 45.29%
G 193 of 552 ~ 34.96%
B 109 of 552 ~ 19.75%

%45.29
%34.96
%19.75

CMYK color model

#FAC16D color CMYK value is (0,23,56,2).

  • cyan value is 0.00%
  • magenta value is 22.80%
  • yellow value is 56.40%
  • key color value is 1.96%
CMYK:
(0,23,56,2)
C0M23Y56K2 
(0%,23%,56%,2%)
(0.00/0.23/0.56/0.02)	

CMYK percentages

%0
%22.8
%56.4
%1.96

Codes

Color #FAC16D in popluar color models

FAC16D
RGB250193109
HSL36°93.38%70.39%
HSB/HSV36°56.40%98.04%
CMYK0.00%22.80%56.40%
1.96%

Color #FAC16D in popluar number systems.

HEXFAC16D
Decimal250193109
Binary11111010110000011101101
Octal372301155

Shades and tints

Shades of #FAC16D

#FAC16D
(250,193,109)
#E4B064
(228,176,100)
#CE9F5B
(206,159,91)
#B88E52
(184,142,82)
#A27D49
(162,125,73)
#8C6C40
(140,108,64)
#765B37
(118,91,55)
#604A2E
(96,74,46)
#4A3925
(74,57,37)
#34281C
(52,40,28)
#1E1713
(30,23,19)
#000000
(0,0,0)

Tints of #FAC16D

#FAC16D
(250,193,109)
#FAC67A
(250,198,122)
#FACB87
(250,203,135)
#FAD094
(250,208,148)
#FAD5A1
(250,213,161)
#FADAAE
(250,218,174)
#FADFBB
(250,223,187)
#FAE4C8
(250,228,200)
#FAE9D5
(250,233,213)
#FAEEE2
(250,238,226)
#FAF3EF
(250,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAC16D color. Also use rgb(250,193,109) instead hex code.

Text Font Color

.myTextColor { color: #FAC16D; }

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

This text font color is #FAC16D.


Background Color

.myBgColor { background-color: #FAC16D; }

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

This div background color is #FAC16D.


Border color

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

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

This div border color is #FAC16D.


Opacity

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

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

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

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

This text has shadow with #FAC16D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAC16D on black background.


Color preview on white background

This text has color #FAC16D on white background.



Black color preview on #FAC16D background

This text has black color on #FAC16D background.


White color preview on #FAC16D background

This text has white color on #FAC16D background.