Color Hex Logo

#fcaf27 Color Hex

#FCAF27
(252,175,39)
0 Favorites   0 Comments

Color spaces of #fcaf27

RGB 25217539
HSL0.110.970.57
HSV38°85°99°
CMYK 0.000.310.85   0.01
XYZ55.841151.50198.9172
Yxy51.50190.48030.4430
Hunter Lab71.764813.304642.8682
CIE-Lab76.982017.985073.4606

#fcaf27 color RGB value is (252,175,39).

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

The process color (four color CMYK) of #fcaf27 color hex is 0.00, 0.31, 0.85, 0.01. Web safe color of #fcaf27 is #ff9933. Color #fcaf27 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101111 00100111
Octal 374 257 47
Decimal 252 175 39
Hex FC AF 27

RGB Percentages of Color #fcaf27

%54.08
%37.55
%8.37

CMYK Percentages of Color #fcaf27

%0
%31
%85
%1

Triadic Colors of #fcaf27

#fcaf27 #27fcaf #af27fc

Analogous Colors of #fcaf27

#fcaf27 #dffc27 #fc4527

Monochromatic Colors of #fcaf27

#fcaf27

Complementary Color

#fcaf27 #2774fc

#fcaf27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaf27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaf27 Color CSS Codes

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

#fcaf27 Text Font Color

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

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


#fcaf27 Background Color

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

This div background color is #fcaf27


#fcaf27 Border Color

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

This div border color is #fcaf27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaf27


Comments

No comments written yet.

Please login to write comment.