Color Hex Logo

#fca058 Color Hex

#FCA058
(252,160,88)
0 Favorites   0 Comments

Color spaces of #fca058

RGB 25216088
HSL0.070.960.67
HSV26°65°99°
CMYK 0.000.370.65   0.01
XYZ54.477146.541615.3447
Yxy46.54160.46820.4000
Hunter Lab68.221423.150834.4192
CIE-Lab73.895627.850850.9135

#fca058 color RGB value is (252,160,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100000 01011000
Octal 374 240 130
Decimal 252 160 88
Hex FC A0 58

RGB Percentages of Color #fca058

%50.40
%32.00
%17.60

CMYK Percentages of Color #fca058

%0
%37
%65
%1

Triadic Colors of #fca058

#fca058 #58fca0 #a058fc

Analogous Colors of #fca058

#fca058 #fcf258 #fc5862

Monochromatic Colors of #fca058

#fca058

Complementary Color

#fca058 #58b4fc

#fca058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca058 Color CSS Codes

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

#fca058 Text Font Color

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

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


#fca058 Background Color

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

This div background color is #fca058


#fca058 Border Color

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

This div border color is #fca058


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,160,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 #fca058">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca058


Comments

No comments written yet.

Please login to write comment.