Color Hex Logo

#faf636 Color Hex

#FAF636
(250,246,54)
0 Favorites   0 Comments

Color spaces of #faf636

RGB 25024654
HSL0.160.950.60
HSV59°78°98°
CMYK 0.000.020.78   0.02
XYZ73.046086.501916.3366
Yxy86.50190.41530.4918
Hunter Lab93.0064-22.569654.6902
CIE-Lab94.5265-18.417484.2881

#faf636 color RGB value is (250,246,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110110 00110110
Octal 372 366 66
Decimal 250 246 54
Hex FA F6 36

RGB Percentages of Color #faf636

%45.45
%44.73
%9.82

CMYK Percentages of Color #faf636

%0
%2
%78
%2

Triadic Colors of #faf636

#faf636 #36faf6 #f636fa

Analogous Colors of #faf636

#faf636 #9cfa36 #fa9436

Monochromatic Colors of #faf636

#faf636

Complementary Color

#faf636 #363afa

#faf636 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf636 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf636 Color CSS Codes

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

#faf636 Text Font Color

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

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


#faf636 Background Color

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

This div background color is #faf636


#faf636 Border Color

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

This div border color is #faf636


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf636


Comments

No comments written yet.

Please login to write comment.