Color Hex Logo

#fab762 Color Hex

#FAB762
(250,183,98)
0 Favorites   0 Comments

Color spaces of #fab762

RGB 25018398
HSL0.090.940.68
HSV34°61°98°
CMYK 0.000.270.61   0.02
XYZ58.562455.072819.0988
Yxy55.07280.44120.4149
Hunter Lab74.211110.990936.6890
CIE-Lab79.083215.623451.9810

#fab762 color RGB value is (250,183,98).

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

The process color (four color CMYK) of #fab762 color hex is 0.00, 0.27, 0.61, 0.02. Web safe color of #fab762 is #ffcc66. Color #fab762 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110111 01100010
Octal 372 267 142
Decimal 250 183 98
Hex FA B7 62

RGB Percentages of Color #fab762

%47.08
%34.46
%18.46

CMYK Percentages of Color #fab762

%0
%27
%61
%2

Triadic Colors of #fab762

#fab762 #62fab7 #b762fa

Analogous Colors of #fab762

#fab762 #f1fa62 #fa6b62

Monochromatic Colors of #fab762

#fab762

Complementary Color

#fab762 #62a5fa

#fab762 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab762 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab762 Color CSS Codes

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

#fab762 Text Font Color

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

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


#fab762 Background Color

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

This div background color is #fab762


#fab762 Border Color

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

This div border color is #fab762


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab762


Comments

No comments written yet.

Please login to write comment.