Color Hex Logo

#fcab1a Color Hex

#FCAB1A
(252,171,26)
0 Favorites   0 Comments

Color spaces of #fcab1a

RGB 25217126
HSL0.110.970.55
HSV38°90°99°
CMYK 0.000.320.90   0.01
XYZ54.894249.89587.7149
Yxy49.89580.48790.4435
Hunter Lab70.637015.103342.9703
CIE-Lab76.005319.814775.8698

#fcab1a color RGB value is (252,171,26).

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

The process color (four color CMYK) of #fcab1a color hex is 0.00, 0.32, 0.90, 0.01. Web safe color of #fcab1a is #ff9933. Color #fcab1a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 00011010
Octal 374 253 32
Decimal 252 171 26
Hex FC AB 1A

RGB Percentages of Color #fcab1a

%56.12
%38.08
%5.79

CMYK Percentages of Color #fcab1a

%0
%32
%90
%1

Triadic Colors of #fcab1a

#fcab1a #1afcab #ab1afc

Analogous Colors of #fcab1a

#fcab1a #dcfc1a #fc3a1a

Monochromatic Colors of #fcab1a

#fcab1a

Complementary Color

#fcab1a #1a6bfc

#fcab1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcab1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcab1a Color CSS Codes

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

#fcab1a Text Font Color

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

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


#fcab1a Background Color

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

This div background color is #fcab1a


#fcab1a Border Color

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

This div border color is #fcab1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcab1a


Comments

No comments written yet.

Please login to write comment.