Color Hex Logo

#fcf401 Color Hex

#FCF401
(252,244,1)
0 Favorites   0 Comments

Color spaces of #fcf401

RGB 2522441
HSL0.160.990.50
HSV58°100°99°
CMYK 0.000.031.00   0.01
XYZ72.501085.399012.6912
Yxy85.39900.42500.5006
Hunter Lab92.4116-21.679156.5456
CIE-Lab94.0548-17.525992.0535

#fcf401 color RGB value is (252,244,1).

#fcf401 hex color red value is 252, green value is 244 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #fcf401 hue: 0.16 , saturation: 0.99 and the lightness value of fcf401 is 0.50.

The process color (four color CMYK) of #fcf401 color hex is 0.00, 0.03, 1.00, 0.01. Web safe color of #fcf401 is #ffff00. Color #fcf401 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110100 00000001
Octal 374 364 1
Decimal 252 244 1
Hex FC F4 1

RGB Percentages of Color #fcf401

%50.70
%49.09
%0.20

CMYK Percentages of Color #fcf401

%0
%3
%100
%1

Triadic Colors of #fcf401

#fcf401 #01fcf4 #f401fc

Analogous Colors of #fcf401

#fcf401 #87fc01 #fc7701

Monochromatic Colors of #fcf401

#fcf401

Complementary Color

#fcf401 #0109fc

#fcf401 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf401 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf401 Color CSS Codes

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

#fcf401 Text Font Color

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

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


#fcf401 Background Color

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

This div background color is #fcf401


#fcf401 Border Color

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

This div border color is #fcf401


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf401

Related Colors


Comments

No comments written yet.

Please login to write comment.