Color Hex Logo

#faca09 Color Hex

#FACA09
(250,202,9)
0 Favorites   0 Comments

Color spaces of #faca09

RGB 2502029
HSL0.130.960.51
HSV48°96°98°
CMYK 0.000.190.96   0.02
XYZ60.594262.58489.1449
Yxy62.58480.45790.4730
Hunter Lab79.1106-1.722648.5237
CIE-Lab83.22342.642083.4886

#faca09 color RGB value is (250,202,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001010 00001001
Octal 372 312 11
Decimal 250 202 9
Hex FA CA 9

RGB Percentages of Color #faca09

%54.23
%43.82
%1.95

CMYK Percentages of Color #faca09

%0
%19
%96
%2

Triadic Colors of #faca09

#faca09 #09faca #ca09fa

Analogous Colors of #faca09

#faca09 #b2fa09 #fa5109

Monochromatic Colors of #faca09

#faca09

Complementary Color

#faca09 #0939fa

#faca09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faca09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faca09 Color CSS Codes

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

#faca09 Text Font Color

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

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


#faca09 Background Color

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

This div background color is #faca09


#faca09 Border Color

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

This div border color is #faca09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faca09


Comments

No comments written yet.

Please login to write comment.