Color Hex Logo

#fab02e Color Hex

#FAB02E
(250,176,46)
0 Favorites   0 Comments

Color spaces of #fab02e

RGB 25017646
HSL0.110.950.58
HSV38°82°98°
CMYK 0.000.300.82   0.02
XYZ55.442851.57199.6170
Yxy51.57190.47540.4422
Hunter Lab71.813612.135042.3296
CIE-Lab77.024116.805571.3182

#fab02e color RGB value is (250,176,46).

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

The process color (four color CMYK) of #fab02e color hex is 0.00, 0.30, 0.82, 0.02. Web safe color of #fab02e is #ff9933. Color #fab02e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110000 00101110
Octal 372 260 56
Decimal 250 176 46
Hex FA B0 2E

RGB Percentages of Color #fab02e

%52.97
%37.29
%9.75

CMYK Percentages of Color #fab02e

%0
%30
%82
%2

Triadic Colors of #fab02e

#fab02e #2efab0 #b02efa

Analogous Colors of #fab02e

#fab02e #defa2e #fa4a2e

Monochromatic Colors of #fab02e

#fab02e

Complementary Color

#fab02e #2e78fa

#fab02e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab02e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab02e Color CSS Codes

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

#fab02e Text Font Color

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

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


#fab02e Background Color

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

This div background color is #fab02e


#fab02e Border Color

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

This div border color is #fab02e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab02e


Comments

No comments written yet.

Please login to write comment.