Color Hex Logo

#faf360 Color Hex

#FAF360
(250,243,96)
0 Favorites   0 Comments

Color spaces of #faf360

RGB 25024396
HSL0.160.940.68
HSV57°62°98°
CMYK 0.000.030.62   0.02
XYZ73.586385.269723.6466
Yxy85.26970.40320.4672
Hunter Lab92.3416-19.352549.4563
CIE-Lab93.9992-15.018169.4367

#faf360 color RGB value is (250,243,96).

#faf360 hex color red value is 250, green value is 243 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #faf360 hue: 0.16 , saturation: 0.94 and the lightness value of faf360 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110011 01100000
Octal 372 363 140
Decimal 250 243 96
Hex FA F3 60

RGB Percentages of Color #faf360

%42.44
%41.26
%16.30

CMYK Percentages of Color #faf360

%0
%3
%62
%2

Triadic Colors of #faf360

#faf360 #60faf3 #f360fa

Analogous Colors of #faf360

#faf360 #b4fa60 #faa660

Monochromatic Colors of #faf360

#faf360

Complementary Color

#faf360 #6067fa

#faf360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf360 Color CSS Codes

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

#faf360 Text Font Color

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

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


#faf360 Background Color

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

This div background color is #faf360


#faf360 Border Color

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

This div border color is #faf360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf360


Comments

No comments written yet.

Please login to write comment.