Color Hex Logo

#fc4413 Color Hex

#FC4413
(252,68,19)
0 Favorites   0 Comments

Color spaces of #fc4413

RGB 2526819
HSL0.040.970.53
HSV13°92°99°
CMYK 0.000.730.92   0.01
XYZ42.329524.87673.1868
Yxy24.87670.60130.3534
Hunter Lab49.876564.206431.1253
CIE-Lab56.955167.369864.1495

#fc4413 color RGB value is (252,68,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000100 00010011
Octal 374 104 23
Decimal 252 68 19
Hex FC 44 13

RGB Percentages of Color #fc4413

%74.34
%20.06
%5.60

CMYK Percentages of Color #fc4413

%0
%73
%92
%1

Triadic Colors of #fc4413

#fc4413 #13fc44 #4413fc

Analogous Colors of #fc4413

#fc4413 #fcb913 #fc1356

Monochromatic Colors of #fc4413

#fc4413

Complementary Color

#fc4413 #13cbfc

#fc4413 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc4413 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc4413 Color CSS Codes

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

#fc4413 Text Font Color

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

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


#fc4413 Background Color

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

This div background color is #fc4413


#fc4413 Border Color

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

This div border color is #fc4413


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc4413


Comments

No comments written yet.

Please login to write comment.