Color Hex Logo

#fba201 Color Hex

#FBA201
(251,162,1)
0 Favorites   0 Comments

Color spaces of #fba201

RGB 2511621
HSL0.110.990.49
HSV39°100°98°
CMYK 0.000.351.00   0.02
XYZ52.709546.35216.1975
Yxy46.35210.50080.4404
Hunter Lab68.082419.050942.2605
CIE-Lab73.773423.835977.8483

#fba201 color RGB value is (251,162,1).

#fba201 hex color red value is 251, green value is 162 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #fba201 hue: 0.11 , saturation: 0.99 and the lightness value of fba201 is 0.49.

The process color (four color CMYK) of #fba201 color hex is 0.00, 0.35, 1.00, 0.02. Web safe color of #fba201 is #ff9900. Color #fba201 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100010 00000001
Octal 373 242 1
Decimal 251 162 1
Hex FB A2 1

RGB Percentages of Color #fba201

%60.63
%39.13
%0.24

CMYK Percentages of Color #fba201

%0
%35
%100
%2

Triadic Colors of #fba201

#fba201 #01fba2 #a201fb

Analogous Colors of #fba201

#fba201 #d7fb01 #fb2501

Monochromatic Colors of #fba201

#fba201

Complementary Color

#fba201 #015afb

#fba201 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba201 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba201 Color CSS Codes

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

#fba201 Text Font Color

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

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


#fba201 Background Color

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

This div background color is #fba201


#fba201 Border Color

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

This div border color is #fba201


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,162,1, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba201


Comments

No comments written yet.

Please login to write comment.