Color Hex Logo

#fcad0a Color Hex

#FCAD0A
(252,173,10)
0 Favorites   0 Comments

Color spaces of #fcad0a

RGB 25217310
HSL0.110.980.51
HSV40°96°99°
CMYK 0.000.310.96   0.01
XYZ55.143250.60457.1484
Yxy50.60450.48840.4482
Hunter Lab71.136813.878543.8379
CIE-Lab76.438818.574678.6947

#fcad0a color RGB value is (252,173,10).

#fcad0a hex color red value is 252, green value is 173 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #fcad0a hue: 0.11 , saturation: 0.98 and the lightness value of fcad0a is 0.51.

The process color (four color CMYK) of #fcad0a color hex is 0.00, 0.31, 0.96, 0.01. Web safe color of #fcad0a is #ff9900. Color #fcad0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 00001010
Octal 374 255 12
Decimal 252 173 10
Hex FC AD A

RGB Percentages of Color #fcad0a

%57.93
%39.77
%2.30

CMYK Percentages of Color #fcad0a

%0
%31
%96
%1

Triadic Colors of #fcad0a

#fcad0a #0afcad #ad0afc

Analogous Colors of #fcad0a

#fcad0a #d2fc0a #fc340a

Monochromatic Colors of #fcad0a

#fcad0a

Complementary Color

#fcad0a #0a59fc

#fcad0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcad0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcad0a Color CSS Codes

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

#fcad0a Text Font Color

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

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


#fcad0a Background Color

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

This div background color is #fcad0a


#fcad0a Border Color

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

This div border color is #fcad0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcad0a


Comments

No comments written yet.

Please login to write comment.