Color Hex Logo

#fba607 Color Hex

#FBA607
(251,166,7)
0 Favorites   0 Comments

Color spaces of #fba607

RGB 2511667
HSL0.110.970.51
HSV39°97°98°
CMYK 0.000.340.97   0.02
XYZ53.458247.79706.6092
Yxy47.79700.49560.4431
Hunter Lab69.135417.036342.7268
CIE-Lab74.696721.792077.7730

#fba607 color RGB value is (251,166,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100110 00000111
Octal 373 246 7
Decimal 251 166 7
Hex FB A6 7

RGB Percentages of Color #fba607

%59.20
%39.15
%1.65

CMYK Percentages of Color #fba607

%0
%34
%97
%2

Triadic Colors of #fba607

#fba607 #07fba6 #a607fb

Analogous Colors of #fba607

#fba607 #d6fb07 #fb2c07

Monochromatic Colors of #fba607

#fba607

Complementary Color

#fba607 #075cfb

#fba607 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba607 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba607 Color CSS Codes

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

#fba607 Text Font Color

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

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


#fba607 Background Color

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

This div background color is #fba607


#fba607 Border Color

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

This div border color is #fba607


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba607

Related Colors


Comments

No comments written yet.

Please login to write comment.