Color Hex Logo

#fca35a Color Hex

#FCA35A
(252,163,90)
0 Favorites   0 Comments

Color spaces of #fca35a

RGB 25216390
HSL0.080.960.67
HSV27°64°99°
CMYK 0.000.350.64   0.01
XYZ55.087547.628015.9626
Yxy47.62800.46420.4013
Hunter Lab69.013021.709234.5955
CIE-Lab74.589726.404550.7315

#fca35a color RGB value is (252,163,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100011 01011010
Octal 374 243 132
Decimal 252 163 90
Hex FC A3 5A

RGB Percentages of Color #fca35a

%49.90
%32.28
%17.82

CMYK Percentages of Color #fca35a

%0
%35
%64
%1

Triadic Colors of #fca35a

#fca35a #5afca3 #a35afc

Analogous Colors of #fca35a

#fca35a #fcf45a #fc5a62

Monochromatic Colors of #fca35a

#fca35a

Complementary Color

#fca35a #5ab3fc

#fca35a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca35a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca35a Color CSS Codes

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

#fca35a Text Font Color

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

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


#fca35a Background Color

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

This div background color is #fca35a


#fca35a Border Color

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

This div border color is #fca35a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca35a


Comments

No comments written yet.

Please login to write comment.