Color Hex Logo

#fba612 Color Hex

#FBA612
(251,166,18)
0 Favorites   0 Comments

Color spaces of #fba612

RGB 25116618
HSL0.110.970.53
HSV38°93°98°
CMYK 0.000.340.93   0.02
XYZ53.529147.82536.9822
Yxy47.82530.49410.4415
Hunter Lab69.155817.142742.4230
CIE-Lab74.714621.897376.3521

#fba612 color RGB value is (251,166,18).

#fba612 hex color red value is 251, green value is 166 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #fba612 hue: 0.11 , saturation: 0.97 and the lightness value of fba612 is 0.53.

The process color (four color CMYK) of #fba612 color hex is 0.00, 0.34, 0.93, 0.02. Web safe color of #fba612 is #ff9900. Color #fba612 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100110 00010010
Octal 373 246 22
Decimal 251 166 18
Hex FB A6 12

RGB Percentages of Color #fba612

%57.70
%38.16
%4.14

CMYK Percentages of Color #fba612

%0
%34
%93
%2

Triadic Colors of #fba612

#fba612 #12fba6 #a612fb

Analogous Colors of #fba612

#fba612 #dcfb12 #fb3212

Monochromatic Colors of #fba612

#fba612

Complementary Color

#fba612 #1267fb

#fba612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba612 Color CSS Codes

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

#fba612 Text Font Color

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

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


#fba612 Background Color

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

This div background color is #fba612


#fba612 Border Color

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

This div border color is #fba612


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba612

Related Colors


Comments

No comments written yet.

Please login to write comment.