Color Hex Logo

#fc773b Color Hex

#FC773B
(252,119,59)
0 Favorites   0 Comments

Color spaces of #fc773b

RGB 25211959
HSL0.050.970.61
HSV19°77°99°
CMYK 0.000.530.77   0.01
XYZ47.531134.20498.2347
Yxy34.20490.52830.3802
Hunter Lab58.485042.719432.5914
CIE-Lab65.124947.195255.2921

#fc773b color RGB value is (252,119,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110111 00111011
Octal 374 167 73
Decimal 252 119 59
Hex FC 77 3B

RGB Percentages of Color #fc773b

%58.60
%27.67
%13.72

CMYK Percentages of Color #fc773b

%0
%53
%77
%1

Triadic Colors of #fc773b

#fc773b #3bfc77 #773bfc

Analogous Colors of #fc773b

#fc773b #fcd83b #fc3b5f

Monochromatic Colors of #fc773b

#fc773b

Complementary Color

#fc773b #3bc0fc

#fc773b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc773b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc773b Color CSS Codes

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

#fc773b Text Font Color

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

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


#fc773b Background Color

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

This div background color is #fc773b


#fc773b Border Color

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

This div border color is #fc773b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc773b

Related Colors


Comments

No comments written yet.

Please login to write comment.