Color Hex Logo

#fca35e Color Hex

#FCA35E
(252,163,94)
0 Favorites   0 Comments

Color spaces of #fca35e

RGB 25216394
HSL0.070.960.68
HSV26°63°99°
CMYK 0.000.350.63   0.01
XYZ55.262547.698016.8837
Yxy47.69800.46110.3980
Hunter Lab69.063721.968233.8503
CIE-Lab74.634026.654248.8174

#fca35e color RGB value is (252,163,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100011 01011110
Octal 374 243 136
Decimal 252 163 94
Hex FC A3 5E

RGB Percentages of Color #fca35e

%49.51
%32.02
%18.47

CMYK Percentages of Color #fca35e

%0
%35
%63
%1

Triadic Colors of #fca35e

#fca35e #5efca3 #a35efc

Analogous Colors of #fca35e

#fca35e #fcf25e #fc5e68

Monochromatic Colors of #fca35e

#fca35e

Complementary Color

#fca35e #5eb7fc

#fca35e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca35e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca35e Color CSS Codes

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

#fca35e Text Font Color

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

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


#fca35e Background Color

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

This div background color is #fca35e


#fca35e Border Color

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

This div border color is #fca35e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca35e


Comments

No comments written yet.

Please login to write comment.