Color Hex Logo

#fbf530 Color Hex

#FBF530
(251,245,48)
0 Favorites   0 Comments

Color spaces of #fbf530

RGB 25124548
HSL0.160.960.59
HSV58°81°98°
CMYK 0.000.020.81   0.02
XYZ72.969686.027415.5554
Yxy86.02740.41800.4928
Hunter Lab92.7510-21.883654.9821
CIE-Lab94.3241-17.704585.6608

#fbf530 color RGB value is (251,245,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110101 00110000
Octal 373 365 60
Decimal 251 245 48
Hex FB F5 30

RGB Percentages of Color #fbf530

%46.14
%45.04
%8.82

CMYK Percentages of Color #fbf530

%0
%2
%81
%2

Triadic Colors of #fbf530

#fbf530 #30fbf5 #f530fb

Analogous Colors of #fbf530

#fbf530 #9cfb30 #fb9030

Monochromatic Colors of #fbf530

#fbf530

Complementary Color

#fbf530 #3036fb

#fbf530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf530 Color CSS Codes

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

#fbf530 Text Font Color

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

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


#fbf530 Background Color

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

This div background color is #fbf530


#fbf530 Border Color

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

This div border color is #fbf530


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf530

Related Colors


Comments

No comments written yet.

Please login to write comment.