Color Hex Logo

#fca55f Color Hex

#FCA55F
(252,165,95)
0 Favorites   0 Comments

Color spaces of #fca55f

RGB 25216595
HSL0.070.960.68
HSV27°62°99°
CMYK 0.000.350.62   0.01
XYZ55.665648.431917.2409
Yxy48.43190.45880.3991
Hunter Lab69.593020.989634.0267
CIE-Lab75.096525.673048.8623

#fca55f color RGB value is (252,165,95).

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

The process color (four color CMYK) of #fca55f color hex is 0.00, 0.35, 0.62, 0.01. Web safe color of #fca55f is #ff9966. Color #fca55f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100101 01011111
Octal 374 245 137
Decimal 252 165 95
Hex FC A5 5F

RGB Percentages of Color #fca55f

%49.22
%32.23
%18.55

CMYK Percentages of Color #fca55f

%0
%35
%62
%1

Triadic Colors of #fca55f

#fca55f #5ffca5 #a55ffc

Analogous Colors of #fca55f

#fca55f #fcf45f #fc5f68

Monochromatic Colors of #fca55f

#fca55f

Complementary Color

#fca55f #5fb6fc

#fca55f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca55f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca55f Color CSS Codes

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

#fca55f Text Font Color

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

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


#fca55f Background Color

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

This div background color is #fca55f


#fca55f Border Color

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

This div border color is #fca55f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca55f


Comments

No comments written yet.

Please login to write comment.