COLOR #FCA91A

HEX: #FCA91A
RGB: (252,169,26)

Color info

#FCA91A contains mainly red color. Web safe color of #FCA91A is #FF9900 (or #F90).

RGB color model

#FCA91A color RGB value is (252,169,26).

  • red value is 252;
  • green value is 169;
  • blue value is 26.
RGB:
(252,169,26)
(99%,66%,10%)

RGB channels and saturation

R 252 of 255 = 99%
G 169 of 255 = 66%
B 26 of 255 = 10%

252
169
26

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

Portions of RGB colors in percentages

R + G + B =
252 + 169 + 26 = 447 (100%)
R 252 of 447 ~ 56.38%
G 169 of 447 ~ 37.81%
B 26 of 447 ~ 5.82%

%56.38
%37.81

CMYK color model

#FCA91A color CMYK value is (0,33,90,1).

  • cyan value is 0.00%
  • magenta value is 32.94%
  • yellow value is 89.68%
  • key color value is 1.18%
CMYK:
(0,33,90,1)
C0M33Y90K1 
(0%,33%,90%,1%)
(0.00/0.33/0.90/0.01)	

CMYK percentages

%0
%32.94
%89.68
%1.18

Codes

Color #FCA91A in popluar color models

FCA91A
RGB25216926
HSL38°97.41%54.51%
HSB/HSV38°89.68%98.82%
CMYK0.00%32.94%89.68%
1.18%

Color #FCA91A in popluar number systems.

HEXFCA91A
Decimal25216926
Binary111111001010100111010
Octal37425132

Shades and tints

Shades of #FCA91A

#FCA91A
(252,169,26)
#E69A18
(230,154,24)
#D08B16
(208,139,22)
#BA7C14
(186,124,20)
#A46D12
(164,109,18)
#8E5E10
(142,94,16)
#784F0E
(120,79,14)
#62400C
(98,64,12)
#4C310A
(76,49,10)
#362208
(54,34,8)
#201306
(32,19,6)
#000000
(0,0,0)

Tints of #FCA91A

#FCA91A
(252,169,26)
#FCB02E
(252,176,46)
#FCB742
(252,183,66)
#FCBE56
(252,190,86)
#FCC56A
(252,197,106)
#FCCC7E
(252,204,126)
#FCD392
(252,211,146)
#FCDAA6
(252,218,166)
#FCE1BA
(252,225,186)
#FCE8CE
(252,232,206)
#FCEFE2
(252,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCA91A color. Also use rgb(252,169,26) instead hex code.

Text Font Color

.myTextColor { color: #FCA91A; }

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

This text font color is #FCA91A.


Background Color

.myBgColor { background-color: #FCA91A; }

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

This div background color is #FCA91A.


Border color

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

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

This div border color is #FCA91A.


Opacity

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

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

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

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

This text has shadow with #FCA91A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCA91A on black background.


Color preview on white background

This text has color #FCA91A on white background.



Black color preview on #FCA91A background

This text has black color on #FCA91A background.


White color preview on #FCA91A background

This text has white color on #FCA91A background.