Color Hex Logo

#fbf52b Color Hex

#FBF52B
(251,245,43)
0 Favorites   0 Comments

Color spaces of #fbf52b

RGB 25124543
HSL0.160.960.58
HSV58°83°98°
CMYK 0.000.020.83   0.02
XYZ72.872185.988515.0422
Yxy85.98850.41900.4945
Hunter Lab92.7300-22.002855.2933
CIE-Lab94.3074-17.836886.7948

#fbf52b color RGB value is (251,245,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110101 00101011
Octal 373 365 53
Decimal 251 245 43
Hex FB F5 2B

RGB Percentages of Color #fbf52b

%46.57
%45.45
%7.98

CMYK Percentages of Color #fbf52b

%0
%2
%83
%2

Triadic Colors of #fbf52b

#fbf52b #2bfbf5 #f52bfb

Analogous Colors of #fbf52b

#fbf52b #99fb2b #fb8d2b

Monochromatic Colors of #fbf52b

#fbf52b

Complementary Color

#fbf52b #2b31fb

#fbf52b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf52b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf52b Color CSS Codes

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

#fbf52b Text Font Color

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

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


#fbf52b Background Color

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

This div background color is #fbf52b


#fbf52b Border Color

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

This div border color is #fbf52b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf52b

Related Colors


Comments

No comments written yet.

Please login to write comment.