Color Hex Logo

#fcfa3f Color Hex

#FCFA3F
(252,250,63)
0 Favorites   0 Comments

Color spaces of #fcfa3f

RGB 25225063
HSL0.160.970.62
HSV59°75°99°
CMYK 0.000.010.75   0.01
XYZ75.227789.425517.9986
Yxy89.42550.41190.4896
Hunter Lab94.5651-23.489854.9109
CIE-Lab95.7580-19.210382.9231

#fcfa3f color RGB value is (252,250,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111010 00111111
Octal 374 372 77
Decimal 252 250 63
Hex FC FA 3F

RGB Percentages of Color #fcfa3f

%44.60
%44.25
%11.15

CMYK Percentages of Color #fcfa3f

%0
%1
%75
%1

Triadic Colors of #fcfa3f

#fcfa3f #3ffcfa #fa3ffc

Analogous Colors of #fcfa3f

#fcfa3f #a0fc3f #fc9c3f

Monochromatic Colors of #fcfa3f

#fcfa3f

Complementary Color

#fcfa3f #3f41fc

#fcfa3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfa3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfa3f Color CSS Codes

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

#fcfa3f Text Font Color

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

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


#fcfa3f Background Color

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

This div background color is #fcfa3f


#fcfa3f Border Color

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

This div border color is #fcfa3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfa3f


Comments

No comments written yet.

Please login to write comment.