Color Hex Logo

#fab062 Color Hex

#FAB062
(250,176,98)
0 Favorites   0 Comments

Color spaces of #fab062

RGB 25017698
HSL0.090.940.68
HSV31°61°98°
CMYK 0.000.300.61   0.02
XYZ57.154352.256518.6294
Yxy52.25650.44640.4081
Hunter Lab72.288714.624135.3225
CIE-Lab77.434019.294350.0624

#fab062 color RGB value is (250,176,98).

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

The process color (four color CMYK) of #fab062 color hex is 0.00, 0.30, 0.61, 0.02. Web safe color of #fab062 is #ff9966. Color #fab062 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110000 01100010
Octal 372 260 142
Decimal 250 176 98
Hex FA B0 62

RGB Percentages of Color #fab062

%47.71
%33.59
%18.70

CMYK Percentages of Color #fab062

%0
%30
%61
%2

Triadic Colors of #fab062

#fab062 #62fab0 #b062fa

Analogous Colors of #fab062

#fab062 #f8fa62 #fa6462

Monochromatic Colors of #fab062

#fab062

Complementary Color

#fab062 #62acfa

#fab062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab062 Color CSS Codes

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

#fab062 Text Font Color

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

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


#fab062 Background Color

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

This div background color is #fab062


#fab062 Border Color

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

This div border color is #fab062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab062


Comments

No comments written yet.

Please login to write comment.