Color Hex Logo

#fca21d Color Hex

#FCA21D
(252,162,29)
0 Favorites   0 Comments

Color spaces of #fca21d

RGB 25216229
HSL0.100.970.55
HSV36°88°99°
CMYK 0.000.360.88   0.01
XYZ53.287046.62487.3534
Yxy46.62480.49680.4347
Hunter Lab68.282419.805841.4126
CIE-Lab73.949124.573373.6382

#fca21d color RGB value is (252,162,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100010 00011101
Octal 374 242 35
Decimal 252 162 29
Hex FC A2 1D

RGB Percentages of Color #fca21d

%56.88
%36.57
%6.55

CMYK Percentages of Color #fca21d

%0
%36
%88
%1

Triadic Colors of #fca21d

#fca21d #1dfca2 #a21dfc

Analogous Colors of #fca21d

#fca21d #e7fc1d #fc331d

Monochromatic Colors of #fca21d

#fca21d

Complementary Color

#fca21d #1d77fc

#fca21d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca21d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca21d Color CSS Codes

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

#fca21d Text Font Color

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

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


#fca21d Background Color

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

This div background color is #fca21d


#fca21d Border Color

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

This div border color is #fca21d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca21d


Comments

No comments written yet.

Please login to write comment.