Color Hex Logo

#fcaa58 Color Hex

#FCAA58
(252,170,88)
0 Favorites   0 Comments

Color spaces of #fcaa58

RGB 25217088
HSL0.080.960.67
HSV30°65°99°
CMYK 0.000.330.65   0.01
XYZ56.281150.149515.9460
Yxy50.14950.45990.4098
Hunter Lab70.816317.933936.2208
CIE-Lab76.160922.621353.4771

#fcaa58 color RGB value is (252,170,88).

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

The process color (four color CMYK) of #fcaa58 color hex is 0.00, 0.33, 0.65, 0.01. Web safe color of #fcaa58 is #ff9966. Color #fcaa58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 01011000
Octal 374 252 130
Decimal 252 170 88
Hex FC AA 58

RGB Percentages of Color #fcaa58

%49.41
%33.33
%17.25

CMYK Percentages of Color #fcaa58

%0
%33
%65
%1

Triadic Colors of #fcaa58

#fcaa58 #58fcaa #aa58fc

Analogous Colors of #fcaa58

#fcaa58 #fcfc58 #fc5858

Monochromatic Colors of #fcaa58

#fcaa58

Complementary Color

#fcaa58 #58aafc

#fcaa58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaa58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaa58 Color CSS Codes

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

#fcaa58 Text Font Color

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

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


#fcaa58 Background Color

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

This div background color is #fcaa58


#fcaa58 Border Color

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

This div border color is #fcaa58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaa58


Comments

No comments written yet.

Please login to write comment.