Color Hex Logo

#faf60f Color Hex

#FAF60F
(250,246,15)
0 Favorites   0 Comments

Color spaces of #faf60f

RGB 25024615
HSL0.160.960.52
HSV59°94°98°
CMYK 0.000.020.94   0.02
XYZ72.466386.270013.2843
Yxy86.27000.42130.5015
Hunter Lab92.8816-23.277156.5373
CIE-Lab94.4277-19.206191.1976

#faf60f color RGB value is (250,246,15).

#faf60f hex color red value is 250, green value is 246 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #faf60f hue: 0.16 , saturation: 0.96 and the lightness value of faf60f is 0.52.

The process color (four color CMYK) of #faf60f color hex is 0.00, 0.02, 0.94, 0.02. Web safe color of #faf60f is #ffff00. Color #faf60f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110110 00001111
Octal 372 366 17
Decimal 250 246 15
Hex FA F6 F

RGB Percentages of Color #faf60f

%48.92
%48.14
%2.94

CMYK Percentages of Color #faf60f

%0
%2
%94
%2

Triadic Colors of #faf60f

#faf60f #0ffaf6 #f60ffa

Analogous Colors of #faf60f

#faf60f #89fa0f #fa810f

Monochromatic Colors of #faf60f

#faf60f

Complementary Color

#faf60f #0f13fa

#faf60f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf60f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf60f Color CSS Codes

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

#faf60f Text Font Color

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

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


#faf60f Background Color

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

This div background color is #faf60f


#faf60f Border Color

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

This div border color is #faf60f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf60f

Related Colors


Comments

No comments written yet.

Please login to write comment.