Color Hex Logo

#fbf83e Color Hex

#FBF83E
(251,248,62)
0 Favorites   0 Comments

Color spaces of #fbf83e

RGB 25124862
HSL0.160.960.61
HSV59°75°98°
CMYK 0.000.010.75   0.02
XYZ74.220687.991817.6297
Yxy87.99180.41270.4893
Hunter Lab93.8039-22.922154.5197
CIE-Lab95.1575-18.695382.6429

#fbf83e color RGB value is (251,248,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111000 00111110
Octal 373 370 76
Decimal 251 248 62
Hex FB F8 3E

RGB Percentages of Color #fbf83e

%44.74
%44.21
%11.05

CMYK Percentages of Color #fbf83e

%0
%1
%75
%2

Triadic Colors of #fbf83e

#fbf83e #3efbf8 #f83efb

Analogous Colors of #fbf83e

#fbf83e #a0fb3e #fb9a3e

Monochromatic Colors of #fbf83e

#fbf83e

Complementary Color

#fbf83e #3e41fb

#fbf83e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf83e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf83e Color CSS Codes

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

#fbf83e Text Font Color

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

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


#fbf83e Background Color

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

This div background color is #fbf83e


#fbf83e Border Color

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

This div border color is #fbf83e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf83e

Related Colors


Comments

No comments written yet.

Please login to write comment.