Color Hex Logo

#fbf64b Color Hex

#FBF64B
(251,246,75)
0 Favorites   0 Comments

Color spaces of #fbf64b

RGB 25124675
HSL0.160.960.64
HSV58°70°98°
CMYK 0.000.020.70   0.02
XYZ74.009486.928819.5348
Yxy86.92880.41010.4817
Hunter Lab93.2356-21.471052.8424
CIE-Lab94.7081-17.195278.0750

#fbf64b color RGB value is (251,246,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110110 01001011
Octal 373 366 113
Decimal 251 246 75
Hex FB F6 4B

RGB Percentages of Color #fbf64b

%43.88
%43.01
%13.11

CMYK Percentages of Color #fbf64b

%0
%2
%70
%2

Triadic Colors of #fbf64b

#fbf64b #4bfbf6 #f64bfb

Analogous Colors of #fbf64b

#fbf64b #a8fb4b #fb9e4b

Monochromatic Colors of #fbf64b

#fbf64b

Complementary Color

#fbf64b #4b50fb

#fbf64b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf64b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf64b Color CSS Codes

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

#fbf64b Text Font Color

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

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


#fbf64b Background Color

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

This div background color is #fbf64b


#fbf64b Border Color

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

This div border color is #fbf64b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf64b


Comments

No comments written yet.

Please login to write comment.