Color Hex Logo

#fcaf22 Color Hex

#FCAF22
(252,175,34)
0 Favorites   0 Comments

Color spaces of #fcaf22

RGB 25217534
HSL0.110.970.56
HSV39°87°99°
CMYK 0.000.310.87   0.01
XYZ55.763651.47098.5092
Yxy51.47090.48180.4447
Hunter Lab71.743213.191443.1881
CIE-Lab76.963417.871674.7738

#fcaf22 color RGB value is (252,175,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101111 00100010
Octal 374 257 42
Decimal 252 175 34
Hex FC AF 22

RGB Percentages of Color #fcaf22

%54.66
%37.96
%7.38

CMYK Percentages of Color #fcaf22

%0
%31
%87
%1

Triadic Colors of #fcaf22

#fcaf22 #22fcaf #af22fc

Analogous Colors of #fcaf22

#fcaf22 #dcfc22 #fc4222

Monochromatic Colors of #fcaf22

#fcaf22

Complementary Color

#fcaf22 #226ffc

#fcaf22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaf22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaf22 Color CSS Codes

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

#fcaf22 Text Font Color

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

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


#fcaf22 Background Color

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

This div background color is #fcaf22


#fcaf22 Border Color

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

This div border color is #fcaf22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaf22

Related Colors


Comments

No comments written yet.

Please login to write comment.