Color Hex Logo

#fcad2a Color Hex

#FCAD2A
(252,173,42)
0 Favorites   0 Comments

Color spaces of #fcad2a

RGB 25217342
HSL0.100.970.58
HSV37°83°99°
CMYK 0.000.310.83   0.01
XYZ55.506450.74989.0607
Yxy50.74980.48130.4401
Hunter Lab71.238914.411842.3263
CIE-Lab76.527219.107172.2130

#fcad2a color RGB value is (252,173,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 00101010
Octal 374 255 52
Decimal 252 173 42
Hex FC AD 2A

RGB Percentages of Color #fcad2a

%53.96
%37.04
%8.99

CMYK Percentages of Color #fcad2a

%0
%31
%83
%1

Triadic Colors of #fcad2a

#fcad2a #2afcad #ad2afc

Analogous Colors of #fcad2a

#fcad2a #e2fc2a #fc442a

Monochromatic Colors of #fcad2a

#fcad2a

Complementary Color

#fcad2a #2a79fc

#fcad2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcad2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcad2a Color CSS Codes

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

#fcad2a Text Font Color

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

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


#fcad2a Background Color

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

This div background color is #fcad2a


#fcad2a Border Color

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

This div border color is #fcad2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcad2a


Comments

No comments written yet.

Please login to write comment.