Color Hex Logo

#fcb423 Color Hex

#FCB423
(252,180,35)
0 Favorites   0 Comments

Color spaces of #fcb423

RGB 25218035
HSL0.110.970.56
HSV40°86°99°
CMYK 0.000.290.86   0.01
XYZ56.769553.45938.9167
Yxy53.45930.47650.4487
Hunter Lab73.115910.640343.9505
CIE-Lab78.145415.278675.4680

#fcb423 color RGB value is (252,180,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110100 00100011
Octal 374 264 43
Decimal 252 180 35
Hex FC B4 23

RGB Percentages of Color #fcb423

%53.96
%38.54
%7.49

CMYK Percentages of Color #fcb423

%0
%29
%86
%1

Triadic Colors of #fcb423

#fcb423 #23fcb4 #b423fc

Analogous Colors of #fcb423

#fcb423 #d8fc23 #fc4823

Monochromatic Colors of #fcb423

#fcb423

Complementary Color

#fcb423 #236bfc

#fcb423 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb423 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb423 Color CSS Codes

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

#fcb423 Text Font Color

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

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


#fcb423 Background Color

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

This div background color is #fcb423


#fcb423 Border Color

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

This div border color is #fcb423


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb423


Comments

No comments written yet.

Please login to write comment.