Color Hex Logo

#fcaf20 Color Hex

#FCAF20
(252,175,32)
0 Favorites   0 Comments

Color spaces of #fcaf20

RGB 25217532
HSL0.110.970.56
HSV39°87°99°
CMYK 0.000.310.87   0.01
XYZ55.735651.45978.3616
Yxy51.45970.48230.4453
Hunter Lab71.735413.150543.3039
CIE-Lab76.956617.830675.2595

#fcaf20 color RGB value is (252,175,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101111 00100000
Octal 374 257 40
Decimal 252 175 32
Hex FC AF 20

RGB Percentages of Color #fcaf20

%54.90
%38.13
%6.97

CMYK Percentages of Color #fcaf20

%0
%31
%87
%1

Triadic Colors of #fcaf20

#fcaf20 #20fcaf #af20fc

Analogous Colors of #fcaf20

#fcaf20 #dbfc20 #fc4120

Monochromatic Colors of #fcaf20

#fcaf20

Complementary Color

#fcaf20 #206dfc

#fcaf20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaf20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaf20 Color CSS Codes

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

#fcaf20 Text Font Color

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

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


#fcaf20 Background Color

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

This div background color is #fcaf20


#fcaf20 Border Color

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

This div border color is #fcaf20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaf20


Comments

No comments written yet.

Please login to write comment.