Color Hex Logo

#faf653 Color Hex

#FAF653
(250,246,83)
0 Favorites   0 Comments

Color spaces of #faf653

RGB 25024683
HSL0.160.940.65
HSV59°67°98°
CMYK 0.000.020.67   0.02
XYZ73.941486.860121.0522
Yxy86.86010.40660.4776
Hunter Lab93.1988-21.480751.8464
CIE-Lab94.6789-17.210475.1765

#faf653 color RGB value is (250,246,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110110 01010011
Octal 372 366 123
Decimal 250 246 83
Hex FA F6 53

RGB Percentages of Color #faf653

%43.18
%42.49
%14.34

CMYK Percentages of Color #faf653

%0
%2
%67
%2

Triadic Colors of #faf653

#faf653 #53faf6 #f653fa

Analogous Colors of #faf653

#faf653 #abfa53 #faa353

Monochromatic Colors of #faf653

#faf653

Complementary Color

#faf653 #5357fa

#faf653 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf653 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf653 Color CSS Codes

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

#faf653 Text Font Color

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

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


#faf653 Background Color

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

This div background color is #faf653


#faf653 Border Color

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

This div border color is #faf653


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf653


Comments

No comments written yet.

Please login to write comment.