Color Hex Logo

#fcb621 Color Hex

#FCB621
(252,182,33)
0 Favorites   0 Comments

Color spaces of #fcb621

RGB 25218233
HSL0.110.970.56
HSV41°87°99°
CMYK 0.000.280.87   0.01
XYZ57.147354.26118.9003
Yxy54.26110.47500.4510
Hunter Lab73.66219.572144.3997
CIE-Lab78.613714.191976.3288

#fcb621 color RGB value is (252,182,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110110 00100001
Octal 374 266 41
Decimal 252 182 33
Hex FC B6 21

RGB Percentages of Color #fcb621

%53.96
%38.97
%7.07

CMYK Percentages of Color #fcb621

%0
%28
%87
%1

Triadic Colors of #fcb621

#fcb621 #21fcb6 #b621fc

Analogous Colors of #fcb621

#fcb621 #d5fc21 #fc4921

Monochromatic Colors of #fcb621

#fcb621

Complementary Color

#fcb621 #2167fc

#fcb621 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb621 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb621 Color CSS Codes

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

#fcb621 Text Font Color

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

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


#fcb621 Background Color

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

This div background color is #fcb621


#fcb621 Border Color

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

This div border color is #fcb621


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb621


Comments

No comments written yet.

Please login to write comment.