Color Hex Logo

#fc736a Color Hex

#FC736A
(252,115,106)
2 Favorites   0 Comments

Color spaces of #fc736a

RGB 252115106
HSL0.010.960.70
HSV58°99°
CMYK 0.000.540.58   0.01
XYZ48.877133.997517.6217
Yxy33.99750.48640.3383
Hunter Lab58.307447.592622.8965
CIE-Lab64.960651.614830.5957

#fc736a color RGB value is (252,115,106).

#fc736a hex color red value is 252, green value is 115 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #fc736a hue: 0.01 , saturation: 0.96 and the lightness value of fc736a is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110011 01101010
Octal 374 163 152
Decimal 252 115 106
Hex FC 73 6A

RGB Percentages of Color #fc736a

%53.28
%24.31
%22.41

CMYK Percentages of Color #fc736a

%0
%54
%58
%1

Triadic Colors of #fc736a

#fc736a #6afc73 #736afc

Analogous Colors of #fc736a

#fc736a #fcbc6a #fc6aaa

Monochromatic Colors of #fc736a

#fc736a

Complementary Color

#fc736a #6af3fc

#fc736a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc736a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc736a Color CSS Codes

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

#fc736a Text Font Color

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

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


#fc736a Background Color

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

This div background color is #fc736a


#fc736a Border Color

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

This div border color is #fc736a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc736a

Related Colors


Comments

No comments written yet.

Please login to write comment.