Color Hex Logo

#fca454 Color Hex

#FCA454
(252,164,84)
0 Favorites   0 Comments

Color spaces of #fca454

RGB 25216484
HSL0.080.970.66
HSV29°67°99°
CMYK 0.000.350.67   0.01
XYZ55.020647.886514.7306
Yxy47.88650.46770.4071
Hunter Lab69.200120.824235.8190
CIE-Lab74.753325.530553.7996

#fca454 color RGB value is (252,164,84).

#fca454 hex color red value is 252, green value is 164 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #fca454 hue: 0.08 , saturation: 0.97 and the lightness value of fca454 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100100 01010100
Octal 374 244 124
Decimal 252 164 84
Hex FC A4 54

RGB Percentages of Color #fca454

%50.40
%32.80
%16.80

CMYK Percentages of Color #fca454

%0
%35
%67
%1

Triadic Colors of #fca454

#fca454 #54fca4 #a454fc

Analogous Colors of #fca454

#fca454 #fcf854 #fc5458

Monochromatic Colors of #fca454

#fca454

Complementary Color

#fca454 #54acfc

#fca454 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca454 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca454 Color CSS Codes

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

#fca454 Text Font Color

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

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


#fca454 Background Color

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

This div background color is #fca454


#fca454 Border Color

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

This div border color is #fca454


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca454

Related Colors


Comments

No comments written yet.

Please login to write comment.