Color Hex Logo

#fca852 Color Hex

#FCA852
(252,168,82)
0 Favorites   0 Comments

Color spaces of #fca852

RGB 25216882
HSL0.080.970.65
HSV30°67°99°
CMYK 0.000.330.67   0.01
XYZ55.670549.309914.5663
Yxy49.30990.46570.4125
Hunter Lab70.221018.626236.8559
CIE-Lab75.643723.326755.7180

#fca852 color RGB value is (252,168,82).

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

The process color (four color CMYK) of #fca852 color hex is 0.00, 0.33, 0.67, 0.01. Web safe color of #fca852 is #ff9966. Color #fca852 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101000 01010010
Octal 374 250 122
Decimal 252 168 82
Hex FC A8 52

RGB Percentages of Color #fca852

%50.20
%33.47
%16.33

CMYK Percentages of Color #fca852

%0
%33
%67
%1

Triadic Colors of #fca852

#fca852 #52fca8 #a852fc

Analogous Colors of #fca852

#fca852 #fbfc52 #fc5352

Monochromatic Colors of #fca852

#fca852

Complementary Color

#fca852 #52a6fc

#fca852 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca852 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca852 Color CSS Codes

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

#fca852 Text Font Color

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

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


#fca852 Background Color

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

This div background color is #fca852


#fca852 Border Color

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

This div border color is #fca852


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca852

Related Colors


Comments

No comments written yet.

Please login to write comment.