Color Hex Logo

#fca45f Color Hex

#FCA45F
(252,164,95)
0 Favorites   0 Comments

Color spaces of #fca45f

RGB 25216495
HSL0.070.960.68
HSV26°62°99°
CMYK 0.000.350.62   0.01
XYZ55.485948.072617.1810
Yxy48.07260.45960.3982
Hunter Lab69.334421.512133.8421
CIE-Lab74.870726.195848.5984

#fca45f color RGB value is (252,164,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100100 01011111
Octal 374 244 137
Decimal 252 164 95
Hex FC A4 5F

RGB Percentages of Color #fca45f

%49.32
%32.09
%18.59

CMYK Percentages of Color #fca45f

%0
%35
%62
%1

Triadic Colors of #fca45f

#fca45f #5ffca4 #a45ffc

Analogous Colors of #fca45f

#fca45f #fcf35f #fc5f69

Monochromatic Colors of #fca45f

#fca45f

Complementary Color

#fca45f #5fb7fc

#fca45f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca45f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca45f Color CSS Codes

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

#fca45f Text Font Color

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

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


#fca45f Background Color

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

This div background color is #fca45f


#fca45f Border Color

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

This div border color is #fca45f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca45f

Related Colors


Comments

No comments written yet.

Please login to write comment.