Color Hex Logo

#fcb819 Color Hex

#FCB819
(252,184,25)
0 Favorites   0 Comments

Color spaces of #fcb819

RGB 25218425
HSL0.120.970.54
HSV42°90°99°
CMYK 0.000.270.90   0.01
XYZ57.460855.04668.5162
Yxy55.04660.47480.4548
Hunter Lab74.19348.405045.1298
CIE-Lab79.068113.003778.3792

#fcb819 color RGB value is (252,184,25).

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

The process color (four color CMYK) of #fcb819 color hex is 0.00, 0.27, 0.90, 0.01. Web safe color of #fcb819 is #ffcc00. Color #fcb819 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111000 00011001
Octal 374 270 31
Decimal 252 184 25
Hex FC B8 19

RGB Percentages of Color #fcb819

%54.66
%39.91
%5.42

CMYK Percentages of Color #fcb819

%0
%27
%90
%1

Triadic Colors of #fcb819

#fcb819 #19fcb8 #b819fc

Analogous Colors of #fcb819

#fcb819 #cffc19 #fc4619

Monochromatic Colors of #fcb819

#fcb819

Complementary Color

#fcb819 #195dfc

#fcb819 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb819 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb819 Color CSS Codes

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

#fcb819 Text Font Color

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

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


#fcb819 Background Color

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

This div background color is #fcb819


#fcb819 Border Color

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

This div border color is #fcb819


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb819


Comments

No comments written yet.

Please login to write comment.