Color Hex Logo

#fcaf40 Color Hex

#FCAF40
(252,175,64)
0 Favorites   0 Comments

Color spaces of #fcaf40

RGB 25217564
HSL0.100.970.62
HSV35°75°99°
CMYK 0.000.310.75   0.01
XYZ56.400351.725611.8619
Yxy51.72560.47010.4311
Hunter Lab71.920514.119440.5656
CIE-Lab77.116518.798865.0255

#fcaf40 color RGB value is (252,175,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101111 01000000
Octal 374 257 100
Decimal 252 175 64
Hex FC AF 40

RGB Percentages of Color #fcaf40

%51.32
%35.64
%13.03

CMYK Percentages of Color #fcaf40

%0
%31
%75
%1

Triadic Colors of #fcaf40

#fcaf40 #40fcaf #af40fc

Analogous Colors of #fcaf40

#fcaf40 #ebfc40 #fc5140

Monochromatic Colors of #fcaf40

#fcaf40

Complementary Color

#fcaf40 #408dfc

#fcaf40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaf40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaf40 Color CSS Codes

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

#fcaf40 Text Font Color

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

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


#fcaf40 Background Color

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

This div background color is #fcaf40


#fcaf40 Border Color

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

This div border color is #fcaf40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaf40


Comments

No comments written yet.

Please login to write comment.