Color Hex Logo

#fcae65 Color Hex

#FCAE65
(252,174,101)
0 Favorites   0 Comments

Color spaces of #fcae65

RGB 252174101
HSL0.080.960.69
HSV29°60°99°
CMYK 0.000.310.60   0.01
XYZ57.629951.907119.2936
Yxy51.90710.44730.4029
Hunter Lab72.046616.700234.5551
CIE-Lab77.225321.361348.3984

#fcae65 color RGB value is (252,174,101).

#fcae65 hex color red value is 252, green value is 174 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #fcae65 hue: 0.08 , saturation: 0.96 and the lightness value of fcae65 is 0.69.

The process color (four color CMYK) of #fcae65 color hex is 0.00, 0.31, 0.60, 0.01. Web safe color of #fcae65 is #ff9966. Color #fcae65 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101110 01100101
Octal 374 256 145
Decimal 252 174 101
Hex FC AE 65

RGB Percentages of Color #fcae65

%47.82
%33.02
%19.17

CMYK Percentages of Color #fcae65

%0
%31
%60
%1

Triadic Colors of #fcae65

#fcae65 #65fcae #ae65fc

Analogous Colors of #fcae65

#fcae65 #fcfa65 #fc6568

Monochromatic Colors of #fcae65

#fcae65

Complementary Color

#fcae65 #65b3fc

#fcae65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcae65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcae65 Color CSS Codes

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

#fcae65 Text Font Color

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

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


#fcae65 Background Color

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

This div background color is #fcae65


#fcae65 Border Color

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

This div border color is #fcae65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcae65


Comments

No comments written yet.

Please login to write comment.