Color Hex Logo

#fc622a Color Hex

#FC622A
(252,98,42)
0 Favorites   0 Comments

Color spaces of #fc622a

RGB 2529842
HSL0.040.970.58
HSV16°83°99°
CMYK 0.000.610.83   0.01
XYZ44.930529.59805.5354
Yxy29.59800.56120.3697
Hunter Lab54.404052.210232.0503
CIE-Lab61.305856.282559.1959

#fc622a color RGB value is (252,98,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100010 00101010
Octal 374 142 52
Decimal 252 98 42
Hex FC 62 2A

RGB Percentages of Color #fc622a

%64.29
%25.00
%10.71

CMYK Percentages of Color #fc622a

%0
%61
%83
%1

Triadic Colors of #fc622a

#fc622a #2afc62 #622afc

Analogous Colors of #fc622a

#fc622a #fccb2a #fc2a5b

Monochromatic Colors of #fc622a

#fc622a

Complementary Color

#fc622a #2ac4fc

#fc622a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc622a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc622a Color CSS Codes

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

#fc622a Text Font Color

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

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


#fc622a Background Color

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

This div background color is #fc622a


#fc622a Border Color

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

This div border color is #fc622a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc622a


Comments

No comments written yet.

Please login to write comment.