Color Hex Logo

#fcc319 Color Hex

#FCC319
(252,195,25)
0 Favorites   0 Comments

Color spaces of #fcc319

RGB 25219525
HSL0.120.970.54
HSV45°90°99°
CMYK 0.000.230.90   0.01
XYZ59.835559.79589.3078
Yxy59.79580.46410.4638
Hunter Lab77.32772.798146.9928
CIE-Lab81.72717.288380.3916

#fcc319 color RGB value is (252,195,25).

#fcc319 hex color red value is 252, green value is 195 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #fcc319 hue: 0.12 , saturation: 0.97 and the lightness value of fcc319 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000011 00011001
Octal 374 303 31
Decimal 252 195 25
Hex FC C3 19

RGB Percentages of Color #fcc319

%53.39
%41.31
%5.30

CMYK Percentages of Color #fcc319

%0
%23
%90
%1

Triadic Colors of #fcc319

#fcc319 #19fcc3 #c319fc

Analogous Colors of #fcc319

#fcc319 #c4fc19 #fc5219

Monochromatic Colors of #fcc319

#fcc319

Complementary Color

#fcc319 #1952fc

#fcc319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc319 Color CSS Codes

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

#fcc319 Text Font Color

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

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


#fcc319 Background Color

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

This div background color is #fcc319


#fcc319 Border Color

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

This div border color is #fcc319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc319


Comments

No comments written yet.

Please login to write comment.