COLOR #FAC04E

HEX: #FAC04E
RGB: (250,192,78)

Color info

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

RGB color model

#FAC04E color RGB value is (250,192,78).

  • red value is 250;
  • green value is 192;
  • blue value is 78.
RGB:
(250,192,78)
(98%,75%,31%)

RGB channels and saturation

R 250 of 255 = 98%
G 192 of 255 = 75%
B 78 of 255 = 31%

250
192
78

R + G + B ~ 68%. #FAC04E is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 192 + 78 = 520 (100%)
R 250 of 520 ~ 48.08%
G 192 of 520 ~ 36.92%
B 78 of 520 ~ 15%

%48.08
%36.92
%15

CMYK color model

#FAC04E color CMYK value is (0,23,69,2).

  • cyan value is 0.00%
  • magenta value is 23.20%
  • yellow value is 68.80%
  • key color value is 1.96%
CMYK:
(0,23,69,2)
C0M23Y69K2 
(0%,23%,69%,2%)
(0.00/0.23/0.69/0.02)	

CMYK percentages

%0
%23.2
%68.8
%1.96

Codes

Color #FAC04E in popluar color models

FAC04E
RGB25019278
HSL40°94.51%64.31%
HSB/HSV40°68.80%98.04%
CMYK0.00%23.20%68.80%
1.96%

Color #FAC04E in popluar number systems.

HEXFAC04E
Decimal25019278
Binary11111010110000001001110
Octal372300116

Shades and tints

Shades of #FAC04E

#FAC04E
(250,192,78)
#E4AF47
(228,175,71)
#CE9E40
(206,158,64)
#B88D39
(184,141,57)
#A27C32
(162,124,50)
#8C6B2B
(140,107,43)
#765A24
(118,90,36)
#60491D
(96,73,29)
#4A3816
(74,56,22)
#34270F
(52,39,15)
#1E1608
(30,22,8)
#000000
(0,0,0)

Tints of #FAC04E

#FAC04E
(250,192,78)
#FAC55E
(250,197,94)
#FACA6E
(250,202,110)
#FACF7E
(250,207,126)
#FAD48E
(250,212,142)
#FAD99E
(250,217,158)
#FADEAE
(250,222,174)
#FAE3BE
(250,227,190)
#FAE8CE
(250,232,206)
#FAEDDE
(250,237,222)
#FAF2EE
(250,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAC04E color. Also use rgb(250,192,78) instead hex code.

Text Font Color

.myTextColor { color: #FAC04E; }

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

This text font color is #FAC04E.


Background Color

.myBgColor { background-color: #FAC04E; }

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

This div background color is #FAC04E.


Border color

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

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

This div border color is #FAC04E.


Opacity

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

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

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

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

This text has shadow with #FAC04E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAC04E on black background.


Color preview on white background

This text has color #FAC04E on white background.



Black color preview on #FAC04E background

This text has black color on #FAC04E background.


White color preview on #FAC04E background

This text has white color on #FAC04E background.