Color Hex Logo

#fcb604 Color Hex

#FCB604
(252,182,4)
0 Favorites   0 Comments

Color spaces of #fcb604

RGB 2521824
HSL0.120.980.50
HSV43°98°99°
CMYK 0.000.280.98   0.01
XYZ56.894754.16017.5701
Yxy54.16010.47960.4566
Hunter Lab73.59359.208545.4167
CIE-Lab78.555013.822480.7870

#fcb604 color RGB value is (252,182,4).

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

The process color (four color CMYK) of #fcb604 color hex is 0.00, 0.28, 0.98, 0.01. Web safe color of #fcb604 is #ffcc00. Color #fcb604 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110110 00000100
Octal 374 266 4
Decimal 252 182 4
Hex FC B6 4

RGB Percentages of Color #fcb604

%57.53
%41.55
%0.91

CMYK Percentages of Color #fcb604

%0
%28
%98
%1

Triadic Colors of #fcb604

#fcb604 #04fcb6 #b604fc

Analogous Colors of #fcb604

#fcb604 #c6fc04 #fc3a04

Monochromatic Colors of #fcb604

#fcb604

Complementary Color

#fcb604 #044afc

#fcb604 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb604 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb604 Color CSS Codes

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

#fcb604 Text Font Color

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

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


#fcb604 Background Color

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

This div background color is #fcb604


#fcb604 Border Color

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

This div border color is #fcb604


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb604

Related Colors


Comments

No comments written yet.

Please login to write comment.