Color Hex Logo

#fcb408 Color Hex

#FCB408
(252,180,8)
0 Favorites   0 Comments

Color spaces of #fcb408

RGB 2521808
HSL0.120.980.51
HSV42°97°99°
CMYK 0.000.290.97   0.01
XYZ56.510053.35557.5500
Yxy53.35550.48130.4544
Hunter Lab73.044810.265245.0031
CIE-Lab78.084414.898880.0485

#fcb408 color RGB value is (252,180,8).

#fcb408 hex color red value is 252, green value is 180 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #fcb408 hue: 0.12 , saturation: 0.98 and the lightness value of fcb408 is 0.51.

The process color (four color CMYK) of #fcb408 color hex is 0.00, 0.29, 0.97, 0.01. Web safe color of #fcb408 is #ffcc00. Color #fcb408 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110100 00001000
Octal 374 264 10
Decimal 252 180 8
Hex FC B4 8

RGB Percentages of Color #fcb408

%57.27
%40.91
%1.82

CMYK Percentages of Color #fcb408

%0
%29
%97
%1

Triadic Colors of #fcb408

#fcb408 #08fcb4 #b408fc

Analogous Colors of #fcb408

#fcb408 #cafc08 #fc3a08

Monochromatic Colors of #fcb408

#fcb408

Complementary Color

#fcb408 #0850fc

#fcb408 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb408 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb408 Color CSS Codes

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

#fcb408 Text Font Color

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

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


#fcb408 Background Color

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

This div background color is #fcb408


#fcb408 Border Color

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

This div border color is #fcb408


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb408


Comments

No comments written yet.

Please login to write comment.