Color Hex Logo

#fca854 Color Hex

#FCA854
(252,168,84)
0 Favorites   0 Comments

Color spaces of #fca854

RGB 25216884
HSL0.080.970.66
HSV30°67°99°
CMYK 0.000.330.67   0.01
XYZ55.747749.340814.9730
Yxy49.34080.46430.4110
Hunter Lab70.243018.739636.5318
CIE-Lab75.662923.437554.8077

#fca854 color RGB value is (252,168,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101000 01010100
Octal 374 250 124
Decimal 252 168 84
Hex FC A8 54

RGB Percentages of Color #fca854

%50.00
%33.33
%16.67

CMYK Percentages of Color #fca854

%0
%33
%67
%1

Triadic Colors of #fca854

#fca854 #54fca8 #a854fc

Analogous Colors of #fca854

#fca854 #fcfc54 #fc5454

Monochromatic Colors of #fca854

#fca854

Complementary Color

#fca854 #54a8fc

#fca854 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca854 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca854 Color CSS Codes

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

#fca854 Text Font Color

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

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


#fca854 Background Color

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

This div background color is #fca854


#fca854 Border Color

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

This div border color is #fca854


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca854


Comments

No comments written yet.

Please login to write comment.