Color Hex Logo

#fcae64 Color Hex

#FCAE64
(252,174,100)
0 Favorites   0 Comments

Color spaces of #fcae64

RGB 252174100
HSL0.080.960.69
HSV29°60°99°
CMYK 0.000.310.60   0.01
XYZ57.581251.887719.0371
Yxy51.88770.44810.4038
Hunter Lab72.033116.629834.7539
CIE-Lab77.213621.292148.8784

#fcae64 color RGB value is (252,174,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101110 01100100
Octal 374 256 144
Decimal 252 174 100
Hex FC AE 64

RGB Percentages of Color #fcae64

%47.91
%33.08
%19.01

CMYK Percentages of Color #fcae64

%0
%31
%60
%1

Triadic Colors of #fcae64

#fcae64 #64fcae #ae64fc

Analogous Colors of #fcae64

#fcae64 #fcfa64 #fc6466

Monochromatic Colors of #fcae64

#fcae64

Complementary Color

#fcae64 #64b2fc

#fcae64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcae64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcae64 Color CSS Codes

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

#fcae64 Text Font Color

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

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


#fcae64 Background Color

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

This div background color is #fcae64


#fcae64 Border Color

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

This div border color is #fcae64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcae64


Comments

No comments written yet.

Please login to write comment.