Color Hex Logo

#facb12 Color Hex

#FACB12
(250,203,18)
0 Favorites   0 Comments

Color spaces of #facb12

RGB 25020318
HSL0.130.960.53
HSV48°93°98°
CMYK 0.000.190.93   0.02
XYZ60.889563.07959.5386
Yxy63.07950.45610.4725
Hunter Lab79.4226-2.142248.4751
CIE-Lab83.48422.216082.6989

#facb12 color RGB value is (250,203,18).

#facb12 hex color red value is 250, green value is 203 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #facb12 hue: 0.13 , saturation: 0.96 and the lightness value of facb12 is 0.53.

The process color (four color CMYK) of #facb12 color hex is 0.00, 0.19, 0.93, 0.02. Web safe color of #facb12 is #ffcc00. Color #facb12 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001011 00010010
Octal 372 313 22
Decimal 250 203 18
Hex FA CB 12

RGB Percentages of Color #facb12

%53.08
%43.10
%3.82

CMYK Percentages of Color #facb12

%0
%19
%93
%2

Triadic Colors of #facb12

#facb12 #12facb #cb12fa

Analogous Colors of #facb12

#facb12 #b5fa12 #fa5712

Monochromatic Colors of #facb12

#facb12

Complementary Color

#facb12 #1241fa

#facb12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facb12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facb12 Color CSS Codes

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

#facb12 Text Font Color

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

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


#facb12 Background Color

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

This div background color is #facb12


#facb12 Border Color

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

This div border color is #facb12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facb12


Comments

No comments written yet.

Please login to write comment.