Color Hex Logo

#fcca1c Color Hex

#FCCA1C
(252,202,28)
0 Favorites   0 Comments

Color spaces of #fcca1c

RGB 25220228
HSL0.130.970.55
HSV47°89°99°
CMYK 0.000.200.89   0.01
XYZ61.475063.020310.0227
Yxy63.02030.45700.4685
Hunter Lab79.3853-0.696248.0841
CIE-Lab83.45313.727481.1672

#fcca1c color RGB value is (252,202,28).

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

The process color (four color CMYK) of #fcca1c color hex is 0.00, 0.20, 0.89, 0.01. Web safe color of #fcca1c is #ffcc33. Color #fcca1c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001010 00011100
Octal 374 312 34
Decimal 252 202 28
Hex FC CA 1C

RGB Percentages of Color #fcca1c

%52.28
%41.91
%5.81

CMYK Percentages of Color #fcca1c

%0
%20
%89
%1

Triadic Colors of #fcca1c

#fcca1c #1cfcca #ca1cfc

Analogous Colors of #fcca1c

#fcca1c #befc1c #fc5a1c

Monochromatic Colors of #fcca1c

#fcca1c

Complementary Color

#fcca1c #1c4efc

#fcca1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcca1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcca1c Color CSS Codes

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

#fcca1c Text Font Color

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

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


#fcca1c Background Color

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

This div background color is #fcca1c


#fcca1c Border Color

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

This div border color is #fcca1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcca1c


Comments

No comments written yet.

Please login to write comment.