Color Hex Logo

#fca61f Color Hex

#FCA61F
(252,166,31)
0 Favorites   0 Comments

Color spaces of #fca61f

RGB 25216631
HSL0.100.970.55
HSV37°88°99°
CMYK 0.000.340.88   0.01
XYZ54.028448.06687.7265
Yxy48.06680.49200.4377
Hunter Lab69.330217.775541.9236
CIE-Lab74.867022.520173.8659

#fca61f color RGB value is (252,166,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100110 00011111
Octal 374 246 37
Decimal 252 166 31
Hex FC A6 1F

RGB Percentages of Color #fca61f

%56.12
%36.97
%6.90

CMYK Percentages of Color #fca61f

%0
%34
%88
%1

Triadic Colors of #fca61f

#fca61f #1ffca6 #a61ffc

Analogous Colors of #fca61f

#fca61f #e4fc1f #fc381f

Monochromatic Colors of #fca61f

#fca61f

Complementary Color

#fca61f #1f75fc

#fca61f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca61f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca61f Color CSS Codes

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

#fca61f Text Font Color

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

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


#fca61f Background Color

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

This div background color is #fca61f


#fca61f Border Color

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

This div border color is #fca61f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca61f


Comments

No comments written yet.

Please login to write comment.