Color Hex Logo

#fbf10e Color Hex

#FBF10E
(251,241,14)
0 Favorites   0 Comments

Color spaces of #fbf10e

RGB 25124114
HSL0.160.970.52
HSV57°94°98°
CMYK 0.000.040.94   0.02
XYZ71.318283.451512.7643
Yxy83.45150.42570.4981
Hunter Lab91.3518-20.511055.6618
CIE-Lab93.2118-16.390290.4127

#fbf10e color RGB value is (251,241,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110001 00001110
Octal 373 361 16
Decimal 251 241 14
Hex FB F1 E

RGB Percentages of Color #fbf10e

%49.60
%47.63
%2.77

CMYK Percentages of Color #fbf10e

%0
%4
%94
%2

Triadic Colors of #fbf10e

#fbf10e #0efbf1 #f10efb

Analogous Colors of #fbf10e

#fbf10e #8ffb0e #fb7b0e

Monochromatic Colors of #fbf10e

#fbf10e

Complementary Color

#fbf10e #0e18fb

#fbf10e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf10e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf10e Color CSS Codes

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

#fbf10e Text Font Color

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

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


#fbf10e Background Color

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

This div background color is #fbf10e


#fbf10e Border Color

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

This div border color is #fbf10e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf10e

Related Colors

#fbf10e Color Palettes


Comments

No comments written yet.

Please login to write comment.