Color Hex Logo

#facb3e Color Hex

#FACB3E
(250,203,62)
0 Favorites   0 Comments

Color spaces of #facb3e

RGB 25020362
HSL0.130.950.61
HSV45°75°98°
CMYK 0.000.190.75   0.02
XYZ61.649863.383713.5424
Yxy63.38370.44490.4574
Hunter Lab79.6139-1.101045.6444
CIE-Lab83.64393.314471.9665

#facb3e color RGB value is (250,203,62).

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

The process color (four color CMYK) of #facb3e color hex is 0.00, 0.19, 0.75, 0.02. Web safe color of #facb3e is #ffcc33. Color #facb3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001011 00111110
Octal 372 313 76
Decimal 250 203 62
Hex FA CB 3E

RGB Percentages of Color #facb3e

%48.54
%39.42
%12.04

CMYK Percentages of Color #facb3e

%0
%19
%75
%2

Triadic Colors of #facb3e

#facb3e #3efacb #cb3efa

Analogous Colors of #facb3e

#facb3e #cbfa3e #fa6d3e

Monochromatic Colors of #facb3e

#facb3e

Complementary Color

#facb3e #3e6dfa

#facb3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facb3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#facb3e Color CSS Codes

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

#facb3e Text Font Color

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

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


#facb3e Background Color

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

This div background color is #facb3e


#facb3e Border Color

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

This div border color is #facb3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facb3e


Comments

No comments written yet.

Please login to write comment.