Color Hex Logo

#fc4017 Color Hex

#FC4017
(252,64,23)
0 Favorites   0 Comments

Color spaces of #fc4017

RGB 2526423
HSL0.030.970.54
HSV11°91°99°
CMYK 0.000.750.91   0.01
XYZ42.132924.42413.3043
Yxy24.42410.60310.3496
Hunter Lab49.420765.691130.6304
CIE-Lab56.509968.696562.6336

#fc4017 color RGB value is (252,64,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000000 00010111
Octal 374 100 27
Decimal 252 64 23
Hex FC 40 17

RGB Percentages of Color #fc4017

%74.34
%18.88
%6.78

CMYK Percentages of Color #fc4017

%0
%75
%91
%1

Triadic Colors of #fc4017

#fc4017 #17fc40 #4017fc

Analogous Colors of #fc4017

#fc4017 #fcb317 #fc1760

Monochromatic Colors of #fc4017

#fc4017

Complementary Color

#fc4017 #17d3fc

#fc4017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc4017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc4017 Color CSS Codes

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

#fc4017 Text Font Color

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

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


#fc4017 Background Color

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

This div background color is #fc4017


#fc4017 Border Color

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

This div border color is #fc4017


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc4017


Comments

No comments written yet.

Please login to write comment.