Color Hex Logo

#fca378 Color Hex

#FCA378
(252,163,120)
0 Favorites   0 Comments

Color spaces of #fca378

RGB 252163120
HSL0.050.960.73
HSV20°52°99°
CMYK 0.000.350.52   0.01
XYZ56.632248.245924.0968
Yxy48.24590.43910.3741
Hunter Lab69.459323.982628.0526
CIE-Lab74.979828.583835.8864

#fca378 color RGB value is (252,163,120).

#fca378 hex color red value is 252, green value is 163 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #fca378 hue: 0.05 , saturation: 0.96 and the lightness value of fca378 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100011 01111000
Octal 374 243 170
Decimal 252 163 120
Hex FC A3 78

RGB Percentages of Color #fca378

%47.10
%30.47
%22.43

CMYK Percentages of Color #fca378

%0
%35
%52
%1

Triadic Colors of #fca378

#fca378 #78fca3 #a378fc

Analogous Colors of #fca378

#fca378 #fce578 #fc788f

Monochromatic Colors of #fca378

#fca378

Complementary Color

#fca378 #78d1fc

#fca378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca378 Color CSS Codes

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

#fca378 Text Font Color

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

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


#fca378 Background Color

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

This div background color is #fca378


#fca378 Border Color

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

This div border color is #fca378


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca378


Comments

No comments written yet.

Please login to write comment.