COLOR #FAC80F

HEX: #FAC80F
RGB: (250,200,15)

Color info

#FAC80F contains mainly red and green colors. Web safe color of #FAC80F is #FFCC00 (or #FC0).

RGB color model

#FAC80F color RGB value is (250,200,15).

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

RGB channels and saturation

R 250 of 255 = 98%
G 200 of 255 = 78%
B 15 of 255 = 6%

250
200
15

R + G + B ~ 61%. #FAC80F is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 200 + 15 = 465 (100%)
R 250 of 465 ~ 53.76%
G 200 of 465 ~ 43.01%
B 15 of 465 ~ 3.23%

%53.76
%43.01

CMYK color model

#FAC80F color CMYK value is (0,20,94,2).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 94.00%
  • key color value is 1.96%
CMYK:
(0,20,94,2)
C0M20Y94K2 
(0%,20%,94%,2%)
(0.00/0.20/0.94/0.02)	

CMYK percentages

%0
%20
%94
%1.96

Codes

Color #FAC80F in popluar color models

FAC80F
RGB25020015
HSL47°95.92%51.96%
HSB/HSV47°94.00%98.04%
CMYK0.00%20.00%94.00%
1.96%

Color #FAC80F in popluar number systems.

HEXFAC80F
Decimal25020015
Binary11111010110010001111
Octal37231017

Shades and tints

Shades of #FAC80F

#FAC80F
(250,200,15)
#E4B60E
(228,182,14)
#CEA40D
(206,164,13)
#B8920C
(184,146,12)
#A2800B
(162,128,11)
#8C6E0A
(140,110,10)
#765C09
(118,92,9)
#604A08
(96,74,8)
#4A3807
(74,56,7)
#342606
(52,38,6)
#1E1405
(30,20,5)
#000000
(0,0,0)

Tints of #FAC80F

#FAC80F
(250,200,15)
#FACD24
(250,205,36)
#FAD239
(250,210,57)
#FAD74E
(250,215,78)
#FADC63
(250,220,99)
#FAE178
(250,225,120)
#FAE68D
(250,230,141)
#FAEBA2
(250,235,162)
#FAF0B7
(250,240,183)
#FAF5CC
(250,245,204)
#FAFAE1
(250,250,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAC80F; }

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

This text font color is #FAC80F.


Background Color

.myBgColor { background-color: #FAC80F; }

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

This div background color is #FAC80F.


Border color

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

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

This div border color is #FAC80F.


Opacity

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

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

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

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

This text has shadow with #FAC80F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAC80F on black background.


Color preview on white background

This text has color #FAC80F on white background.



Black color preview on #FAC80F background

This text has black color on #FAC80F background.


White color preview on #FAC80F background

This text has white color on #FAC80F background.