Color Hex Logo

#fca228 Color Hex

#FCA228
(252,162,40)
0 Favorites   0 Comments

Color spaces of #fca228

RGB 25216240
HSL0.100.970.57
HSV35°84°99°
CMYK 0.000.360.84   0.01
XYZ53.448246.68938.2024
Yxy46.68930.49330.4310
Hunter Lab68.329620.048140.7134
CIE-Lab73.990624.809970.6886

#fca228 color RGB value is (252,162,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100010 00101000
Octal 374 242 50
Decimal 252 162 40
Hex FC A2 28

RGB Percentages of Color #fca228

%55.51
%35.68
%8.81

CMYK Percentages of Color #fca228

%0
%36
%84
%1

Triadic Colors of #fca228

#fca228 #28fca2 #a228fc

Analogous Colors of #fca228

#fca228 #ecfc28 #fc3828

Monochromatic Colors of #fca228

#fca228

Complementary Color

#fca228 #2882fc

#fca228 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca228 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca228 Color CSS Codes

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

#fca228 Text Font Color

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

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


#fca228 Background Color

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

This div background color is #fca228


#fca228 Border Color

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

This div border color is #fca228


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca228


Comments

No comments written yet.

Please login to write comment.