Color Hex Logo

#fbf461 Color Hex

#FBF461
(251,244,97)
0 Favorites   0 Comments

Color spaces of #fbf461

RGB 25124497
HSL0.160.950.68
HSV57°61°98°
CMYK 0.000.030.61   0.02
XYZ74.292086.073724.0075
Yxy86.07370.40290.4668
Hunter Lab92.7759-19.420749.6007
CIE-Lab94.3439-15.040669.4224

#fbf461 color RGB value is (251,244,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110100 01100001
Octal 373 364 141
Decimal 251 244 97
Hex FB F4 61

RGB Percentages of Color #fbf461

%42.40
%41.22
%16.39

CMYK Percentages of Color #fbf461

%0
%3
%61
%2

Triadic Colors of #fbf461

#fbf461 #61fbf4 #f461fb

Analogous Colors of #fbf461

#fbf461 #b5fb61 #fba761

Monochromatic Colors of #fbf461

#fbf461

Complementary Color

#fbf461 #6168fb

#fbf461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf461 Color CSS Codes

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

#fbf461 Text Font Color

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

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


#fbf461 Background Color

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

This div background color is #fbf461


#fbf461 Border Color

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

This div border color is #fbf461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf461


Comments

No comments written yet.

Please login to write comment.