Color Hex Logo

#fcaf54 Color Hex

#FCAF54
(252,175,84)
0 Favorites   0 Comments

Color spaces of #fcaf54

RGB 25217584
HSL0.090.970.66
HSV33°67°99°
CMYK 0.000.310.67   0.01
XYZ57.075151.995515.4155
Yxy51.99550.45850.4177
Hunter Lab72.107915.098137.8003
CIE-Lab77.278119.770956.5856

#fcaf54 color RGB value is (252,175,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101111 01010100
Octal 374 257 124
Decimal 252 175 84
Hex FC AF 54

RGB Percentages of Color #fcaf54

%49.32
%34.25
%16.44

CMYK Percentages of Color #fcaf54

%0
%31
%67
%1

Triadic Colors of #fcaf54

#fcaf54 #54fcaf #af54fc

Analogous Colors of #fcaf54

#fcaf54 #f5fc54 #fc5b54

Monochromatic Colors of #fcaf54

#fcaf54

Complementary Color

#fcaf54 #54a1fc

#fcaf54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaf54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaf54 Color CSS Codes

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

#fcaf54 Text Font Color

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

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


#fcaf54 Background Color

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

This div background color is #fcaf54


#fcaf54 Border Color

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

This div border color is #fcaf54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaf54

Related Colors


Comments

No comments written yet.

Please login to write comment.