Color Hex Logo

#fcad1f Color Hex

#FCAD1F
(252,173,31)
0 Favorites   0 Comments

Color spaces of #fcad1f

RGB 25217331
HSL0.110.970.55
HSV39°88°99°
CMYK 0.000.310.88   0.01
XYZ55.335850.68158.1623
Yxy50.68150.48460.4439
Hunter Lab71.190914.161643.0358
CIE-Lab76.485718.857575.1283

#fcad1f color RGB value is (252,173,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 00011111
Octal 374 255 37
Decimal 252 173 31
Hex FC AD 1F

RGB Percentages of Color #fcad1f

%55.26
%37.94
%6.80

CMYK Percentages of Color #fcad1f

%0
%31
%88
%1

Triadic Colors of #fcad1f

#fcad1f #1ffcad #ad1ffc

Analogous Colors of #fcad1f

#fcad1f #ddfc1f #fc3f1f

Monochromatic Colors of #fcad1f

#fcad1f

Complementary Color

#fcad1f #1f6efc

#fcad1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcad1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcad1f Color CSS Codes

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

#fcad1f Text Font Color

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

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


#fcad1f Background Color

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

This div background color is #fcad1f


#fcad1f Border Color

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

This div border color is #fcad1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcad1f

Related Colors


Comments

No comments written yet.

Please login to write comment.