Color Hex Logo

#fcb773 Color Hex

#FCB773
(252,183,115)
0 Favorites   0 Comments

Color spaces of #fcb773

RGB 252183115
HSL0.080.960.72
HSV30°54°99°
CMYK 0.000.270.54   0.01
XYZ60.172955.800223.8187
Yxy55.80020.43040.3992
Hunter Lab74.699513.063433.3845
CIE-Lab79.500017.691844.1471

#fcb773 color RGB value is (252,183,115).

#fcb773 hex color red value is 252, green value is 183 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #fcb773 hue: 0.08 , saturation: 0.96 and the lightness value of fcb773 is 0.72.

The process color (four color CMYK) of #fcb773 color hex is 0.00, 0.27, 0.54, 0.01. Web safe color of #fcb773 is #ffcc66. Color #fcb773 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110111 01110011
Octal 374 267 163
Decimal 252 183 115
Hex FC B7 73

RGB Percentages of Color #fcb773

%45.82
%33.27
%20.91

CMYK Percentages of Color #fcb773

%0
%27
%54
%1

Triadic Colors of #fcb773

#fcb773 #73fcb7 #b773fc

Analogous Colors of #fcb773

#fcb773 #fcfc73 #fc7374

Monochromatic Colors of #fcb773

#fcb773

Complementary Color

#fcb773 #73b8fc

#fcb773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb773 Color CSS Codes

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

#fcb773 Text Font Color

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

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


#fcb773 Background Color

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

This div background color is #fcb773


#fcb773 Border Color

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

This div border color is #fcb773


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb773

Related Colors


Comments

No comments written yet.

Please login to write comment.