Color Hex Logo

#fab647 Color Hex

#FAB647
(250,182,71)
0 Favorites   0 Comments

Color spaces of #fab647

RGB 25018271
HSL0.100.950.63
HSV37°72°98°
CMYK 0.000.270.72   0.02
XYZ57.289654.234813.4101
Yxy54.23480.45860.4341
Hunter Lab73.64439.981840.7547
CIE-Lab78.598414.607863.5937

#fab647 color RGB value is (250,182,71).

#fab647 hex color red value is 250, green value is 182 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #fab647 hue: 0.10 , saturation: 0.95 and the lightness value of fab647 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110110 01000111
Octal 372 266 107
Decimal 250 182 71
Hex FA B6 47

RGB Percentages of Color #fab647

%49.70
%36.18
%14.12

CMYK Percentages of Color #fab647

%0
%27
%72
%2

Triadic Colors of #fab647

#fab647 #47fab6 #b647fa

Analogous Colors of #fab647

#fab647 #e5fa47 #fa5c47

Monochromatic Colors of #fab647

#fab647

Complementary Color

#fab647 #478bfa

#fab647 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab647 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab647 Color CSS Codes

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

#fab647 Text Font Color

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

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


#fab647 Background Color

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

This div background color is #fab647


#fab647 Border Color

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

This div border color is #fab647


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab647


Comments

No comments written yet.

Please login to write comment.