Color Hex Logo

#fca11d Color Hex

#FCA11D
(252,161,29)
0 Favorites   0 Comments

Color spaces of #fca11d

RGB 25216129
HSL0.100.970.55
HSV36°88°99°
CMYK 0.000.360.88   0.01
XYZ53.111546.27397.2949
Yxy46.27390.49790.4338
Hunter Lab68.024920.323041.2593
CIE-Lab73.722925.095373.4647

#fca11d color RGB value is (252,161,29).

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

The process color (four color CMYK) of #fca11d color hex is 0.00, 0.36, 0.88, 0.01. Web safe color of #fca11d is #ff9933. Color #fca11d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100001 00011101
Octal 374 241 35
Decimal 252 161 29
Hex FC A1 1D

RGB Percentages of Color #fca11d

%57.01
%36.43
%6.56

CMYK Percentages of Color #fca11d

%0
%36
%88
%1

Triadic Colors of #fca11d

#fca11d #1dfca1 #a11dfc

Analogous Colors of #fca11d

#fca11d #e8fc1d #fc321d

Monochromatic Colors of #fca11d

#fca11d

Complementary Color

#fca11d #1d78fc

#fca11d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca11d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca11d Color CSS Codes

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

#fca11d Text Font Color

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

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


#fca11d Background Color

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

This div background color is #fca11d


#fca11d Border Color

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

This div border color is #fca11d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca11d

Related Colors


Comments

No comments written yet.

Please login to write comment.