Color Hex Logo

#fc764d Color Hex

#FC764D
(252,118,77)
0 Favorites   0 Comments

Color spaces of #fc764d

RGB 25211877
HSL0.040.970.65
HSV14°69°99°
CMYK 0.000.530.69   0.01
XYZ47.962934.188111.0922
Yxy34.18810.51440.3667
Hunter Lab58.470644.098429.6818
CIE-Lab65.111648.450646.4399

#fc764d color RGB value is (252,118,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110110 01001101
Octal 374 166 115
Decimal 252 118 77
Hex FC 76 4D

RGB Percentages of Color #fc764d

%56.38
%26.40
%17.23

CMYK Percentages of Color #fc764d

%0
%53
%69
%1

Triadic Colors of #fc764d

#fc764d #4dfc76 #764dfc

Analogous Colors of #fc764d

#fc764d #fcce4d #fc4d7c

Monochromatic Colors of #fc764d

#fc764d

Complementary Color

#fc764d #4dd3fc

#fc764d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc764d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc764d Color CSS Codes

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

#fc764d Text Font Color

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

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


#fc764d Background Color

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

This div background color is #fc764d


#fc764d Border Color

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

This div border color is #fc764d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc764d


Comments

No comments written yet.

Please login to write comment.