Color Hex Logo

#fcaf5f Color Hex

#FCAF5F
(252,175,95)
0 Favorites   0 Comments

Color spaces of #fcaf5f

RGB 25217595
HSL0.080.960.68
HSV31°62°99°
CMYK 0.000.310.62   0.01
XYZ57.540452.181617.8658
Yxy52.18160.45100.4090
Hunter Lab72.236815.770135.9020
CIE-Lab77.389320.435051.5236

#fcaf5f color RGB value is (252,175,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101111 01011111
Octal 374 257 137
Decimal 252 175 95
Hex FC AF 5F

RGB Percentages of Color #fcaf5f

%48.28
%33.52
%18.20

CMYK Percentages of Color #fcaf5f

%0
%31
%62
%1

Triadic Colors of #fcaf5f

#fcaf5f #5ffcaf #af5ffc

Analogous Colors of #fcaf5f

#fcaf5f #fbfc5f #fc615f

Monochromatic Colors of #fcaf5f

#fcaf5f

Complementary Color

#fcaf5f #5facfc

#fcaf5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaf5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaf5f Color CSS Codes

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

#fcaf5f Text Font Color

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

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


#fcaf5f Background Color

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

This div background color is #fcaf5f


#fcaf5f Border Color

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

This div border color is #fcaf5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaf5f


Comments

No comments written yet.

Please login to write comment.