Color Hex Logo

#fc621e Color Hex

#FC621E
(252,98,30)
0 Favorites   0 Comments

Color spaces of #fc621e

RGB 2529830
HSL0.050.970.55
HSV18°88°99°
CMYK 0.000.610.88   0.01
XYZ44.746929.52454.5687
Yxy29.52450.56760.3745
Hunter Lab54.336551.908733.0503
CIE-Lab61.241856.027363.6772

#fc621e color RGB value is (252,98,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100010 00011110
Octal 374 142 36
Decimal 252 98 30
Hex FC 62 1E

RGB Percentages of Color #fc621e

%66.32
%25.79
%7.89

CMYK Percentages of Color #fc621e

%0
%61
%88
%1

Triadic Colors of #fc621e

#fc621e #1efc62 #621efc

Analogous Colors of #fc621e

#fc621e #fcd11e #fc1e49

Monochromatic Colors of #fc621e

#fc621e

Complementary Color

#fc621e #1eb8fc

#fc621e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc621e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc621e Color CSS Codes

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

#fc621e Text Font Color

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

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


#fc621e Background Color

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

This div background color is #fc621e


#fc621e Border Color

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

This div border color is #fc621e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc621e


Comments

No comments written yet.

Please login to write comment.