Color Hex Logo

#fca582 Color Hex

#FCA582
(252,165,130)
0 Favorites   0 Comments

Color spaces of #fca582

RGB 252165130
HSL0.050.950.75
HSV17°48°99°
CMYK 0.000.350.48   0.01
XYZ57.629349.217427.5816
Yxy49.21740.42870.3661
Hunter Lab70.155123.858325.7986
CIE-Lab75.586428.424031.3611

#fca582 color RGB value is (252,165,130).

#fca582 hex color red value is 252, green value is 165 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #fca582 hue: 0.05 , saturation: 0.95 and the lightness value of fca582 is 0.75.

The process color (four color CMYK) of #fca582 color hex is 0.00, 0.35, 0.48, 0.01. Web safe color of #fca582 is #ff9999. Color #fca582 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100101 10000010
Octal 374 245 202
Decimal 252 165 130
Hex FC A5 82

RGB Percentages of Color #fca582

%46.07
%30.16
%23.77

CMYK Percentages of Color #fca582

%0
%35
%48
%1

Triadic Colors of #fca582

#fca582 #82fca5 #a582fc

Analogous Colors of #fca582

#fca582 #fce282 #fc829c

Monochromatic Colors of #fca582

#fca582

Complementary Color

#fca582 #82d9fc

#fca582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca582 Color CSS Codes

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

#fca582 Text Font Color

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

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


#fca582 Background Color

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

This div background color is #fca582


#fca582 Border Color

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

This div border color is #fca582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca582

Related Colors


Comments

No comments written yet.

Please login to write comment.