Color Hex Logo

#fc401e Color Hex

#FC401E
(252,64,30)
0 Favorites   0 Comments

Color spaces of #fc401e

RGB 2526430
HSL0.030.970.55
HSV88°99°
CMYK 0.000.750.88   0.01
XYZ42.212624.45603.7239
Yxy24.45600.59970.3474
Hunter Lab49.453065.823130.1525
CIE-Lab56.541568.800760.1519

#fc401e color RGB value is (252,64,30).

#fc401e hex color red value is 252, green value is 64 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #fc401e hue: 0.03 , saturation: 0.97 and the lightness value of fc401e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000000 00011110
Octal 374 100 36
Decimal 252 64 30
Hex FC 40 1E

RGB Percentages of Color #fc401e

%72.83
%18.50
%8.67

CMYK Percentages of Color #fc401e

%0
%75
%88
%1

Triadic Colors of #fc401e

#fc401e #1efc40 #401efc

Analogous Colors of #fc401e

#fc401e #fcaf1e #fc1e6b

Monochromatic Colors of #fc401e

#fc401e

Complementary Color

#fc401e #1edafc

#fc401e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc401e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc401e Color CSS Codes

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

#fc401e Text Font Color

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

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


#fc401e Background Color

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

This div background color is #fc401e


#fc401e Border Color

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

This div border color is #fc401e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc401e


Comments

No comments written yet.

Please login to write comment.