Color Hex Logo

#facc55 Color Hex

#FACC55
(250,204,85)
0 Favorites   0 Comments

Color spaces of #facc55

RGB 25020485
HSL0.120.940.66
HSV43°66°98°
CMYK 0.000.180.66   0.02
XYZ62.656964.165617.6772
Yxy64.16560.43360.4441
Hunter Lab80.1034-0.558342.9883
CIE-Lab84.05193.899663.3975

#facc55 color RGB value is (250,204,85).

#facc55 hex color red value is 250, green value is 204 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #facc55 hue: 0.12 , saturation: 0.94 and the lightness value of facc55 is 0.66.

The process color (four color CMYK) of #facc55 color hex is 0.00, 0.18, 0.66, 0.02. Web safe color of #facc55 is #ffcc66. Color #facc55 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001100 01010101
Octal 372 314 125
Decimal 250 204 85
Hex FA CC 55

RGB Percentages of Color #facc55

%46.38
%37.85
%15.77

CMYK Percentages of Color #facc55

%0
%18
%66
%2

Triadic Colors of #facc55

#facc55 #55facc #cc55fa

Analogous Colors of #facc55

#facc55 #d6fa55 #fa7a55

Monochromatic Colors of #facc55

#facc55

Complementary Color

#facc55 #5583fa

#facc55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facc55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facc55 Color CSS Codes

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

#facc55 Text Font Color

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

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


#facc55 Background Color

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

This div background color is #facc55


#facc55 Border Color

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

This div border color is #facc55


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,204,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #facc55; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #facc55;
  -webkit-box-shadow: 1px 1px 3px 2px #facc55;
  box-shadow:         1px 1px 3px 2px #facc55; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,204,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facc55


Comments

No comments written yet.

Please login to write comment.