Color Hex Logo

#fca658 Color Hex

#FCA658
(252,166,88)
0 Favorites   0 Comments

Color spaces of #fca658

RGB 25216688
HSL0.080.960.67
HSV29°65°99°
CMYK 0.000.340.65   0.01
XYZ55.542648.672515.6998
Yxy48.67250.46320.4059
Hunter Lab69.765720.019435.4936
CIE-Lab75.247124.715552.4470

#fca658 color RGB value is (252,166,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100110 01011000
Octal 374 246 130
Decimal 252 166 88
Hex FC A6 58

RGB Percentages of Color #fca658

%49.80
%32.81
%17.39

CMYK Percentages of Color #fca658

%0
%34
%65
%1

Triadic Colors of #fca658

#fca658 #58fca6 #a658fc

Analogous Colors of #fca658

#fca658 #fcf858 #fc585c

Monochromatic Colors of #fca658

#fca658

Complementary Color

#fca658 #58aefc

#fca658 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca658 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca658 Color CSS Codes

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

#fca658 Text Font Color

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

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


#fca658 Background Color

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

This div background color is #fca658


#fca658 Border Color

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

This div border color is #fca658


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca658

Related Colors

#fca658 Color Palettes


Comments

No comments written yet.

Please login to write comment.