Color Hex Logo

#fca008 Color Hex

#FCA008
(252,160,8)
0 Favorites   0 Comments

Color spaces of #fca008

RGB 2521608
HSL0.100.980.51
HSV37°97°99°
CMYK 0.000.370.97   0.01
XYZ52.759545.85466.2998
Yxy45.85460.50290.4371
Hunter Lab67.716020.571441.8853
CIE-Lab73.451125.355176.8715

#fca008 color RGB value is (252,160,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100000 00001000
Octal 374 240 10
Decimal 252 160 8
Hex FC A0 8

RGB Percentages of Color #fca008

%60.00
%38.10
%1.90

CMYK Percentages of Color #fca008

%0
%37
%97
%1

Triadic Colors of #fca008

#fca008 #08fca0 #a008fc

Analogous Colors of #fca008

#fca008 #defc08 #fc2608

Monochromatic Colors of #fca008

#fca008

Complementary Color

#fca008 #0864fc

#fca008 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca008 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca008 Color CSS Codes

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

#fca008 Text Font Color

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

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


#fca008 Background Color

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

This div background color is #fca008


#fca008 Border Color

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

This div border color is #fca008


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca008

Related Colors


Comments

No comments written yet.

Please login to write comment.