Color Hex Logo

#fc774c Color Hex

#FC774C
(252,119,76)
0 Favorites   0 Comments

Color spaces of #fc774c

RGB 25211976
HSL0.040.970.64
HSV15°70°99°
CMYK 0.000.530.70   0.01
XYZ48.046234.410910.9471
Yxy34.41090.51440.3684
Hunter Lab58.660843.544229.9980
CIE-Lab65.287447.923147.1521

#fc774c color RGB value is (252,119,76).

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

The process color (four color CMYK) of #fc774c color hex is 0.00, 0.53, 0.70, 0.01. Web safe color of #fc774c is #ff6633. Color #fc774c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110111 01001100
Octal 374 167 114
Decimal 252 119 76
Hex FC 77 4C

RGB Percentages of Color #fc774c

%56.38
%26.62
%17.00

CMYK Percentages of Color #fc774c

%0
%53
%70
%1

Triadic Colors of #fc774c

#fc774c #4cfc77 #774cfc

Analogous Colors of #fc774c

#fc774c #fccf4c #fc4c79

Monochromatic Colors of #fc774c

#fc774c

Complementary Color

#fc774c #4cd1fc

#fc774c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc774c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc774c Color CSS Codes

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

#fc774c Text Font Color

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

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


#fc774c Background Color

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

This div background color is #fc774c


#fc774c Border Color

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

This div border color is #fc774c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc774c

Related Colors


Comments

No comments written yet.

Please login to write comment.