Color Hex Logo

#faf742 Color Hex

#FAF742
(250,247,66)
0 Favorites   0 Comments

Color spaces of #faf742

RGB 25024766
HSL0.160.950.62
HSV59°74°98°
CMYK 0.000.010.74   0.02
XYZ73.668587.238918.1103
Yxy87.23890.41150.4873
Hunter Lab93.4018-22.665353.8851
CIE-Lab94.8395-18.469381.1130

#faf742 color RGB value is (250,247,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110111 01000010
Octal 372 367 102
Decimal 250 247 66
Hex FA F7 42

RGB Percentages of Color #faf742

%44.40
%43.87
%11.72

CMYK Percentages of Color #faf742

%0
%1
%74
%2

Triadic Colors of #faf742

#faf742 #42faf7 #f742fa

Analogous Colors of #faf742

#faf742 #a1fa42 #fa9b42

Monochromatic Colors of #faf742

#faf742

Complementary Color

#faf742 #4245fa

#faf742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf742 Color CSS Codes

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

#faf742 Text Font Color

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

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


#faf742 Background Color

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

This div background color is #faf742


#faf742 Border Color

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

This div border color is #faf742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf742

Related Colors


Comments

No comments written yet.

Please login to write comment.