COLOR #FAC050

HEX: #FAC050
RGB: (250,192,80)

Color info

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

RGB color model

#FAC050 color RGB value is (250,192,80).

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

RGB channels and saturation

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

250
192
80

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

Portions of RGB colors in percentages

R + G + B =
250 + 192 + 80 = 522 (100%)
R 250 of 522 ~ 47.89%
G 192 of 522 ~ 36.78%
B 80 of 522 ~ 15.33%

%47.89
%36.78
%15.33

CMYK color model

#FAC050 color CMYK value is (0,23,68,2).

  • cyan value is 0.00%
  • magenta value is 23.20%
  • yellow value is 68.00%
  • key color value is 1.96%
CMYK:
(0,23,68,2)
C0M23Y68K2 
(0%,23%,68%,2%)
(0.00/0.23/0.68/0.02)	

CMYK percentages

%0
%23.2
%68
%1.96

Codes

Color #FAC050 in popluar color models

FAC050
RGB25019280
HSL40°94.44%64.71%
HSB/HSV40°68.00%98.04%
CMYK0.00%23.20%68.00%
1.96%

Color #FAC050 in popluar number systems.

HEXFAC050
Decimal25019280
Binary11111010110000001010000
Octal372300120

Shades and tints

Shades of #FAC050

#FAC050
(250,192,80)
#E4AF49
(228,175,73)
#CE9E42
(206,158,66)
#B88D3B
(184,141,59)
#A27C34
(162,124,52)
#8C6B2D
(140,107,45)
#765A26
(118,90,38)
#60491F
(96,73,31)
#4A3818
(74,56,24)
#342711
(52,39,17)
#1E160A
(30,22,10)
#000000
(0,0,0)

Tints of #FAC050

#FAC050
(250,192,80)
#FAC55F
(250,197,95)
#FACA6E
(250,202,110)
#FACF7D
(250,207,125)
#FAD48C
(250,212,140)
#FAD99B
(250,217,155)
#FADEAA
(250,222,170)
#FAE3B9
(250,227,185)
#FAE8C8
(250,232,200)
#FAEDD7
(250,237,215)
#FAF2E6
(250,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAC050; }

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

This text font color is #FAC050.


Background Color

.myBgColor { background-color: #FAC050; }

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

This div background color is #FAC050.


Border color

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

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

This div border color is #FAC050.


Opacity

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

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

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

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

This text has shadow with #FAC050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAC050 on black background.


Color preview on white background

This text has color #FAC050 on white background.



Black color preview on #FAC050 background

This text has black color on #FAC050 background.


White color preview on #FAC050 background

This text has white color on #FAC050 background.