Color Hex Logo

#faf875 Color Hex

#FAF875
(250,248,117)
0 Favorites   0 Comments

Color spaces of #faf875

RGB 250248117
HSL0.160.930.72
HSV59°53°98°
CMYK 0.000.010.53   0.02
XYZ76.202688.743229.9425
Yxy88.74320.39100.4554
Hunter Lab94.2036-20.465247.0973
CIE-Lab95.4730-15.992762.1362

#faf875 color RGB value is (250,248,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111000 01110101
Octal 372 370 165
Decimal 250 248 117
Hex FA F8 75

RGB Percentages of Color #faf875

%40.65
%40.33
%19.02

CMYK Percentages of Color #faf875

%0
%1
%53
%2

Triadic Colors of #faf875

#faf875 #75faf8 #f875fa

Analogous Colors of #faf875

#faf875 #bafa75 #fab675

Monochromatic Colors of #faf875

#faf875

Complementary Color

#faf875 #7577fa

#faf875 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf875 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf875 Color CSS Codes

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

#faf875 Text Font Color

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

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


#faf875 Background Color

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

This div background color is #faf875


#faf875 Border Color

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

This div border color is #faf875


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,248,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 #faf875">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf875

Related Colors


Comments

No comments written yet.

Please login to write comment.