Color Hex Logo

#fbf550 Color Hex

#FBF550
(251,245,80)
0 Favorites   0 Comments

Color spaces of #fbf550

RGB 25124580
HSL0.160.960.65
HSV58°68°98°
CMYK 0.000.020.68   0.02
XYZ73.884086.393220.3709
Yxy86.39320.40900.4782
Hunter Lab92.9479-20.769952.0693
CIE-Lab94.4802-16.473176.0952

#fbf550 color RGB value is (251,245,80).

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

The process color (four color CMYK) of #fbf550 color hex is 0.00, 0.02, 0.68, 0.02. Web safe color of #fbf550 is #ffff66. Color #fbf550 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110101 01010000
Octal 373 365 120
Decimal 251 245 80
Hex FB F5 50

RGB Percentages of Color #fbf550

%43.58
%42.53
%13.89

CMYK Percentages of Color #fbf550

%0
%2
%68
%2

Triadic Colors of #fbf550

#fbf550 #50fbf5 #f550fb

Analogous Colors of #fbf550

#fbf550 #acfb50 #fba050

Monochromatic Colors of #fbf550

#fbf550

Complementary Color

#fbf550 #5056fb

#fbf550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf550 Color CSS Codes

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

#fbf550 Text Font Color

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

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


#fbf550 Background Color

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

This div background color is #fbf550


#fbf550 Border Color

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

This div border color is #fbf550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf550


Comments

No comments written yet.

Please login to write comment.