color codes Logo

#fc620f color codes

#FC620F
(252,98,15)
0 Favorites   0 Comments

Color spaces of #fc620f

RGB 2529815
HSL0.060.980.52
HSV21°94°99°
CMYK 0.000.610.94   0.01
XYZ44.598829.46533.7887
Yxy29.46530.57290.3785
Hunter Lab54.281951.664733.8591
CIE-Lab61.190155.820367.7924

#fc620f color RGB value is (252,98,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100010 00001111
Octal 374 142 17
Decimal 252 98 15
Hex FC 62 F

RGB Percentages of Color #fc620f

%69.04
%26.85
%4.11

CMYK Percentages of Color #fc620f

%0
%61
%94
%1

Triadic Colors of #fc620f

#fc620f #0ffc62 #620ffc

Analogous Colors of #fc620f

#fc620f #fcd90f #fc0f32

Monochromatic Colors of #fc620f

#fc620f

Complementary Color

#fc620f #0fa9fc

#fc620f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc620f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc620f Color CSS Codes

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

#fc620f Text Font Color

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

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


#fc620f Background Color

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

This div background color is #fc620f


#fc620f Border Color

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

This div border color is #fc620f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc620f

#fc620f Color Palettes


Comments

No comments written yet.

Please login to write comment.