Color Hex Logo

#fca450 Color Hex

#FCA450
(252,164,80)
0 Favorites   0 Comments

Color spaces of #fca450

RGB 25216480
HSL0.080.970.65
HSV29°68°99°
CMYK 0.000.350.68   0.01
XYZ54.868347.825613.9288
Yxy47.82560.47050.4101
Hunter Lab69.156120.598536.4676
CIE-Lab74.714825.311555.6310

#fca450 color RGB value is (252,164,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100100 01010000
Octal 374 244 120
Decimal 252 164 80
Hex FC A4 50

RGB Percentages of Color #fca450

%50.81
%33.06
%16.13

CMYK Percentages of Color #fca450

%0
%35
%68
%1

Triadic Colors of #fca450

#fca450 #50fca4 #a450fc

Analogous Colors of #fca450

#fca450 #fcfa50 #fc5052

Monochromatic Colors of #fca450

#fca450

Complementary Color

#fca450 #50a8fc

#fca450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca450 Color CSS Codes

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

#fca450 Text Font Color

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

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


#fca450 Background Color

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

This div background color is #fca450


#fca450 Border Color

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

This div border color is #fca450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca450


Comments

No comments written yet.

Please login to write comment.