Color Hex Logo

#fcb932 Color Hex

#FCB932
(252,185,50)
0 Favorites   0 Comments

Color spaces of #fcb932

RGB 25218550
HSL0.110.970.59
HSV40°80°99°
CMYK 0.000.270.80   0.01
XYZ58.069655.623710.6935
Yxy55.62370.46680.4472
Hunter Lab74.58138.464343.7059
CIE-Lab79.399213.064572.2065

#fcb932 color RGB value is (252,185,50).

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

The process color (four color CMYK) of #fcb932 color hex is 0.00, 0.27, 0.80, 0.01. Web safe color of #fcb932 is #ffcc33. Color #fcb932 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111001 00110010
Octal 374 271 62
Decimal 252 185 50
Hex FC B9 32

RGB Percentages of Color #fcb932

%51.75
%37.99
%10.27

CMYK Percentages of Color #fcb932

%0
%27
%80
%1

Triadic Colors of #fcb932

#fcb932 #32fcb9 #b932fc

Analogous Colors of #fcb932

#fcb932 #dafc32 #fc5432

Monochromatic Colors of #fcb932

#fcb932

Complementary Color

#fcb932 #3275fc

#fcb932 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb932 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb932 Color CSS Codes

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

#fcb932 Text Font Color

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

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


#fcb932 Background Color

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

This div background color is #fcb932


#fcb932 Border Color

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

This div border color is #fcb932


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb932

Related Colors


Comments

No comments written yet.

Please login to write comment.