Color Hex Logo

#fc5d19 Color Hex

#FC5D19
(252,93,25)
0 Favorites   0 Comments

Color spaces of #fc5d19

RGB 2529325
HSL0.050.970.54
HSV18°90°99°
CMYK 0.000.630.90   0.01
XYZ44.234728.59434.1075
Yxy28.59430.57500.3717
Hunter Lab53.473654.080732.8773
CIE-Lab60.421958.071464.6856

#fc5d19 color RGB value is (252,93,25).

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

The process color (four color CMYK) of #fc5d19 color hex is 0.00, 0.63, 0.90, 0.01. Web safe color of #fc5d19 is #ff6600. Color #fc5d19 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01011101 00011001
Octal 374 135 31
Decimal 252 93 25
Hex FC 5D 19

RGB Percentages of Color #fc5d19

%68.11
%25.14
%6.76

CMYK Percentages of Color #fc5d19

%0
%63
%90
%1

Triadic Colors of #fc5d19

#fc5d19 #19fc5d #5d19fc

Analogous Colors of #fc5d19

#fc5d19 #fccf19 #fc1947

Monochromatic Colors of #fc5d19

#fc5d19

Complementary Color

#fc5d19 #19b8fc

#fc5d19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc5d19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc5d19 Color CSS Codes

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

#fc5d19 Text Font Color

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

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


#fc5d19 Background Color

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

This div background color is #fc5d19


#fc5d19 Border Color

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

This div border color is #fc5d19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc5d19

Related Colors


Comments

No comments written yet.

Please login to write comment.