Color Hex Logo

#fc644f Color Hex

#FC644F
(252,100,79)
0 Favorites   0 Comments

Color spaces of #fc644f

RGB 25210079
HSL0.020.970.65
HSV69°99°
CMYK 0.000.600.69   0.01
XYZ46.113330.374310.8295
Yxy30.37430.52810.3479
Hunter Lab55.112952.904526.9287
CIE-Lab61.975856.782741.7767

#fc644f color RGB value is (252,100,79).

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

The process color (four color CMYK) of #fc644f color hex is 0.00, 0.60, 0.69, 0.01. Web safe color of #fc644f is #ff6666. Color #fc644f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100100 01001111
Octal 374 144 117
Decimal 252 100 79
Hex FC 64 4F

RGB Percentages of Color #fc644f

%58.47
%23.20
%18.33

CMYK Percentages of Color #fc644f

%0
%60
%69
%1

Triadic Colors of #fc644f

#fc644f #4ffc64 #644ffc

Analogous Colors of #fc644f

#fc644f #fcbb4f #fc4f91

Monochromatic Colors of #fc644f

#fc644f

Complementary Color

#fc644f #4fe7fc

#fc644f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc644f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc644f Color CSS Codes

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

#fc644f Text Font Color

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

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


#fc644f Background Color

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

This div background color is #fc644f


#fc644f Border Color

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

This div border color is #fc644f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc644f


Comments

No comments written yet.

Please login to write comment.