Color Hex Logo

#fac515 Color Hex

#FAC515
(250,197,21)
0 Favorites   0 Comments

Color spaces of #fac515

RGB 25019721
HSL0.130.960.53
HSV46°92°98°
CMYK 0.000.210.92   0.02
XYZ59.526060.31069.2132
Yxy60.31060.46130.4673
Hunter Lab77.65990.914747.3280
CIE-Lab82.00675.342881.1733

#fac515 color RGB value is (250,197,21).

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

The process color (four color CMYK) of #fac515 color hex is 0.00, 0.21, 0.92, 0.02. Web safe color of #fac515 is #ffcc00. Color #fac515 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000101 00010101
Octal 372 305 25
Decimal 250 197 21
Hex FA C5 15

RGB Percentages of Color #fac515

%53.42
%42.09
%4.49

CMYK Percentages of Color #fac515

%0
%21
%92
%2

Triadic Colors of #fac515

#fac515 #15fac5 #c515fa

Analogous Colors of #fac515

#fac515 #bdfa15 #fa5315

Monochromatic Colors of #fac515

#fac515

Complementary Color

#fac515 #154afa

#fac515 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac515 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac515 Color CSS Codes

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

#fac515 Text Font Color

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

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


#fac515 Background Color

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

This div background color is #fac515


#fac515 Border Color

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

This div border color is #fac515


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac515


Comments

No comments written yet.

Please login to write comment.