Color Hex Logo

#fc643f Color Hex

#FC643F
(252,100,63)
0 Favorites   0 Comments

Color spaces of #fc643f

RGB 25210063
HSL0.030.970.62
HSV12°75°99°
CMYK 0.000.600.75   0.01
XYZ45.599330.16878.1224
Yxy30.16870.54360.3596
Hunter Lab54.926052.069229.6805
CIE-Lab61.799556.077549.9450

#fc643f color RGB value is (252,100,63).

#fc643f hex color red value is 252, green value is 100 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #fc643f hue: 0.03 , saturation: 0.97 and the lightness value of fc643f is 0.62.

The process color (four color CMYK) of #fc643f color hex is 0.00, 0.60, 0.75, 0.01. Web safe color of #fc643f is #ff6633. Color #fc643f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100100 00111111
Octal 374 144 77
Decimal 252 100 63
Hex FC 64 3F

RGB Percentages of Color #fc643f

%60.72
%24.10
%15.18

CMYK Percentages of Color #fc643f

%0
%60
%75
%1

Triadic Colors of #fc643f

#fc643f #3ffc64 #643ffc

Analogous Colors of #fc643f

#fc643f #fcc33f #fc3f79

Monochromatic Colors of #fc643f

#fc643f

Complementary Color

#fc643f #3fd7fc

#fc643f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc643f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc643f Color CSS Codes

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

#fc643f Text Font Color

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

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


#fc643f Background Color

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

This div background color is #fc643f


#fc643f Border Color

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

This div border color is #fc643f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc643f


Comments

No comments written yet.

Please login to write comment.