Color Hex Logo

#fcfa48 Color Hex

#FCFA48
(252,250,72)
0 Favorites   0 Comments

Color spaces of #fcfa48

RGB 25225072
HSL0.160.970.64
HSV59°71°99°
CMYK 0.000.010.71   0.01
XYZ75.500289.534519.4335
Yxy89.53450.40930.4854
Hunter Lab94.6227-23.163154.0590
CIE-Lab95.8033-18.848280.1587

#fcfa48 color RGB value is (252,250,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111010 01001000
Octal 374 372 110
Decimal 252 250 72
Hex FC FA 48

RGB Percentages of Color #fcfa48

%43.90
%43.55
%12.54

CMYK Percentages of Color #fcfa48

%0
%1
%71
%1

Triadic Colors of #fcfa48

#fcfa48 #48fcfa #fa48fc

Analogous Colors of #fcfa48

#fcfa48 #a4fc48 #fca048

Monochromatic Colors of #fcfa48

#fcfa48

Complementary Color

#fcfa48 #484afc

#fcfa48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfa48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfa48 Color CSS Codes

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

#fcfa48 Text Font Color

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

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


#fcfa48 Background Color

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

This div background color is #fcfa48


#fcfa48 Border Color

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

This div border color is #fcfa48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfa48

Related Colors


Comments

No comments written yet.

Please login to write comment.