Color Hex Logo

#fcaf58 Color Hex

#FCAF58
(252,175,88)
0 Favorites   0 Comments

Color spaces of #fcaf58

RGB 25217588
HSL0.090.960.67
HSV32°65°99°
CMYK 0.000.310.65   0.01
XYZ57.236352.060016.2644
Yxy52.06000.45580.4146
Hunter Lab72.152615.331137.1419
CIE-Lab77.316720.001554.7728

#fcaf58 color RGB value is (252,175,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101111 01011000
Octal 374 257 130
Decimal 252 175 88
Hex FC AF 58

RGB Percentages of Color #fcaf58

%48.93
%33.98
%17.09

CMYK Percentages of Color #fcaf58

%0
%31
%65
%1

Triadic Colors of #fcaf58

#fcaf58 #58fcaf #af58fc

Analogous Colors of #fcaf58

#fcaf58 #f7fc58 #fc5d58

Monochromatic Colors of #fcaf58

#fcaf58

Complementary Color

#fcaf58 #58a5fc

#fcaf58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaf58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaf58 Color CSS Codes

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

#fcaf58 Text Font Color

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

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


#fcaf58 Background Color

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

This div background color is #fcaf58


#fcaf58 Border Color

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

This div border color is #fcaf58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaf58

Related Colors

#fcaf58 Color Palettes


Comments

No comments written yet.

Please login to write comment.