Color Hex Logo

#facc65 Color Hex

#FACC65
(250,204,101)
0 Favorites   0 Comments

Color spaces of #facc65

RGB 250204101
HSL0.120.940.69
HSV41°60°98°
CMYK 0.000.180.60   0.02
XYZ63.366264.449321.4121
Yxy64.44930.42460.4319
Hunter Lab80.28030.401640.3826
CIE-Lab84.19924.900856.4527

#facc65 color RGB value is (250,204,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001100 01100101
Octal 372 314 145
Decimal 250 204 101
Hex FA CC 65

RGB Percentages of Color #facc65

%45.05
%36.76
%18.20

CMYK Percentages of Color #facc65

%0
%18
%60
%2

Triadic Colors of #facc65

#facc65 #65facc #cc65fa

Analogous Colors of #facc65

#facc65 #defa65 #fa8265

Monochromatic Colors of #facc65

#facc65

Complementary Color

#facc65 #6593fa

#facc65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facc65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facc65 Color CSS Codes

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

#facc65 Text Font Color

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

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


#facc65 Background Color

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

This div background color is #facc65


#facc65 Border Color

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

This div border color is #facc65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facc65


Comments

No comments written yet.

Please login to write comment.