Color Hex Logo

#fcb421 Color Hex

#FCB421
(252,180,33)
0 Favorites   0 Comments

Color spaces of #fcb421

RGB 25218033
HSL0.110.970.56
HSV40°87°99°
CMYK 0.000.290.87   0.01
XYZ56.740753.44788.7647
Yxy53.44780.47700.4493
Hunter Lab73.108010.598744.0675
CIE-Lab78.138615.236575.9527

#fcb421 color RGB value is (252,180,33).

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

The process color (four color CMYK) of #fcb421 color hex is 0.00, 0.29, 0.87, 0.01. Web safe color of #fcb421 is #ffcc33. Color #fcb421 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110100 00100001
Octal 374 264 41
Decimal 252 180 33
Hex FC B4 21

RGB Percentages of Color #fcb421

%54.19
%38.71
%7.10

CMYK Percentages of Color #fcb421

%0
%29
%87
%1

Triadic Colors of #fcb421

#fcb421 #21fcb4 #b421fc

Analogous Colors of #fcb421

#fcb421 #d7fc21 #fc4721

Monochromatic Colors of #fcb421

#fcb421

Complementary Color

#fcb421 #2169fc

#fcb421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb421 Color CSS Codes

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

#fcb421 Text Font Color

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

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


#fcb421 Background Color

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

This div background color is #fcb421


#fcb421 Border Color

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

This div border color is #fcb421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb421

Related Colors

#fcb421 Color Palettes


Comments

No comments written yet.

Please login to write comment.