Color Hex Logo

#fcaf62 Color Hex

#FCAF62
(252,175,98)
0 Favorites   0 Comments

Color spaces of #fcaf62

RGB 25217598
HSL0.080.960.69
HSV30°61°99°
CMYK 0.000.310.61   0.01
XYZ57.679552.237218.5980
Yxy52.23720.44880.4065
Hunter Lab72.275315.970635.3361
CIE-Lab77.422520.632750.1050

#fcaf62 color RGB value is (252,175,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101111 01100010
Octal 374 257 142
Decimal 252 175 98
Hex FC AF 62

RGB Percentages of Color #fcaf62

%48.00
%33.33
%18.67

CMYK Percentages of Color #fcaf62

%0
%31
%61
%1

Triadic Colors of #fcaf62

#fcaf62 #62fcaf #af62fc

Analogous Colors of #fcaf62

#fcaf62 #fcfc62 #fc6262

Monochromatic Colors of #fcaf62

#fcaf62

Complementary Color

#fcaf62 #62affc

#fcaf62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaf62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaf62 Color CSS Codes

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

#fcaf62 Text Font Color

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

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


#fcaf62 Background Color

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

This div background color is #fcaf62


#fcaf62 Border Color

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

This div border color is #fcaf62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaf62

Related Colors


Comments

No comments written yet.

Please login to write comment.