Color Hex Logo

#fcab50 Color Hex

#FCAB50
(252,171,80)
0 Favorites   0 Comments

Color spaces of #fcab50

RGB 25217180
HSL0.090.970.65
HSV32°68°99°
CMYK 0.000.320.68   0.01
XYZ56.155850.400514.3579
Yxy50.40050.46440.4168
Hunter Lab70.993316.955437.7043
CIE-Lab76.314421.647857.3646

#fcab50 color RGB value is (252,171,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 01010000
Octal 374 253 120
Decimal 252 171 80
Hex FC AB 50

RGB Percentages of Color #fcab50

%50.10
%34.00
%15.90

CMYK Percentages of Color #fcab50

%0
%32
%68
%1

Triadic Colors of #fcab50

#fcab50 #50fcab #ab50fc

Analogous Colors of #fcab50

#fcab50 #f7fc50 #fc5550

Monochromatic Colors of #fcab50

#fcab50

Complementary Color

#fcab50 #50a1fc

#fcab50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcab50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcab50 Color CSS Codes

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

#fcab50 Text Font Color

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

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


#fcab50 Background Color

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

This div background color is #fcab50


#fcab50 Border Color

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

This div border color is #fcab50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcab50


Comments

No comments written yet.

Please login to write comment.