Color Hex Logo

#fcb592 Color Hex

#FCB592
(252,181,146)
0 Favorites   0 Comments

Color spaces of #fcb592

RGB 252181146
HSL0.060.950.78
HSV20°42°99°
CMYK 0.000.280.42   0.01
XYZ61.857155.818534.7080
Yxy55.81850.40590.3663
Hunter Lab74.711817.042224.7546
CIE-Lab79.510421.615628.0514

#fcb592 color RGB value is (252,181,146).

#fcb592 hex color red value is 252, green value is 181 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #fcb592 hue: 0.06 , saturation: 0.95 and the lightness value of fcb592 is 0.78.

The process color (four color CMYK) of #fcb592 color hex is 0.00, 0.28, 0.42, 0.01. Web safe color of #fcb592 is #ffcc99. Color #fcb592 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110101 10010010
Octal 374 265 222
Decimal 252 181 146
Hex FC B5 92

RGB Percentages of Color #fcb592

%43.52
%31.26
%25.22

CMYK Percentages of Color #fcb592

%0
%28
%42
%1

Triadic Colors of #fcb592

#fcb592 #92fcb5 #b592fc

Analogous Colors of #fcb592

#fcb592 #fcea92 #fc92a4

Monochromatic Colors of #fcb592

#fcb592

Complementary Color

#fcb592 #92d9fc

#fcb592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb592 Color CSS Codes

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

#fcb592 Text Font Color

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

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


#fcb592 Background Color

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

This div background color is #fcb592


#fcb592 Border Color

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

This div border color is #fcb592


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb592


Comments

No comments written yet.

Please login to write comment.