Color Hex Logo

#fc4115 Color Hex

#FC4115
(252,65,21)
0 Favorites   0 Comments

Color spaces of #fc4115

RGB 2526521
HSL0.030.970.54
HSV11°92°99°
CMYK 0.000.740.92   0.01
XYZ42.170524.53023.2216
Yxy24.53020.60310.3508
Hunter Lab49.528065.309530.8130
CIE-Lab56.614868.357963.3392

#fc4115 color RGB value is (252,65,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000001 00010101
Octal 374 101 25
Decimal 252 65 21
Hex FC 41 15

RGB Percentages of Color #fc4115

%74.56
%19.23
%6.21

CMYK Percentages of Color #fc4115

%0
%74
%92
%1

Triadic Colors of #fc4115

#fc4115 #15fc41 #4115fc

Analogous Colors of #fc4115

#fc4115 #fcb515 #fc155c

Monochromatic Colors of #fc4115

#fc4115

Complementary Color

#fc4115 #15d0fc

#fc4115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc4115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc4115 Color CSS Codes

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

#fc4115 Text Font Color

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

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


#fc4115 Background Color

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

This div background color is #fc4115


#fc4115 Border Color

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

This div border color is #fc4115


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc4115

Related Colors


Comments

No comments written yet.

Please login to write comment.