Color Hex Logo

#fcfa2e Color Hex

#FCFA2E
(252,250,46)
0 Favorites   0 Comments

Color spaces of #fcfa2e

RGB 25225046
HSL0.170.970.58
HSV59°82°99°
CMYK 0.000.010.82   0.01
XYZ74.823689.263915.8708
Yxy89.26390.41580.4960
Hunter Lab94.4796-23.975256.1761
CIE-Lab95.6906-19.749687.3150

#fcfa2e color RGB value is (252,250,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111010 00101110
Octal 374 372 56
Decimal 252 250 46
Hex FC FA 2E

RGB Percentages of Color #fcfa2e

%45.99
%45.62
%8.39

CMYK Percentages of Color #fcfa2e

%0
%1
%82
%1

Triadic Colors of #fcfa2e

#fcfa2e #2efcfa #fa2efc

Analogous Colors of #fcfa2e

#fcfa2e #97fc2e #fc932e

Monochromatic Colors of #fcfa2e

#fcfa2e

Complementary Color

#fcfa2e #2e30fc

#fcfa2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfa2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfa2e Color CSS Codes

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

#fcfa2e Text Font Color

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

This sample text font color is #fcfa2e
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.


#fcfa2e Background Color

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

This div background color is #fcfa2e


#fcfa2e Border Color

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

This div border color is #fcfa2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfa2e

Related Colors


Comments

No comments written yet.

Please login to write comment.