Color Hex Logo

#fc501f Color Hex

#FC501F
(252,80,31)
0 Favorites   0 Comments

Color spaces of #fc501f

RGB 2528031
HSL0.040.970.55
HSV13°88°99°
CMYK 0.000.680.88   0.01
XYZ43.260926.53174.1374
Yxy26.53170.58520.3589
Hunter Lab51.508959.776531.2938
CIE-Lab58.538363.325761.2757

#fc501f color RGB value is (252,80,31).

#fc501f hex color red value is 252, green value is 80 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #fc501f hue: 0.04 , saturation: 0.97 and the lightness value of fc501f is 0.55.

The process color (four color CMYK) of #fc501f color hex is 0.00, 0.68, 0.88, 0.01. Web safe color of #fc501f is #ff6633. Color #fc501f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010000 00011111
Octal 374 120 37
Decimal 252 80 31
Hex FC 50 1F

RGB Percentages of Color #fc501f

%69.42
%22.04
%8.54

CMYK Percentages of Color #fc501f

%0
%68
%88
%1

Triadic Colors of #fc501f

#fc501f #1ffc50 #501ffc

Analogous Colors of #fc501f

#fc501f #fcbf1f #fc1f5d

Monochromatic Colors of #fc501f

#fc501f

Complementary Color

#fc501f #1fcbfc

#fc501f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc501f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc501f Color CSS Codes

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

#fc501f Text Font Color

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

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


#fc501f Background Color

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

This div background color is #fc501f


#fc501f Border Color

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

This div border color is #fc501f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc501f


Comments

No comments written yet.

Please login to write comment.