Color Hex Logo

#faf975 Color Hex

#FAF975
(250,249,117)
0 Favorites   0 Comments

Color spaces of #faf975

RGB 250249117
HSL0.170.930.72
HSV60°53°98°
CMYK 0.000.000.53   0.02
XYZ76.510989.359730.0452
Yxy89.35970.39050.4561
Hunter Lab94.5303-20.953647.3266
CIE-Lab95.7305-16.477262.4317

#faf975 color RGB value is (250,249,117).

#faf975 hex color red value is 250, green value is 249 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #faf975 hue: 0.17 , saturation: 0.93 and the lightness value of faf975 is 0.72.

The process color (four color CMYK) of #faf975 color hex is 0.00, 0.00, 0.53, 0.02. Web safe color of #faf975 is #ffff66. Color #faf975 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111001 01110101
Octal 372 371 165
Decimal 250 249 117
Hex FA F9 75

RGB Percentages of Color #faf975

%40.58
%40.42
%18.99

CMYK Percentages of Color #faf975

%0
%0
%53
%2

Triadic Colors of #faf975

#faf975 #75faf9 #f975fa

Analogous Colors of #faf975

#faf975 #b9fa75 #fab775

Monochromatic Colors of #faf975

#faf975

Complementary Color

#faf975 #7576fa

#faf975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf975 Color CSS Codes

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

#faf975 Text Font Color

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

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


#faf975 Background Color

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

This div background color is #faf975


#faf975 Border Color

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

This div border color is #faf975


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf975


Comments

No comments written yet.

Please login to write comment.