Color Hex Logo

#fab620 Color Hex

#FAB620
(250,182,32)
0 Favorites   0 Comments

Color spaces of #fab620

RGB 25018232
HSL0.110.960.55
HSV41°87°98°
CMYK 0.000.270.87   0.02
XYZ56.413053.88428.7939
Yxy53.88420.47370.4525
Hunter Lab73.40598.718544.2813
CIE-Lab78.394213.323076.2975

#fab620 color RGB value is (250,182,32).

#fab620 hex color red value is 250, green value is 182 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #fab620 hue: 0.11 , saturation: 0.96 and the lightness value of fab620 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110110 00100000
Octal 372 266 40
Decimal 250 182 32
Hex FA B6 20

RGB Percentages of Color #fab620

%53.88
%39.22
%6.90

CMYK Percentages of Color #fab620

%0
%27
%87
%2

Triadic Colors of #fab620

#fab620 #20fab6 #b620fa

Analogous Colors of #fab620

#fab620 #d1fa20 #fa4920

Monochromatic Colors of #fab620

#fab620

Complementary Color

#fab620 #2064fa

#fab620 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab620 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab620 Color CSS Codes

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

#fab620 Text Font Color

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

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


#fab620 Background Color

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

This div background color is #fab620


#fab620 Border Color

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

This div border color is #fab620


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab620


Comments

No comments written yet.

Please login to write comment.