Color Hex Logo

#fc4117 Color Hex

#FC4117
(252,65,23)
0 Favorites   0 Comments

Color spaces of #fc4117

RGB 2526523
HSL0.030.970.54
HSV11°91°99°
CMYK 0.000.740.91   0.01
XYZ42.189824.53793.3232
Yxy24.53790.60230.3503
Hunter Lab49.535765.341630.6974
CIE-Lab56.622468.383362.7088

#fc4117 color RGB value is (252,65,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000001 00010111
Octal 374 101 27
Decimal 252 65 23
Hex FC 41 17

RGB Percentages of Color #fc4117

%74.12
%19.12
%6.76

CMYK Percentages of Color #fc4117

%0
%74
%91
%1

Triadic Colors of #fc4117

#fc4117 #17fc41 #4117fc

Analogous Colors of #fc4117

#fc4117 #fcb417 #fc175f

Monochromatic Colors of #fc4117

#fc4117

Complementary Color

#fc4117 #17d2fc

#fc4117 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc4117 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc4117 Color CSS Codes

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

#fc4117 Text Font Color

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

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


#fc4117 Background Color

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

This div background color is #fc4117


#fc4117 Border Color

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

This div border color is #fc4117


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc4117


Comments

No comments written yet.

Please login to write comment.