Color Hex Logo

#fab742 Color Hex

#FAB742
(250,183,66)
0 Favorites   0 Comments

Color spaces of #fab742

RGB 25018366
HSL0.110.950.62
HSV38°74°98°
CMYK 0.000.270.74   0.02
XYZ57.341254.584312.6679
Yxy54.58430.46020.4381
Hunter Lab73.88129.246641.5508
CIE-Lab78.801213.860565.8140

#fab742 color RGB value is (250,183,66).

#fab742 hex color red value is 250, green value is 183 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #fab742 hue: 0.11 , saturation: 0.95 and the lightness value of fab742 is 0.62.

The process color (four color CMYK) of #fab742 color hex is 0.00, 0.27, 0.74, 0.02. Web safe color of #fab742 is #ffcc33. Color #fab742 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110111 01000010
Octal 372 267 102
Decimal 250 183 66
Hex FA B7 42

RGB Percentages of Color #fab742

%50.10
%36.67
%13.23

CMYK Percentages of Color #fab742

%0
%27
%74
%2

Triadic Colors of #fab742

#fab742 #42fab7 #b742fa

Analogous Colors of #fab742

#fab742 #e1fa42 #fa5b42

Monochromatic Colors of #fab742

#fab742

Complementary Color

#fab742 #4285fa

#fab742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab742 Color CSS Codes

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

#fab742 Text Font Color

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

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


#fab742 Background Color

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

This div background color is #fab742


#fab742 Border Color

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

This div border color is #fab742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab742

Related Colors


Comments

No comments written yet.

Please login to write comment.