Color Hex Logo

#fcb325 Color Hex

#FCB325
(252,179,37)
0 Favorites   0 Comments

Color spaces of #fcb325

RGB 25217937
HSL0.110.970.57
HSV40°85°99°
CMYK 0.000.290.85   0.01
XYZ56.598953.06929.0106
Yxy53.06920.47690.4472
Hunter Lab72.848611.198543.6605
CIE-Lab77.915815.845874.7684

#fcb325 color RGB value is (252,179,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110011 00100101
Octal 374 263 45
Decimal 252 179 37
Hex FC B3 25

RGB Percentages of Color #fcb325

%53.85
%38.25
%7.91

CMYK Percentages of Color #fcb325

%0
%29
%85
%1

Triadic Colors of #fcb325

#fcb325 #25fcb3 #b325fc

Analogous Colors of #fcb325

#fcb325 #dafc25 #fc4725

Monochromatic Colors of #fcb325

#fcb325

Complementary Color

#fcb325 #256efc

#fcb325 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb325 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb325 Color CSS Codes

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

#fcb325 Text Font Color

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

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


#fcb325 Background Color

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

This div background color is #fcb325


#fcb325 Border Color

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

This div border color is #fcb325


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb325

Related Colors


Comments

No comments written yet.

Please login to write comment.