Color Hex Logo

#fc564a Color Hex

#FC564A
(252,86,74)
0 Favorites   0 Comments

Color spaces of #fc564a

RGB 2528674
HSL0.010.970.64
HSV71°99°
CMYK 0.000.660.71   0.01
XYZ44.708727.84549.4969
Yxy27.84540.54490.3394
Hunter Lab52.768758.890126.2676
CIE-Lab59.748862.351741.9054

#fc564a color RGB value is (252,86,74).

#fc564a hex color red value is 252, green value is 86 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #fc564a hue: 0.01 , saturation: 0.97 and the lightness value of fc564a is 0.64.

The process color (four color CMYK) of #fc564a color hex is 0.00, 0.66, 0.71, 0.01. Web safe color of #fc564a is #ff6633. Color #fc564a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010110 01001010
Octal 374 126 112
Decimal 252 86 74
Hex FC 56 4A

RGB Percentages of Color #fc564a

%61.17
%20.87
%17.96

CMYK Percentages of Color #fc564a

%0
%66
%71
%1

Triadic Colors of #fc564a

#fc564a #4afc56 #564afc

Analogous Colors of #fc564a

#fc564a #fcaf4a #fc4a97

Monochromatic Colors of #fc564a

#fc564a

Complementary Color

#fc564a #4af0fc

#fc564a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc564a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc564a Color CSS Codes

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

#fc564a Text Font Color

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

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


#fc564a Background Color

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

This div background color is #fc564a


#fc564a Border Color

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

This div border color is #fc564a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc564a

Related Colors


Comments

No comments written yet.

Please login to write comment.