Color Hex Logo

#fc510e Color Hex

#FC510E
(252,81,14)
0 Favorites   0 Comments

Color spaces of #fc510e

RGB 2528114
HSL0.050.980.52
HSV17°94°99°
CMYK 0.000.680.94   0.01
XYZ43.166626.61203.2770
Yxy26.61200.59090.3643
Hunter Lab51.586859.087532.3444
CIE-Lab58.613562.722266.4327

#fc510e color RGB value is (252,81,14).

#fc510e hex color red value is 252, green value is 81 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #fc510e hue: 0.05 , saturation: 0.98 and the lightness value of fc510e is 0.52.

The process color (four color CMYK) of #fc510e color hex is 0.00, 0.68, 0.94, 0.01. Web safe color of #fc510e is #ff6600. Color #fc510e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010001 00001110
Octal 374 121 16
Decimal 252 81 14
Hex FC 51 E

RGB Percentages of Color #fc510e

%72.62
%23.34
%4.03

CMYK Percentages of Color #fc510e

%0
%68
%94
%1

Triadic Colors of #fc510e

#fc510e #0efc51 #510efc

Analogous Colors of #fc510e

#fc510e #fcc80e #fc0e42

Monochromatic Colors of #fc510e

#fc510e

Complementary Color

#fc510e #0eb9fc

#fc510e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc510e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc510e Color CSS Codes

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

#fc510e Text Font Color

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

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


#fc510e Background Color

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

This div background color is #fc510e


#fc510e Border Color

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

This div border color is #fc510e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc510e


Comments

No comments written yet.

Please login to write comment.