Color Hex Logo

#fca65a Color Hex

#FCA65A
(252,166,90)
0 Favorites   0 Comments

Color spaces of #fca65a

RGB 25216690
HSL0.080.960.67
HSV28°64°99°
CMYK 0.000.340.64   0.01
XYZ55.626648.706116.1422
Yxy48.70610.46170.4043
Hunter Lab69.789820.143135.1392
CIE-Lab75.268124.835751.5072

#fca65a color RGB value is (252,166,90).

#fca65a hex color red value is 252, green value is 166 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #fca65a hue: 0.08 , saturation: 0.96 and the lightness value of fca65a is 0.67.

The process color (four color CMYK) of #fca65a color hex is 0.00, 0.34, 0.64, 0.01. Web safe color of #fca65a is #ff9966. Color #fca65a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100110 01011010
Octal 374 246 132
Decimal 252 166 90
Hex FC A6 5A

RGB Percentages of Color #fca65a

%49.61
%32.68
%17.72

CMYK Percentages of Color #fca65a

%0
%34
%64
%1

Triadic Colors of #fca65a

#fca65a #5afca6 #a65afc

Analogous Colors of #fca65a

#fca65a #fcf75a #fc5a5f

Monochromatic Colors of #fca65a

#fca65a

Complementary Color

#fca65a #5ab0fc

#fca65a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca65a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca65a Color CSS Codes

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

#fca65a Text Font Color

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

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


#fca65a Background Color

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

This div background color is #fca65a


#fca65a Border Color

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

This div border color is #fca65a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca65a


Comments

No comments written yet.

Please login to write comment.