Color Hex Logo

#fc734e Color Hex

#FC734E
(252,115,78)
0 Favorites   0 Comments

Color spaces of #fc734e

RGB 25211578
HSL0.040.970.65
HSV13°69°99°
CMYK 0.000.540.69   0.01
XYZ47.650833.507011.1637
Yxy33.50700.51610.3629
Hunter Lab57.885245.641129.0850
CIE-Lab64.569349.922645.3047

#fc734e color RGB value is (252,115,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110011 01001110
Octal 374 163 116
Decimal 252 115 78
Hex FC 73 4E

RGB Percentages of Color #fc734e

%56.63
%25.84
%17.53

CMYK Percentages of Color #fc734e

%0
%54
%69
%1

Triadic Colors of #fc734e

#fc734e #4efc73 #734efc

Analogous Colors of #fc734e

#fc734e #fcca4e #fc4e80

Monochromatic Colors of #fc734e

#fc734e

Complementary Color

#fc734e #4ed7fc

#fc734e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc734e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc734e Color CSS Codes

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

#fc734e Text Font Color

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

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


#fc734e Background Color

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

This div background color is #fc734e


#fc734e Border Color

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

This div border color is #fc734e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc734e


Comments

No comments written yet.

Please login to write comment.