Color Hex Logo

#fbf73e Color Hex

#FBF73E
(251,247,62)
0 Favorites   0 Comments

Color spaces of #fbf73e

RGB 25124762
HSL0.160.960.61
HSV59°75°98°
CMYK 0.000.020.75   0.02
XYZ73.913987.378617.5275
Yxy87.37860.41330.4886
Hunter Lab93.4765-22.440154.3163
CIE-Lab94.8987-18.214882.4077

#fbf73e color RGB value is (251,247,62).

#fbf73e hex color red value is 251, green value is 247 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #fbf73e hue: 0.16 , saturation: 0.96 and the lightness value of fbf73e is 0.61.

The process color (four color CMYK) of #fbf73e color hex is 0.00, 0.02, 0.75, 0.02. Web safe color of #fbf73e is #ffff33. Color #fbf73e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110111 00111110
Octal 373 367 76
Decimal 251 247 62
Hex FB F7 3E

RGB Percentages of Color #fbf73e

%44.82
%44.11
%11.07

CMYK Percentages of Color #fbf73e

%0
%2
%75
%2

Triadic Colors of #fbf73e

#fbf73e #3efbf7 #f73efb

Analogous Colors of #fbf73e

#fbf73e #a1fb3e #fb993e

Monochromatic Colors of #fbf73e

#fbf73e

Complementary Color

#fbf73e #3e42fb

#fbf73e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf73e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf73e Color CSS Codes

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

#fbf73e Text Font Color

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

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


#fbf73e Background Color

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

This div background color is #fbf73e


#fbf73e Border Color

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

This div border color is #fbf73e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf73e


Comments

No comments written yet.

Please login to write comment.