Color Hex Logo

#fbf517 Color Hex

#FBF517
(251,245,23)
0 Favorites   0 Comments

Color spaces of #fbf517

RGB 25124523
HSL0.160.970.54
HSV58°91°98°
CMYK 0.000.020.91   0.02
XYZ72.590785.875913.5604
Yxy85.87590.42200.4992
Hunter Lab92.6693-22.346656.1925
CIE-Lab94.2593-18.219090.2247

#fbf517 color RGB value is (251,245,23).

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

The process color (four color CMYK) of #fbf517 color hex is 0.00, 0.02, 0.91, 0.02. Web safe color of #fbf517 is #ffff00. Color #fbf517 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110101 00010111
Octal 373 365 27
Decimal 251 245 23
Hex FB F5 17

RGB Percentages of Color #fbf517

%48.36
%47.21
%4.43

CMYK Percentages of Color #fbf517

%0
%2
%91
%2

Triadic Colors of #fbf517

#fbf517 #17fbf5 #f517fb

Analogous Colors of #fbf517

#fbf517 #8ffb17 #fb8317

Monochromatic Colors of #fbf517

#fbf517

Complementary Color

#fbf517 #171dfb

#fbf517 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf517 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf517 Color CSS Codes

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

#fbf517 Text Font Color

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

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


#fbf517 Background Color

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

This div background color is #fbf517


#fbf517 Border Color

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

This div border color is #fbf517


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf517

Related Colors


Comments

No comments written yet.

Please login to write comment.