Color Hex Logo

#fc620e Color Hex

#FC620E
(252,98,14)
0 Favorites   0 Comments

Color spaces of #fc620e

RGB 2529814
HSL0.060.980.52
HSV21°94°99°
CMYK 0.000.610.94   0.01
XYZ44.591829.46253.7521
Yxy29.46250.57310.3787
Hunter Lab54.279451.653133.8971
CIE-Lab61.187755.810567.9991

#fc620e color RGB value is (252,98,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100010 00001110
Octal 374 142 16
Decimal 252 98 14
Hex FC 62 E

RGB Percentages of Color #fc620e

%69.23
%26.92
%3.85

CMYK Percentages of Color #fc620e

%0
%61
%94
%1

Triadic Colors of #fc620e

#fc620e #0efc62 #620efc

Analogous Colors of #fc620e

#fc620e #fcd90e #fc0e31

Monochromatic Colors of #fc620e

#fc620e

Complementary Color

#fc620e #0ea8fc

#fc620e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc620e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc620e Color CSS Codes

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

#fc620e Text Font Color

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

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


#fc620e Background Color

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

This div background color is #fc620e


#fc620e Border Color

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

This div border color is #fc620e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc620e

Related Colors


Comments

No comments written yet.

Please login to write comment.