Color Hex Logo

#fc773c Color Hex

#FC773C
(252,119,60)
0 Favorites   0 Comments

Color spaces of #fc773c

RGB 25211960
HSL0.050.970.61
HSV18°76°99°
CMYK 0.000.530.76   0.01
XYZ47.557334.21538.3726
Yxy34.21530.52760.3796
Hunter Lab58.493842.761832.4591
CIE-Lab65.133147.232754.8368

#fc773c color RGB value is (252,119,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110111 00111100
Octal 374 167 74
Decimal 252 119 60
Hex FC 77 3C

RGB Percentages of Color #fc773c

%58.47
%27.61
%13.92

CMYK Percentages of Color #fc773c

%0
%53
%76
%1

Triadic Colors of #fc773c

#fc773c #3cfc77 #773cfc

Analogous Colors of #fc773c

#fc773c #fcd73c #fc3c61

Monochromatic Colors of #fc773c

#fc773c

Complementary Color

#fc773c #3cc1fc

#fc773c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc773c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc773c Color CSS Codes

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

#fc773c Text Font Color

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

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


#fc773c Background Color

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

This div background color is #fc773c


#fc773c Border Color

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

This div border color is #fc773c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc773c


Comments

No comments written yet.

Please login to write comment.