Color Hex Logo

#fca40a Color Hex

#FCA40A
(252,164,10)
0 Favorites   0 Comments

Color spaces of #fca40a

RGB 25216410
HSL0.110.980.51
HSV38°96°99°
CMYK 0.000.350.96   0.01
XYZ53.475147.26836.5924
Yxy47.26830.49820.4404
Hunter Lab68.751918.521042.4412
CIE-Lab74.361123.282377.2609

#fca40a color RGB value is (252,164,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100100 00001010
Octal 374 244 12
Decimal 252 164 10
Hex FC A4 A

RGB Percentages of Color #fca40a

%59.15
%38.50
%2.35

CMYK Percentages of Color #fca40a

%0
%35
%96
%1

Triadic Colors of #fca40a

#fca40a #0afca4 #a40afc

Analogous Colors of #fca40a

#fca40a #dbfc0a #fc2b0a

Monochromatic Colors of #fca40a

#fca40a

Complementary Color

#fca40a #0a62fc

#fca40a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca40a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca40a Color CSS Codes

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

#fca40a Text Font Color

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

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


#fca40a Background Color

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

This div background color is #fca40a


#fca40a Border Color

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

This div border color is #fca40a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca40a


Comments

No comments written yet.

Please login to write comment.