Color Hex Logo

#fcae22 Color Hex

#FCAE22
(252,174,34)
0 Favorites   0 Comments

Color spaces of #fcae22

RGB 25217434
HSL0.110.970.56
HSV39°87°99°
CMYK 0.000.310.87   0.01
XYZ55.569751.08308.4445
Yxy51.08300.48280.4438
Hunter Lab71.472413.706943.0255
CIE-Lab76.729318.395074.5874

#fcae22 color RGB value is (252,174,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101110 00100010
Octal 374 256 42
Decimal 252 174 34
Hex FC AE 22

RGB Percentages of Color #fcae22

%54.78
%37.83
%7.39

CMYK Percentages of Color #fcae22

%0
%31
%87
%1

Triadic Colors of #fcae22

#fcae22 #22fcae #ae22fc

Analogous Colors of #fcae22

#fcae22 #ddfc22 #fc4122

Monochromatic Colors of #fcae22

#fcae22

Complementary Color

#fcae22 #2270fc

#fcae22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcae22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcae22 Color CSS Codes

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

#fcae22 Text Font Color

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

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


#fcae22 Background Color

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

This div background color is #fcae22


#fcae22 Border Color

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

This div border color is #fcae22


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,174,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 #fcae22">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcae22

Related Colors


Comments

No comments written yet.

Please login to write comment.