Color Hex Logo

#faf745 Color Hex

#FAF745
(250,247,69)
0 Favorites   0 Comments

Color spaces of #faf745

RGB 25024769
HSL0.160.950.63
HSV59°72°98°
CMYK 0.000.010.72   0.02
XYZ73.759387.275218.5885
Yxy87.27520.41060.4859
Hunter Lab93.4212-22.555153.5976
CIE-Lab94.8549-18.346980.1798

#faf745 color RGB value is (250,247,69).

#faf745 hex color red value is 250, green value is 247 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #faf745 hue: 0.16 , saturation: 0.95 and the lightness value of faf745 is 0.63.

The process color (four color CMYK) of #faf745 color hex is 0.00, 0.01, 0.72, 0.02. Web safe color of #faf745 is #ffff33. Color #faf745 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110111 01000101
Octal 372 367 105
Decimal 250 247 69
Hex FA F7 45

RGB Percentages of Color #faf745

%44.17
%43.64
%12.19

CMYK Percentages of Color #faf745

%0
%1
%72
%2

Triadic Colors of #faf745

#faf745 #45faf7 #f745fa

Analogous Colors of #faf745

#faf745 #a3fa45 #fa9d45

Monochromatic Colors of #faf745

#faf745

Complementary Color

#faf745 #4548fa

#faf745 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf745 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf745 Color CSS Codes

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

#faf745 Text Font Color

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

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


#faf745 Background Color

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

This div background color is #faf745


#faf745 Border Color

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

This div border color is #faf745


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf745

Related Colors


Comments

No comments written yet.

Please login to write comment.