Color Hex Logo

#fc7859 Color Hex

#FC7859
(252,120,89)
0 Favorites   0 Comments

Color spaces of #fc7859

RGB 25212089
HSL0.030.960.67
HSV11°65°99°
CMYK 0.000.520.65   0.01
XYZ48.664534.849713.6129
Yxy34.84970.50100.3588
Hunter Lab59.033643.838027.6515
CIE-Lab65.631548.141440.7377

#fc7859 color RGB value is (252,120,89).

#fc7859 hex color red value is 252, green value is 120 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #fc7859 hue: 0.03 , saturation: 0.96 and the lightness value of fc7859 is 0.67.

The process color (four color CMYK) of #fc7859 color hex is 0.00, 0.52, 0.65, 0.01. Web safe color of #fc7859 is #ff6666. Color #fc7859 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111000 01011001
Octal 374 170 131
Decimal 252 120 89
Hex FC 78 59

RGB Percentages of Color #fc7859

%54.66
%26.03
%19.31

CMYK Percentages of Color #fc7859

%0
%52
%65
%1

Triadic Colors of #fc7859

#fc7859 #59fc78 #7859fc

Analogous Colors of #fc7859

#fc7859 #fcca59 #fc598c

Monochromatic Colors of #fc7859

#fc7859

Complementary Color

#fc7859 #59ddfc

#fc7859 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7859 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7859 Color CSS Codes

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

#fc7859 Text Font Color

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

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


#fc7859 Background Color

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

This div background color is #fc7859


#fc7859 Border Color

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

This div border color is #fc7859


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7859


Comments

No comments written yet.

Please login to write comment.