Color Hex Logo

#fc4515 Color Hex

#FC4515
(252,69,21)
0 Favorites   0 Comments

Color spaces of #fc4515

RGB 2526921
HSL0.030.970.54
HSV12°92°99°
CMYK 0.000.730.92   0.01
XYZ42.408425.00583.3009
Yxy25.00580.59970.3536
Hunter Lab50.005863.870331.0903
CIE-Lab57.081167.063863.6397

#fc4515 color RGB value is (252,69,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000101 00010101
Octal 374 105 25
Decimal 252 69 21
Hex FC 45 15

RGB Percentages of Color #fc4515

%73.68
%20.18
%6.14

CMYK Percentages of Color #fc4515

%0
%73
%92
%1

Triadic Colors of #fc4515

#fc4515 #15fc45 #4515fc

Analogous Colors of #fc4515

#fc4515 #fcb915 #fc1558

Monochromatic Colors of #fc4515

#fc4515

Complementary Color

#fc4515 #15ccfc

#fc4515 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc4515 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc4515 Color CSS Codes

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

#fc4515 Text Font Color

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

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


#fc4515 Background Color

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

This div background color is #fc4515


#fc4515 Border Color

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

This div border color is #fc4515


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc4515

Related Colors


Comments

No comments written yet.

Please login to write comment.