Color Hex Logo

#fc7760 Color Hex

#FC7760
(252,119,96)
0 Favorites   0 Comments

Color spaces of #fc7760

RGB 25211996
HSL0.020.960.68
HSV62°99°
CMYK 0.000.530.62   0.01
XYZ48.853034.733615.1958
Yxy34.73360.49460.3516
Hunter Lab58.935244.826925.9674
CIE-Lab65.540749.048336.8463

#fc7760 color RGB value is (252,119,96).

#fc7760 hex color red value is 252, green value is 119 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #fc7760 hue: 0.02 , saturation: 0.96 and the lightness value of fc7760 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110111 01100000
Octal 374 167 140
Decimal 252 119 96
Hex FC 77 60

RGB Percentages of Color #fc7760

%53.96
%25.48
%20.56

CMYK Percentages of Color #fc7760

%0
%53
%62
%1

Triadic Colors of #fc7760

#fc7760 #60fc77 #7760fc

Analogous Colors of #fc7760

#fc7760 #fcc560 #fc6097

Monochromatic Colors of #fc7760

#fc7760

Complementary Color

#fc7760 #60e5fc

#fc7760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7760 Color CSS Codes

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

#fc7760 Text Font Color

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

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


#fc7760 Background Color

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

This div background color is #fc7760


#fc7760 Border Color

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

This div border color is #fc7760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7760


Comments

No comments written yet.

Please login to write comment.