color codes Logo

#fcab1e color codes

#FCAB1E
(252,171,30)
0 Favorites   0 Comments

Color spaces of #fcab1e

RGB 25217130
HSL0.110.970.55
HSV38°88°99°
CMYK 0.000.320.88   0.01
XYZ54.942149.91507.9671
Yxy49.91500.48700.4424
Hunter Lab70.650515.173842.7694
CIE-Lab76.017119.884974.9980

#fcab1e color RGB value is (252,171,30).

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

The process color (four color CMYK) of #fcab1e color code is 0.00, 0.32, 0.88, 0.01. Web safe color of #fcab1e is #ff9933. Color #fcab1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 00011110
Octal 374 253 36
Decimal 252 171 30
Hex FC AB 1E

RGB Percentages of Color #fcab1e

%55.63
%37.75
%6.62

CMYK Percentages of Color #fcab1e

%0
%32
%88
%1

Triadic Colors of #fcab1e

#fcab1e #1efcab #ab1efc

Analogous Colors of #fcab1e

#fcab1e #defc1e #fc3c1e

Monochromatic Colors of #fcab1e

#fcab1e

Complementary Color

#fcab1e #1e6ffc

#fcab1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcab1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcab1e Color CSS Codes

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

#fcab1e Text Font Color

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

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


#fcab1e Background Color

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

This div background color is #fcab1e


#fcab1e Border Color

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

This div border color is #fcab1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcab1e


Comments

No comments written yet.

Please login to write comment.