Color Hex Logo

#fca408 Color Hex

#FCA408
(252,164,8)
0 Favorites   0 Comments

Color spaces of #fca408

RGB 2521648
HSL0.110.980.51
HSV38°97°99°
CMYK 0.000.350.97   0.01
XYZ53.464247.26396.5347
Yxy47.26390.49840.4406
Hunter Lab68.748718.504742.4885
CIE-Lab74.358323.266377.4859

#fca408 color RGB value is (252,164,8).

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

The process color (four color CMYK) of #fca408 color hex is 0.00, 0.35, 0.97, 0.01. Web safe color of #fca408 is #ff9900. Color #fca408 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100100 00001000
Octal 374 244 10
Decimal 252 164 8
Hex FC A4 8

RGB Percentages of Color #fca408

%59.43
%38.68
%1.89

CMYK Percentages of Color #fca408

%0
%35
%97
%1

Triadic Colors of #fca408

#fca408 #08fca4 #a408fc

Analogous Colors of #fca408

#fca408 #dafc08 #fc2a08

Monochromatic Colors of #fca408

#fca408

Complementary Color

#fca408 #0860fc

#fca408 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca408 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca408 Color CSS Codes

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

#fca408 Text Font Color

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

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


#fca408 Background Color

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

This div background color is #fca408


#fca408 Border Color

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

This div border color is #fca408


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca408


Comments

No comments written yet.

Please login to write comment.