Color Hex Logo

#fc734f Color Hex

#FC734F
(252,115,79)
0 Favorites   0 Comments

Color spaces of #fc734f

RGB 25211579
HSL0.030.970.65
HSV12°69°99°
CMYK 0.000.540.69   0.01
XYZ47.686933.521411.3540
Yxy33.52140.51520.3621
Hunter Lab57.897745.699028.9013
CIE-Lab64.580949.973244.7957

#fc734f color RGB value is (252,115,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110011 01001111
Octal 374 163 117
Decimal 252 115 79
Hex FC 73 4F

RGB Percentages of Color #fc734f

%56.50
%25.78
%17.71

CMYK Percentages of Color #fc734f

%0
%54
%69
%1

Triadic Colors of #fc734f

#fc734f #4ffc73 #734ffc

Analogous Colors of #fc734f

#fc734f #fcca4f #fc4f82

Monochromatic Colors of #fc734f

#fc734f

Complementary Color

#fc734f #4fd8fc

#fc734f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc734f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc734f Color CSS Codes

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

#fc734f Text Font Color

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

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


#fc734f Background Color

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

This div background color is #fc734f


#fc734f Border Color

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

This div border color is #fc734f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc734f


Comments

No comments written yet.

Please login to write comment.