Color Hex Logo

#fca15e Color Hex

#FCA15E
(252,161,94)
0 Favorites   0 Comments

Color spaces of #fca15e

RGB 25216194
HSL0.070.960.68
HSV25°63°99°
CMYK 0.000.360.63   0.01
XYZ54.910146.993316.7662
Yxy46.99330.46270.3960
Hunter Lab68.551723.013733.4852
CIE-Lab74.185527.698848.2938

#fca15e color RGB value is (252,161,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100001 01011110
Octal 374 241 136
Decimal 252 161 94
Hex FC A1 5E

RGB Percentages of Color #fca15e

%49.70
%31.76
%18.54

CMYK Percentages of Color #fca15e

%0
%36
%63
%1

Triadic Colors of #fca15e

#fca15e #5efca1 #a15efc

Analogous Colors of #fca15e

#fca15e #fcf05e #fc5e6a

Monochromatic Colors of #fca15e

#fca15e

Complementary Color

#fca15e #5eb9fc

#fca15e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca15e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca15e Color CSS Codes

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

#fca15e Text Font Color

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

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


#fca15e Background Color

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

This div background color is #fca15e


#fca15e Border Color

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

This div border color is #fca15e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca15e

Related Colors


Comments

No comments written yet.

Please login to write comment.