Color Hex Logo

#fca463 Color Hex

#FCA463
(252,164,99)
0 Favorites   0 Comments

Color spaces of #fca463

RGB 25216499
HSL0.070.960.69
HSV25°61°99°
CMYK 0.000.350.61   0.01
XYZ55.672548.147218.1635
Yxy48.14720.45640.3947
Hunter Lab69.388221.787333.0516
CIE-Lab74.917726.461246.6574

#fca463 color RGB value is (252,164,99).

#fca463 hex color red value is 252, green value is 164 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #fca463 hue: 0.07 , saturation: 0.96 and the lightness value of fca463 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100100 01100011
Octal 374 244 143
Decimal 252 164 99
Hex FC A4 63

RGB Percentages of Color #fca463

%48.93
%31.84
%19.22

CMYK Percentages of Color #fca463

%0
%35
%61
%1

Triadic Colors of #fca463

#fca463 #63fca4 #a463fc

Analogous Colors of #fca463

#fca463 #fcf163 #fc636f

Monochromatic Colors of #fca463

#fca463

Complementary Color

#fca463 #63bbfc

#fca463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca463 Color CSS Codes

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

#fca463 Text Font Color

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

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


#fca463 Background Color

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

This div background color is #fca463


#fca463 Border Color

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

This div border color is #fca463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca463


Comments

No comments written yet.

Please login to write comment.