Color Hex Logo

#fac917 Color Hex

#FAC917
(250,201,23)
0 Favorites   0 Comments

Color spaces of #fac917

RGB 25020123
HSL0.130.960.54
HSV47°91°98°
CMYK 0.000.200.91   0.02
XYZ60.465662.15919.6216
Yxy62.15910.45720.4700
Hunter Lab78.8410-1.074747.9531
CIE-Lab82.99803.309381.6036

#fac917 color RGB value is (250,201,23).

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

The process color (four color CMYK) of #fac917 color hex is 0.00, 0.20, 0.91, 0.02. Web safe color of #fac917 is #ffcc00. Color #fac917 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001001 00010111
Octal 372 311 27
Decimal 250 201 23
Hex FA C9 17

RGB Percentages of Color #fac917

%52.74
%42.41
%4.85

CMYK Percentages of Color #fac917

%0
%20
%91
%2

Triadic Colors of #fac917

#fac917 #17fac9 #c917fa

Analogous Colors of #fac917

#fac917 #bafa17 #fa5817

Monochromatic Colors of #fac917

#fac917

Complementary Color

#fac917 #1748fa

#fac917 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac917 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac917 Color CSS Codes

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

#fac917 Text Font Color

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

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


#fac917 Background Color

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

This div background color is #fac917


#fac917 Border Color

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

This div border color is #fac917


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac917


Comments

No comments written yet.

Please login to write comment.