Color Hex Logo

#fc620a Color Hex

#FC620A
(252,98,10)
0 Favorites   0 Comments

Color spaces of #fc620a

RGB 2529810
HSL0.060.980.51
HSV22°96°99°
CMYK 0.000.610.96   0.01
XYZ44.567429.45273.6231
Yxy29.45270.57400.3793
Hunter Lab54.270351.613134.0310
CIE-Lab61.179155.776668.7389

#fc620a color RGB value is (252,98,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100010 00001010
Octal 374 142 12
Decimal 252 98 10
Hex FC 62 A

RGB Percentages of Color #fc620a

%70.00
%27.22
%2.78

CMYK Percentages of Color #fc620a

%0
%61
%96
%1

Triadic Colors of #fc620a

#fc620a #0afc62 #620afc

Analogous Colors of #fc620a

#fc620a #fcdb0a #fc0a2b

Monochromatic Colors of #fc620a

#fc620a

Complementary Color

#fc620a #0aa4fc

#fc620a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc620a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc620a Color CSS Codes

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

#fc620a Text Font Color

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

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


#fc620a Background Color

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

This div background color is #fc620a


#fc620a Border Color

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

This div border color is #fc620a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc620a

Related Colors

#fc620a Color Palettes


Comments

No comments written yet.

Please login to write comment.