Color Hex Logo

#fc5f4f Color Hex

#FC5F4F
(252,95,79)
0 Favorites   0 Comments

Color spaces of #fc5f4f

RGB 2529579
HSL0.020.970.65
HSV69°99°
CMYK 0.000.620.69   0.01
XYZ45.648429.444410.6745
Yxy29.44440.53220.3433
Hunter Lab54.262755.203126.3204
CIE-Lab61.171858.923440.8348

#fc5f4f color RGB value is (252,95,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01011111 01001111
Octal 374 137 117
Decimal 252 95 79
Hex FC 5F 4F

RGB Percentages of Color #fc5f4f

%59.15
%22.30
%18.54

CMYK Percentages of Color #fc5f4f

%0
%62
%69
%1

Triadic Colors of #fc5f4f

#fc5f4f #4ffc5f #5f4ffc

Analogous Colors of #fc5f4f

#fc5f4f #fcb64f #fc4f96

Monochromatic Colors of #fc5f4f

#fc5f4f

Complementary Color

#fc5f4f #4fecfc

#fc5f4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc5f4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc5f4f Color CSS Codes

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

#fc5f4f Text Font Color

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

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


#fc5f4f Background Color

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

This div background color is #fc5f4f


#fc5f4f Border Color

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

This div border color is #fc5f4f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,95,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 #fc5f4f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc5f4f


Comments

No comments written yet.

Please login to write comment.