Color Hex Logo

#fc5815 Color Hex

#FC5815
(252,88,21)
0 Favorites   0 Comments

Color spaces of #fc5815

RGB 2528821
HSL0.050.970.54
HSV17°92°99°
CMYK 0.000.650.92   0.01
XYZ43.770027.72903.7548
Yxy27.72900.58160.3685
Hunter Lab52.658356.218532.6332
CIE-Lab59.643160.066565.3205

#fc5815 color RGB value is (252,88,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01011000 00010101
Octal 374 130 25
Decimal 252 88 21
Hex FC 58 15

RGB Percentages of Color #fc5815

%69.81
%24.38
%5.82

CMYK Percentages of Color #fc5815

%0
%65
%92
%1

Triadic Colors of #fc5815

#fc5815 #15fc58 #5815fc

Analogous Colors of #fc5815

#fc5815 #fccc15 #fc1546

Monochromatic Colors of #fc5815

#fc5815

Complementary Color

#fc5815 #15b9fc

#fc5815 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc5815 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc5815 Color CSS Codes

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

#fc5815 Text Font Color

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

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


#fc5815 Background Color

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

This div background color is #fc5815


#fc5815 Border Color

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

This div border color is #fc5815


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc5815


Comments

No comments written yet.

Please login to write comment.