Color Hex Logo

#faf345 Color Hex

#FAF345
(250,243,69)
0 Favorites   0 Comments

Color spaces of #faf345

RGB 25024369
HSL0.160.950.63
HSV58°72°98°
CMYK 0.000.030.72   0.02
XYZ72.549184.854818.1851
Yxy84.85480.41320.4833
Hunter Lab92.1167-20.621452.7770
CIE-Lab93.8205-16.415179.2048

#faf345 color RGB value is (250,243,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110011 01000101
Octal 372 363 105
Decimal 250 243 69
Hex FA F3 45

RGB Percentages of Color #faf345

%44.48
%43.24
%12.28

CMYK Percentages of Color #faf345

%0
%3
%72
%2

Triadic Colors of #faf345

#faf345 #45faf3 #f345fa

Analogous Colors of #faf345

#faf345 #a7fa45 #fa9945

Monochromatic Colors of #faf345

#faf345

Complementary Color

#faf345 #454cfa

#faf345 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf345 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf345 Color CSS Codes

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

#faf345 Text Font Color

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

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


#faf345 Background Color

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

This div background color is #faf345


#faf345 Border Color

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

This div border color is #faf345


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf345


Comments

No comments written yet.

Please login to write comment.