Color Hex Logo

#fca802 Color Hex

#FCA802
(252,168,2)
0 Favorites   0 Comments

Color spaces of #fca802

RGB 2521682
HSL0.110.980.50
HSV40°99°99°
CMYK 0.000.330.99   0.01
XYZ54.158548.70516.6040
Yxy48.70510.49470.4449
Hunter Lab69.789016.390843.2418
CIE-Lab75.267521.126278.7777

#fca802 color RGB value is (252,168,2).

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

The process color (four color CMYK) of #fca802 color hex is 0.00, 0.33, 0.99, 0.01. Web safe color of #fca802 is #ff9900. Color #fca802 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101000 00000010
Octal 374 250 2
Decimal 252 168 2
Hex FC A8 2

RGB Percentages of Color #fca802

%59.72
%39.81
%0.47

CMYK Percentages of Color #fca802

%0
%33
%99
%1

Triadic Colors of #fca802

#fca802 #02fca8 #a802fc

Analogous Colors of #fca802

#fca802 #d3fc02 #fc2b02

Monochromatic Colors of #fca802

#fca802

Complementary Color

#fca802 #0256fc

#fca802 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca802 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca802 Color CSS Codes

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

#fca802 Text Font Color

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

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


#fca802 Background Color

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

This div background color is #fca802


#fca802 Border Color

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

This div border color is #fca802


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca802


Comments

No comments written yet.

Please login to write comment.