Color Hex Logo

#fc5714 Color Hex

#FC5714
(252,87,20)
0 Favorites   0 Comments

Color spaces of #fc5714

RGB 2528720
HSL0.050.970.53
HSV17°92°99°
CMYK 0.000.650.92   0.01
XYZ43.679327.56233.6797
Yxy27.56230.58300.3679
Hunter Lab52.499856.635532.5942
CIE-Lab59.491260.454365.4955

#fc5714 color RGB value is (252,87,20).

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

The process color (four color CMYK) of #fc5714 color hex is 0.00, 0.65, 0.92, 0.01. Web safe color of #fc5714 is #ff6600. Color #fc5714 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010111 00010100
Octal 374 127 24
Decimal 252 87 20
Hex FC 57 14

RGB Percentages of Color #fc5714

%70.19
%24.23
%5.57

CMYK Percentages of Color #fc5714

%0
%65
%92
%1

Triadic Colors of #fc5714

#fc5714 #14fc57 #5714fc

Analogous Colors of #fc5714

#fc5714 #fccb14 #fc1445

Monochromatic Colors of #fc5714

#fc5714

Complementary Color

#fc5714 #14b9fc

#fc5714 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc5714 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc5714 Color CSS Codes

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

#fc5714 Text Font Color

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

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


#fc5714 Background Color

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

This div background color is #fc5714


#fc5714 Border Color

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

This div border color is #fc5714


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc5714


Comments

No comments written yet.

Please login to write comment.