Color Hex Logo

#fca355 Color Hex

#FCA355
(252,163,85)
0 Favorites   0 Comments

Color spaces of #fca355

RGB 25216385
HSL0.080.970.66
HSV28°66°99°
CMYK 0.000.350.66   0.01
XYZ54.881847.545714.8790
Yxy47.54570.46780.4053
Hunter Lab68.953421.404435.4736
CIE-Lab74.537526.110053.0839

#fca355 color RGB value is (252,163,85).

#fca355 hex color red value is 252, green value is 163 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #fca355 hue: 0.08 , saturation: 0.97 and the lightness value of fca355 is 0.66.

The process color (four color CMYK) of #fca355 color hex is 0.00, 0.35, 0.66, 0.01. Web safe color of #fca355 is #ff9966. Color #fca355 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100011 01010101
Octal 374 243 125
Decimal 252 163 85
Hex FC A3 55

RGB Percentages of Color #fca355

%50.40
%32.60
%17.00

CMYK Percentages of Color #fca355

%0
%35
%66
%1

Triadic Colors of #fca355

#fca355 #55fca3 #a355fc

Analogous Colors of #fca355

#fca355 #fcf755 #fc555b

Monochromatic Colors of #fca355

#fca355

Complementary Color

#fca355 #55aefc

#fca355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca355 Color CSS Codes

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

#fca355 Text Font Color

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

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


#fca355 Background Color

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

This div background color is #fca355


#fca355 Border Color

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

This div border color is #fca355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca355

Related Colors


Comments

No comments written yet.

Please login to write comment.