Color Hex Logo

#fbf862 Color Hex

#FBF862
(251,248,98)
0 Favorites   0 Comments

Color spaces of #fbf862

RGB 25124898
HSL0.160.950.68
HSV59°61°98°
CMYK 0.000.010.61   0.02
XYZ75.555788.525924.6603
Yxy88.52590.40030.4690
Hunter Lab94.0882-21.313450.3220
CIE-Lab95.3819-16.918370.1269

#fbf862 color RGB value is (251,248,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111000 01100010
Octal 373 370 142
Decimal 251 248 98
Hex FB F8 62

RGB Percentages of Color #fbf862

%42.04
%41.54
%16.42

CMYK Percentages of Color #fbf862

%0
%1
%61
%2

Triadic Colors of #fbf862

#fbf862 #62fbf8 #f862fb

Analogous Colors of #fbf862

#fbf862 #b2fb62 #fbac62

Monochromatic Colors of #fbf862

#fbf862

Complementary Color

#fbf862 #6265fb

#fbf862 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf862 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf862 Color CSS Codes

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

#fbf862 Text Font Color

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

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


#fbf862 Background Color

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

This div background color is #fbf862


#fbf862 Border Color

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

This div border color is #fbf862


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf862

Related Colors


Comments

No comments written yet.

Please login to write comment.