Color Hex Logo

#fca270 Color Hex

#FCA270
(252,162,112)
0 Favorites   0 Comments

Color spaces of #fca270

RGB 252162112
HSL0.060.960.71
HSV21°56°99°
CMYK 0.000.360.56   0.01
XYZ55.989847.706021.5864
Yxy47.70600.44690.3808
Hunter Lab69.069523.825729.8187
CIE-Lab74.639128.455239.6551

#fca270 color RGB value is (252,162,112).

#fca270 hex color red value is 252, green value is 162 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #fca270 hue: 0.06 , saturation: 0.96 and the lightness value of fca270 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100010 01110000
Octal 374 242 160
Decimal 252 162 112
Hex FC A2 70

RGB Percentages of Color #fca270

%47.91
%30.80
%21.29

CMYK Percentages of Color #fca270

%0
%36
%56
%1

Triadic Colors of #fca270

#fca270 #70fca2 #a270fc

Analogous Colors of #fca270

#fca270 #fce870 #fc7084

Monochromatic Colors of #fca270

#fca270

Complementary Color

#fca270 #70cafc

#fca270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca270 Color CSS Codes

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

#fca270 Text Font Color

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

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


#fca270 Background Color

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

This div background color is #fca270


#fca270 Border Color

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

This div border color is #fca270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca270

Related Colors


Comments

No comments written yet.

Please login to write comment.