Color Hex Logo

#fcca12 Color Hex

#FCCA12
(252,202,18)
0 Favorites   0 Comments

Color spaces of #fcca12

RGB 25220218
HSL0.130.980.53
HSV47°93°99°
CMYK 0.000.200.93   0.01
XYZ61.374662.98029.4939
Yxy62.98020.45850.4705
Hunter Lab79.3601-0.833848.4591
CIE-Lab83.43203.582882.7478

#fcca12 color RGB value is (252,202,18).

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

The process color (four color CMYK) of #fcca12 color hex is 0.00, 0.20, 0.93, 0.01. Web safe color of #fcca12 is #ffcc00. Color #fcca12 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001010 00010010
Octal 374 312 22
Decimal 252 202 18
Hex FC CA 12

RGB Percentages of Color #fcca12

%53.39
%42.80
%3.81

CMYK Percentages of Color #fcca12

%0
%20
%93
%1

Triadic Colors of #fcca12

#fcca12 #12fcca #ca12fc

Analogous Colors of #fcca12

#fcca12 #b9fc12 #fc5512

Monochromatic Colors of #fcca12

#fcca12

Complementary Color

#fcca12 #1244fc

#fcca12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcca12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcca12 Color CSS Codes

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

#fcca12 Text Font Color

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

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


#fcca12 Background Color

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

This div background color is #fcca12


#fcca12 Border Color

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

This div border color is #fcca12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcca12


Comments

No comments written yet.

Please login to write comment.