Color Hex Logo

#fca31d Color Hex

#FCA31D
(252,163,29)
0 Favorites   0 Comments

Color spaces of #fca31d

RGB 25216329
HSL0.100.970.55
HSV36°88°99°
CMYK 0.000.350.88   0.01
XYZ53.463846.97857.4123
Yxy46.97850.49570.4356
Hunter Lab68.540919.288541.5667
CIE-Lab74.176024.050873.8125

#fca31d color RGB value is (252,163,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100011 00011101
Octal 374 243 35
Decimal 252 163 29
Hex FC A3 1D

RGB Percentages of Color #fca31d

%56.76
%36.71
%6.53

CMYK Percentages of Color #fca31d

%0
%35
%88
%1

Triadic Colors of #fca31d

#fca31d #1dfca3 #a31dfc

Analogous Colors of #fca31d

#fca31d #e6fc1d #fc341d

Monochromatic Colors of #fca31d

#fca31d

Complementary Color

#fca31d #1d76fc

#fca31d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca31d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca31d Color CSS Codes

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

#fca31d Text Font Color

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

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


#fca31d Background Color

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

This div background color is #fca31d


#fca31d Border Color

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

This div border color is #fca31d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca31d


Comments

No comments written yet.

Please login to write comment.