Color Hex Logo

#fab712 Color Hex

#FAB712
(250,183,18)
0 Favorites   0 Comments

Color spaces of #fab712

RGB 25018318
HSL0.120.960.53
HSV43°93°98°
CMYK 0.000.270.93   0.02
XYZ56.467054.23468.0645
Yxy54.23460.47540.4567
Hunter Lab73.64417.988545.0583
CIE-Lab78.598312.577079.1090

#fab712 color RGB value is (250,183,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110111 00010010
Octal 372 267 22
Decimal 250 183 18
Hex FA B7 12

RGB Percentages of Color #fab712

%55.43
%40.58
%3.99

CMYK Percentages of Color #fab712

%0
%27
%93
%2

Triadic Colors of #fab712

#fab712 #12fab7 #b712fa

Analogous Colors of #fab712

#fab712 #c9fa12 #fa4312

Monochromatic Colors of #fab712

#fab712

Complementary Color

#fab712 #1255fa

#fab712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab712 Color CSS Codes

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

#fab712 Text Font Color

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

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


#fab712 Background Color

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

This div background color is #fab712


#fab712 Border Color

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

This div border color is #fab712


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,183,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 #fab712">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab712

Related Colors


Comments

No comments written yet.

Please login to write comment.