COLOR #FCF326

HEX: #FCF326
RGB: (252,243,38)

Color info

#FCF326 contains mainly red and green colors. Web safe color of #FCF326 is #FFFF33 (or #FF3).

RGB color model

#FCF326 color RGB value is (252,243,38).

  • red value is 252;
  • green value is 243;
  • blue value is 38.
RGB:
(252,243,38)
(99%,95%,15%)

RGB channels and saturation

R 252 of 255 = 99%
G 243 of 255 = 95%
B 38 of 255 = 15%

252
243
38

R + G + B ~ 70%. #FCF326 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 243 + 38 = 533 (100%)
R 252 of 533 ~ 47.28%
G 243 of 533 ~ 45.59%
B 38 of 533 ~ 7.13%

%47.28
%45.59

CMYK color model

#FCF326 color CMYK value is (0,4,85,1).

  • cyan value is 0.00%
  • magenta value is 3.57%
  • yellow value is 84.92%
  • key color value is 1.18%
CMYK:
(0,4,85,1)
C0M4Y85K1 
(0%,4%,85%,1%)
(0.00/0.04/0.85/0.01)	

CMYK percentages

%0
%3.57
%84.92
%1.18

Codes

Color #FCF326 in popluar color models

FCF326
RGB25224338
HSL57°97.27%56.86%
HSB/HSV57°84.92%98.82%
CMYK0.00%3.57%84.92%
1.18%

Color #FCF326 in popluar number systems.

HEXFCF326
Decimal25224338
Binary1111110011110011100110
Octal37436346

Shades and tints

Shades of #FCF326

#FCF326
(252,243,38)
#E6DD23
(230,221,35)
#D0C720
(208,199,32)
#BAB11D
(186,177,29)
#A49B1A
(164,155,26)
#8E8517
(142,133,23)
#786F14
(120,111,20)
#625911
(98,89,17)
#4C430E
(76,67,14)
#362D0B
(54,45,11)
#201708
(32,23,8)
#000000
(0,0,0)

Tints of #FCF326

#FCF326
(252,243,38)
#FCF439
(252,244,57)
#FCF54C
(252,245,76)
#FCF65F
(252,246,95)
#FCF772
(252,247,114)
#FCF885
(252,248,133)
#FCF998
(252,249,152)
#FCFAAB
(252,250,171)
#FCFBBE
(252,251,190)
#FCFCD1
(252,252,209)
#FCFDE4
(252,253,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCF326 color. Also use rgb(252,243,38) instead hex code.

Text Font Color

.myTextColor { color: #FCF326; }

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

This text font color is #FCF326.


Background Color

.myBgColor { background-color: #FCF326; }

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

This div background color is #FCF326.


Border color

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

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

This div border color is #FCF326.


Opacity

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

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

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

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

This text has shadow with #FCF326 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF326 on black background.


Color preview on white background

This text has color #FCF326 on white background.



Black color preview on #FCF326 background

This text has black color on #FCF326 background.


White color preview on #FCF326 background

This text has white color on #FCF326 background.