Color Hex Logo

#faf356 Color Hex

#FAF356
(250,243,86)
0 Favorites   0 Comments

Color spaces of #faf356

RGB 25024386
HSL0.160.940.66
HSV57°66°98°
CMYK 0.000.030.66   0.02
XYZ73.154685.097121.3738
Yxy85.09710.40730.4737
Hunter Lab92.2481-19.880050.8362
CIE-Lab93.9249-15.597573.2907

#faf356 color RGB value is (250,243,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110011 01010110
Octal 372 363 126
Decimal 250 243 86
Hex FA F3 56

RGB Percentages of Color #faf356

%43.18
%41.97
%14.85

CMYK Percentages of Color #faf356

%0
%3
%66
%2

Triadic Colors of #faf356

#faf356 #56faf3 #f356fa

Analogous Colors of #faf356

#faf356 #affa56 #faa156

Monochromatic Colors of #faf356

#faf356

Complementary Color

#faf356 #565dfa

#faf356 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf356 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf356 Color CSS Codes

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

#faf356 Text Font Color

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

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


#faf356 Background Color

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

This div background color is #faf356


#faf356 Border Color

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

This div border color is #faf356


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf356

Related Colors


Comments

No comments written yet.

Please login to write comment.