COLOR #FAC101

HEX: #FAC101
RGB: (250,193,1)

Color info

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

RGB color model

#FAC101 color RGB value is (250,193,1).

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

RGB channels and saturation

R 250 of 255 = 98%
G 193 of 255 = 76%
B 1 of 255 = 0%

250
193
1

R + G + B ~ 58%. #FAC101 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
250 + 193 + 1 = 444 (100%)
R 250 of 444 ~ 56.31%
G 193 of 444 ~ 43.47%
B 1 of 444 ~ 0.23%

%56.31
%43.47

CMYK color model

#FAC101 color CMYK value is (0,23,100,2).

  • cyan value is 0.00%
  • magenta value is 22.80%
  • yellow value is 99.60%
  • key color value is 1.96%
CMYK:
(0,23,100,2)
C0M23Y100K2 
(0%,23%,100%,2%)
(0.00/0.23/1.00/0.02)	

CMYK percentages

%0
%22.8
%99.6
%1.96

Codes

Color #FAC101 in popluar color models

FAC101
RGB2501931
HSL46°99.20%49.22%
HSB/HSV46°99.60%98.04%
CMYK0.00%22.80%99.60%
1.96%

Color #FAC101 in popluar number systems.

HEXFAC101
Decimal2501931
Binary11111010110000011
Octal3723011

Shades and tints

Shades of #FAC101

#FAC101
(250,193,1)
#E4B001
(228,176,1)
#CE9F01
(206,159,1)
#B88E01
(184,142,1)
#A27D01
(162,125,1)
#8C6C01
(140,108,1)
#765B01
(118,91,1)
#604A01
(96,74,1)
#4A3901
(74,57,1)
#342801
(52,40,1)
#1E1701
(30,23,1)
#000000
(0,0,0)

Tints of #FAC101

#FAC101
(250,193,1)
#FAC618
(250,198,24)
#FACB2F
(250,203,47)
#FAD046
(250,208,70)
#FAD55D
(250,213,93)
#FADA74
(250,218,116)
#FADF8B
(250,223,139)
#FAE4A2
(250,228,162)
#FAE9B9
(250,233,185)
#FAEED0
(250,238,208)
#FAF3E7
(250,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAC101; }

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

This text font color is #FAC101.


Background Color

.myBgColor { background-color: #FAC101; }

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

This div background color is #FAC101.


Border color

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

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

This div border color is #FAC101.


Opacity

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

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

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

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

This text has shadow with #FAC101 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAC101 on black background.


Color preview on white background

This text has color #FAC101 on white background.



Black color preview on #FAC101 background

This text has black color on #FAC101 background.


White color preview on #FAC101 background

This text has white color on #FAC101 background.