Color Hex Logo

#fcfa41 Color Hex

#FCFA41
(252,250,65)
0 Favorites   0 Comments

Color spaces of #fcfa41

RGB 25225065
HSL0.160.970.62
HSV59°74°99°
CMYK 0.000.010.74   0.01
XYZ75.284689.448318.2984
Yxy89.44830.41130.4887
Hunter Lab94.5771-23.421654.7328
CIE-Lab95.7675-19.134782.3334

#fcfa41 color RGB value is (252,250,65).

#fcfa41 hex color red value is 252, green value is 250 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #fcfa41 hue: 0.16 , saturation: 0.97 and the lightness value of fcfa41 is 0.62.

The process color (four color CMYK) of #fcfa41 color hex is 0.00, 0.01, 0.74, 0.01. Web safe color of #fcfa41 is #ffff33. Color #fcfa41 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111010 01000001
Octal 374 372 101
Decimal 252 250 65
Hex FC FA 41

RGB Percentages of Color #fcfa41

%44.44
%44.09
%11.46

CMYK Percentages of Color #fcfa41

%0
%1
%74
%1

Triadic Colors of #fcfa41

#fcfa41 #41fcfa #fa41fc

Analogous Colors of #fcfa41

#fcfa41 #a1fc41 #fc9d41

Monochromatic Colors of #fcfa41

#fcfa41

Complementary Color

#fcfa41 #4143fc

#fcfa41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfa41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfa41 Color CSS Codes

.mybgcolor {background-color:#fcfa41; } 
.myforecolor {color:#fcfa41; }
.mybordercolor {border:3px solid #fcfa41; }

#fcfa41 Text Font Color

<p style="color:#fcfa41">Text here</p>

This sample text font color is #fcfa41
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fcfa41 Background Color

<div style="background-color:#fcfa41">
Div content here</div>

This div background color is #fcfa41


#fcfa41 Border Color

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

This div border color is #fcfa41


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,250,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcfa41; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcfa41;
  -webkit-box-shadow: 1px 1px 3px 2px #fcfa41;
  box-shadow:         1px 1px 3px 2px #fcfa41; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,250,65, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fcfa41">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fcfa41;
  -webkit-box-shadow: 1px 1px 3px 2px #fcfa41;
  box-shadow:         1px 1px 3px 2px #fcfa41;">
Div content here</div>

This div box has shadow with color #fcfa41


Comments

No comments written yet.

Please login to write comment.