Color Hex Logo

#fc4713 Color Hex

#FC4713
(252,71,19)
0 Favorites   0 Comments

Color spaces of #fc4713

RGB 2527119
HSL0.040.970.53
HSV13°92°99°
CMYK 0.000.720.92   0.01
XYZ42.515725.24893.2488
Yxy25.24890.59870.3556
Hunter Lab50.248363.096631.3404
CIE-Lab57.317166.368364.3766

#fc4713 color RGB value is (252,71,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000111 00010011
Octal 374 107 23
Decimal 252 71 19
Hex FC 47 13

RGB Percentages of Color #fc4713

%73.68
%20.76
%5.56

CMYK Percentages of Color #fc4713

%0
%72
%92
%1

Triadic Colors of #fc4713

#fc4713 #13fc47 #4713fc

Analogous Colors of #fc4713

#fc4713 #fcbc13 #fc1354

Monochromatic Colors of #fc4713

#fc4713

Complementary Color

#fc4713 #13c8fc

#fc4713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc4713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc4713 Color CSS Codes

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

#fc4713 Text Font Color

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

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


#fc4713 Background Color

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

This div background color is #fc4713


#fc4713 Border Color

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

This div border color is #fc4713


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc4713


Comments

No comments written yet.

Please login to write comment.