Color Hex Logo

#fbfa0e Color Hex

#FBFA0E
(251,250,14)
0 Favorites   0 Comments

Color spaces of #fbfa0e

RGB 25125014
HSL0.170.970.52
HSV60°94°98°
CMYK 0.000.000.94   0.02
XYZ74.048588.912213.6745
Yxy88.91220.41920.5034
Hunter Lab94.2933-24.837257.4070
CIE-Lab95.5437-20.716292.1599

#fbfa0e color RGB value is (251,250,14).

#fbfa0e hex color red value is 251, green value is 250 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #fbfa0e hue: 0.17 , saturation: 0.97 and the lightness value of fbfa0e is 0.52.

The process color (four color CMYK) of #fbfa0e color hex is 0.00, 0.00, 0.94, 0.02. Web safe color of #fbfa0e is #ffff00. Color #fbfa0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111010 00001110
Octal 373 372 16
Decimal 251 250 14
Hex FB FA E

RGB Percentages of Color #fbfa0e

%48.74
%48.54
%2.72

CMYK Percentages of Color #fbfa0e

%0
%0
%94
%2

Triadic Colors of #fbfa0e

#fbfa0e #0efbfa #fa0efb

Analogous Colors of #fbfa0e

#fbfa0e #86fb0e #fb840e

Monochromatic Colors of #fbfa0e

#fbfa0e

Complementary Color

#fbfa0e #0e0ffb

#fbfa0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfa0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfa0e Color CSS Codes

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

#fbfa0e Text Font Color

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

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


#fbfa0e Background Color

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

This div background color is #fbfa0e


#fbfa0e Border Color

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

This div border color is #fbfa0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfa0e

Related Colors


Comments

No comments written yet.

Please login to write comment.