Color Hex Logo

#fcc213 Color Hex

#FCC213
(252,194,19)
0 Favorites   0 Comments

Color spaces of #fcc213

RGB 25219419
HSL0.130.970.53
HSV45°92°99°
CMYK 0.000.230.92   0.01
XYZ59.554259.32608.9283
Yxy59.32600.46600.4642
Hunter Lab77.02343.224747.0437
CIE-Lab81.47057.721881.1632

#fcc213 color RGB value is (252,194,19).

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

The process color (four color CMYK) of #fcc213 color hex is 0.00, 0.23, 0.92, 0.01. Web safe color of #fcc213 is #ffcc00. Color #fcc213 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000010 00010011
Octal 374 302 23
Decimal 252 194 19
Hex FC C2 13

RGB Percentages of Color #fcc213

%54.19
%41.72
%4.09

CMYK Percentages of Color #fcc213

%0
%23
%92
%1

Triadic Colors of #fcc213

#fcc213 #13fcc2 #c213fc

Analogous Colors of #fcc213

#fcc213 #c2fc13 #fc4d13

Monochromatic Colors of #fcc213

#fcc213

Complementary Color

#fcc213 #134dfc

#fcc213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc213 Color CSS Codes

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

#fcc213 Text Font Color

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

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


#fcc213 Background Color

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

This div background color is #fcc213


#fcc213 Border Color

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

This div border color is #fcc213


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc213


Comments

No comments written yet.

Please login to write comment.