Color Hex Logo

#fcb428 Color Hex

#FCB428
(252,180,40)
0 Favorites   0 Comments

Color spaces of #fcb428

RGB 25218040
HSL0.110.970.57
HSV40°84°99°
CMYK 0.000.290.84   0.01
XYZ56.849153.49129.3360
Yxy53.49120.47500.4470
Hunter Lab73.137710.755143.6280
CIE-Lab78.164115.394674.1597

#fcb428 color RGB value is (252,180,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110100 00101000
Octal 374 264 50
Decimal 252 180 40
Hex FC B4 28

RGB Percentages of Color #fcb428

%53.39
%38.14
%8.47

CMYK Percentages of Color #fcb428

%0
%29
%84
%1

Triadic Colors of #fcb428

#fcb428 #28fcb4 #b428fc

Analogous Colors of #fcb428

#fcb428 #dafc28 #fc4a28

Monochromatic Colors of #fcb428

#fcb428

Complementary Color

#fcb428 #2870fc

#fcb428 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb428 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb428 Color CSS Codes

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

#fcb428 Text Font Color

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

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


#fcb428 Background Color

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

This div background color is #fcb428


#fcb428 Border Color

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

This div border color is #fcb428


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb428


Comments

No comments written yet.

Please login to write comment.