Color Hex Logo

#fca359 Color Hex

#FCA359
(252,163,89)
0 Favorites   0 Comments

Color spaces of #fca359

RGB 25216389
HSL0.080.960.67
HSV27°65°99°
CMYK 0.000.350.65   0.01
XYZ55.045247.611115.7399
Yxy47.61110.46490.4021
Hunter Lab69.000821.646534.7758
CIE-Lab74.579026.343951.2058

#fca359 color RGB value is (252,163,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100011 01011001
Octal 374 243 131
Decimal 252 163 89
Hex FC A3 59

RGB Percentages of Color #fca359

%50.00
%32.34
%17.66

CMYK Percentages of Color #fca359

%0
%35
%65
%1

Triadic Colors of #fca359

#fca359 #59fca3 #a359fc

Analogous Colors of #fca359

#fca359 #fcf559 #fc5961

Monochromatic Colors of #fca359

#fca359

Complementary Color

#fca359 #59b2fc

#fca359 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca359 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca359 Color CSS Codes

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

#fca359 Text Font Color

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

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


#fca359 Background Color

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

This div background color is #fca359


#fca359 Border Color

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

This div border color is #fca359


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca359


Comments

No comments written yet.

Please login to write comment.