Color Hex Logo

#fca256 Color Hex

#FCA256
(252,162,86)
0 Favorites   0 Comments

Color spaces of #fca256

RGB 25216286
HSL0.080.970.66
HSV27°66°99°
CMYK 0.000.360.66   0.01
XYZ54.744947.208015.0308
Yxy47.20800.46800.4035
Hunter Lab68.708121.985335.1252
CIE-Lab74.322626.689652.3643

#fca256 color RGB value is (252,162,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100010 01010110
Octal 374 242 126
Decimal 252 162 86
Hex FC A2 56

RGB Percentages of Color #fca256

%50.40
%32.40
%17.20

CMYK Percentages of Color #fca256

%0
%36
%66
%1

Triadic Colors of #fca256

#fca256 #56fca2 #a256fc

Analogous Colors of #fca256

#fca256 #fcf556 #fc565d

Monochromatic Colors of #fca256

#fca256

Complementary Color

#fca256 #56b0fc

#fca256 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca256 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca256 Color CSS Codes

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

#fca256 Text Font Color

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

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


#fca256 Background Color

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

This div background color is #fca256


#fca256 Border Color

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

This div border color is #fca256


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca256

Related Colors


Comments

No comments written yet.

Please login to write comment.