Color Hex Logo

#fc4110 Color Hex

#FC4110
(252,65,16)
0 Favorites   0 Comments

Color spaces of #fc4110

RGB 2526516
HSL0.030.980.53
HSV12°94°99°
CMYK 0.000.740.94   0.01
XYZ42.128724.51353.0014
Yxy24.51350.60490.3520
Hunter Lab49.511165.240131.0636
CIE-Lab56.598368.302964.7536

#fc4110 color RGB value is (252,65,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000001 00010000
Octal 374 101 20
Decimal 252 65 16
Hex FC 41 10

RGB Percentages of Color #fc4110

%75.68
%19.52
%4.80

CMYK Percentages of Color #fc4110

%0
%74
%94
%1

Triadic Colors of #fc4110

#fc4110 #10fc41 #4110fc

Analogous Colors of #fc4110

#fc4110 #fcb710 #fc1055

Monochromatic Colors of #fc4110

#fc4110

Complementary Color

#fc4110 #10cbfc

#fc4110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc4110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc4110 Color CSS Codes

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

#fc4110 Text Font Color

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

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


#fc4110 Background Color

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

This div background color is #fc4110


#fc4110 Border Color

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

This div border color is #fc4110


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc4110

Related Colors


Comments

No comments written yet.

Please login to write comment.