Color Hex Logo

#fcb973 Color Hex

#FCB973
(252,185,115)
0 Favorites   0 Comments

Color spaces of #fcb973

RGB 252185115
HSL0.090.960.72
HSV31°54°99°
CMYK 0.000.270.54   0.01
XYZ60.588456.631223.9572
Yxy56.63120.42920.4011
Hunter Lab75.253712.020333.8025
CIE-Lab79.971716.644444.7273

#fcb973 color RGB value is (252,185,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111001 01110011
Octal 374 271 163
Decimal 252 185 115
Hex FC B9 73

RGB Percentages of Color #fcb973

%45.65
%33.51
%20.83

CMYK Percentages of Color #fcb973

%0
%27
%54
%1

Triadic Colors of #fcb973

#fcb973 #73fcb9 #b973fc

Analogous Colors of #fcb973

#fcb973 #fbfc73 #fc7573

Monochromatic Colors of #fcb973

#fcb973

Complementary Color

#fcb973 #73b6fc

#fcb973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb973 Color CSS Codes

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

#fcb973 Text Font Color

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

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


#fcb973 Background Color

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

This div background color is #fcb973


#fcb973 Border Color

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

This div border color is #fcb973


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,185,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 #fcb973">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb973

Related Colors


Comments

No comments written yet.

Please login to write comment.