Color Hex Logo

#fca628 Color Hex

#FCA628
(252,166,40)
0 Favorites   0 Comments

Color spaces of #fca628

RGB 25216640
HSL0.100.970.57
HSV36°84°99°
CMYK 0.000.340.84   0.01
XYZ54.164148.12118.4410
Yxy48.12110.48920.4346
Hunter Lab69.369417.977741.3440
CIE-Lab74.901222.719171.4474

#fca628 color RGB value is (252,166,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100110 00101000
Octal 374 246 50
Decimal 252 166 40
Hex FC A6 28

RGB Percentages of Color #fca628

%55.02
%36.24
%8.73

CMYK Percentages of Color #fca628

%0
%34
%84
%1

Triadic Colors of #fca628

#fca628 #28fca6 #a628fc

Analogous Colors of #fca628

#fca628 #e8fc28 #fc3c28

Monochromatic Colors of #fca628

#fca628

Complementary Color

#fca628 #287efc

#fca628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca628 Color CSS Codes

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

#fca628 Text Font Color

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

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


#fca628 Background Color

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

This div background color is #fca628


#fca628 Border Color

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

This div border color is #fca628


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca628

Related Colors


Comments

No comments written yet.

Please login to write comment.