Color Hex Logo

#fc796a Color Hex

#FC796A
(252,121,106)
0 Favorites   0 Comments

Color spaces of #fc796a

RGB 252121106
HSL0.020.960.70
HSV58°99°
CMYK 0.000.520.58   0.01
XYZ49.583835.410817.8573
Yxy35.41080.48210.3443
Hunter Lab59.507044.596823.8627
CIE-Lab66.067348.766132.0202

#fc796a color RGB value is (252,121,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111001 01101010
Octal 374 171 152
Decimal 252 121 106
Hex FC 79 6A

RGB Percentages of Color #fc796a

%52.61
%25.26
%22.13

CMYK Percentages of Color #fc796a

%0
%52
%58
%1

Triadic Colors of #fc796a

#fc796a #6afc79 #796afc

Analogous Colors of #fc796a

#fc796a #fcc26a #fc6aa4

Monochromatic Colors of #fc796a

#fc796a

Complementary Color

#fc796a #6aedfc

#fc796a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc796a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc796a Color CSS Codes

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

#fc796a Text Font Color

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

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


#fc796a Background Color

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

This div background color is #fc796a


#fc796a Border Color

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

This div border color is #fc796a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc796a


Comments

No comments written yet.

Please login to write comment.