Color Hex Logo

#fca252 Color Hex

#FCA252
(252,162,82)
0 Favorites   0 Comments

Color spaces of #fca252

RGB 25216282
HSL0.080.970.65
HSV28°67°99°
CMYK 0.000.360.67   0.01
XYZ54.588247.145314.2055
Yxy47.14530.47080.4066
Hunter Lab68.662421.752335.7973
CIE-Lab74.282626.464854.2229

#fca252 color RGB value is (252,162,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100010 01010010
Octal 374 242 122
Decimal 252 162 82
Hex FC A2 52

RGB Percentages of Color #fca252

%50.81
%32.66
%16.53

CMYK Percentages of Color #fca252

%0
%36
%67
%1

Triadic Colors of #fca252

#fca252 #52fca2 #a252fc

Analogous Colors of #fca252

#fca252 #fcf752 #fc5257

Monochromatic Colors of #fca252

#fca252

Complementary Color

#fca252 #52acfc

#fca252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca252 Color CSS Codes

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

#fca252 Text Font Color

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

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


#fca252 Background Color

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

This div background color is #fca252


#fca252 Border Color

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

This div border color is #fca252


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,162,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 #fca252">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca252


Comments

No comments written yet.

Please login to write comment.