Color Hex Logo

#fc4401 Color Hex

#FC4401
(252,68,1)
0 Favorites   0 Comments

Color spaces of #fc4401

RGB 252681
HSL0.040.990.50
HSV16°100°99°
CMYK 0.000.731.00   0.01
XYZ42.217524.83192.5966
Yxy24.83190.60620.3565
Hunter Lab49.831664.020431.7927
CIE-Lab56.911367.221668.1415

#fc4401 color RGB value is (252,68,1).

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

The process color (four color CMYK) of #fc4401 color hex is 0.00, 0.73, 1.00, 0.01. Web safe color of #fc4401 is #ff3300. Color #fc4401 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000100 00000001
Octal 374 104 1
Decimal 252 68 1
Hex FC 44 1

RGB Percentages of Color #fc4401

%78.50
%21.18
%0.31

CMYK Percentages of Color #fc4401

%0
%73
%100
%1

Triadic Colors of #fc4401

#fc4401 #01fc44 #4401fc

Analogous Colors of #fc4401

#fc4401 #fcc201 #fc013b

Monochromatic Colors of #fc4401

#fc4401

Complementary Color

#fc4401 #01b9fc

#fc4401 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc4401 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc4401 Color CSS Codes

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

#fc4401 Text Font Color

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

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


#fc4401 Background Color

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

This div background color is #fc4401


#fc4401 Border Color

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

This div border color is #fc4401


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,68,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 #fc4401">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc4401


Comments

No comments written yet.

Please login to write comment.