Color Hex Logo

#fcb828 Color Hex

#FCB828
(252,184,40)
0 Favorites   0 Comments

Color spaces of #fcb828

RGB 25218440
HSL0.110.970.57
HSV41°84°99°
CMYK 0.000.270.84   0.01
XYZ57.668455.12969.6091
Yxy55.12960.47110.4504
Hunter Lab74.24938.702244.3014
CIE-Lab79.115913.306474.9490

#fcb828 color RGB value is (252,184,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111000 00101000
Octal 374 270 50
Decimal 252 184 40
Hex FC B8 28

RGB Percentages of Color #fcb828

%52.94
%38.66
%8.40

CMYK Percentages of Color #fcb828

%0
%27
%84
%1

Triadic Colors of #fcb828

#fcb828 #28fcb8 #b828fc

Analogous Colors of #fcb828

#fcb828 #d6fc28 #fc4e28

Monochromatic Colors of #fcb828

#fcb828

Complementary Color

#fcb828 #286cfc

#fcb828 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb828 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb828 Color CSS Codes

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

#fcb828 Text Font Color

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

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


#fcb828 Background Color

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

This div background color is #fcb828


#fcb828 Border Color

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

This div border color is #fcb828


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb828


Comments

No comments written yet.

Please login to write comment.