Color Hex Logo

#fab812 Color Hex

#FAB812
(250,184,18)
0 Favorites   0 Comments

Color spaces of #fab812

RGB 25018418
HSL0.120.960.53
HSV43°93°98°
CMYK 0.000.260.93   0.02
XYZ56.674054.64868.1335
Yxy54.64860.47440.4575
Hunter Lab73.92477.477945.2240
CIE-Lab78.838412.055179.2841

#fab812 color RGB value is (250,184,18).

#fab812 hex color red value is 250, green value is 184 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #fab812 hue: 0.12 , saturation: 0.96 and the lightness value of fab812 is 0.53.

The process color (four color CMYK) of #fab812 color hex is 0.00, 0.26, 0.93, 0.02. Web safe color of #fab812 is #ffcc00. Color #fab812 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111000 00010010
Octal 372 270 22
Decimal 250 184 18
Hex FA B8 12

RGB Percentages of Color #fab812

%55.31
%40.71
%3.98

CMYK Percentages of Color #fab812

%0
%26
%93
%2

Triadic Colors of #fab812

#fab812 #12fab8 #b812fa

Analogous Colors of #fab812

#fab812 #c8fa12 #fa4412

Monochromatic Colors of #fab812

#fab812

Complementary Color

#fab812 #1254fa

#fab812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab812 Color CSS Codes

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

#fab812 Text Font Color

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

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


#fab812 Background Color

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

This div background color is #fab812


#fab812 Border Color

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

This div border color is #fab812


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab812

Related Colors


Comments

No comments written yet.

Please login to write comment.