color codes Logo

#fca811 color codes

#FCA811
(252,168,17)
0 Favorites   0 Comments

Color spaces of #fca811

RGB 25216817
HSL0.110.980.53
HSV39°93°99°
CMYK 0.000.330.93   0.01
XYZ54.248748.74127.0791
Yxy48.74120.49290.4428
Hunter Lab69.814916.524942.8585
CIE-Lab75.290021.259076.9756

#fca811 color RGB value is (252,168,17).

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

The process color (four color CMYK) of #fca811 color code is 0.00, 0.33, 0.93, 0.01. Web safe color of #fca811 is #ff9900. Color #fca811 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101000 00010001
Octal 374 250 21
Decimal 252 168 17
Hex FC A8 11

RGB Percentages of Color #fca811

%57.67
%38.44
%3.89

CMYK Percentages of Color #fca811

%0
%33
%93
%1

Triadic Colors of #fca811

#fca811 #11fca8 #a811fc

Analogous Colors of #fca811

#fca811 #dbfc11 #fc3311

Monochromatic Colors of #fca811

#fca811

Complementary Color

#fca811 #1165fc

#fca811 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca811 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca811 Color CSS Codes

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

#fca811 Text Font Color

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

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


#fca811 Background Color

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

This div background color is #fca811


#fca811 Border Color

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

This div border color is #fca811


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca811


Comments

No comments written yet.

Please login to write comment.