Color Hex Logo

#fcc119 Color Hex

#FCC119
(252,193,25)
0 Favorites   0 Comments

Color spaces of #fcc119

RGB 25219325
HSL0.120.970.54
HSV44°90°99°
CMYK 0.000.230.90   0.01
XYZ59.390358.90569.1594
Yxy58.90560.46600.4622
Hunter Lab76.75003.813546.6493
CIE-Lab81.23978.323780.0220

#fcc119 color RGB value is (252,193,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000001 00011001
Octal 374 301 31
Decimal 252 193 25
Hex FC C1 19

RGB Percentages of Color #fcc119

%53.62
%41.06
%5.32

CMYK Percentages of Color #fcc119

%0
%23
%90
%1

Triadic Colors of #fcc119

#fcc119 #19fcc1 #c119fc

Analogous Colors of #fcc119

#fcc119 #c6fc19 #fc4f19

Monochromatic Colors of #fcc119

#fcc119

Complementary Color

#fcc119 #1954fc

#fcc119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc119 Color CSS Codes

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

#fcc119 Text Font Color

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

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


#fcc119 Background Color

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

This div background color is #fcc119


#fcc119 Border Color

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

This div border color is #fcc119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc119


Comments

No comments written yet.

Please login to write comment.