Color Hex Logo

#fbf640 Color Hex

#FBF640
(251,246,64)
0 Favorites   0 Comments

Color spaces of #fbf640

RGB 25124664
HSL0.160.960.62
HSV58°75°98°
CMYK 0.000.020.75   0.02
XYZ73.664886.790917.7203
Yxy86.79090.41340.4871
Hunter Lab93.1616-21.889353.9356
CIE-Lab94.6495-17.657881.5806

#fbf640 color RGB value is (251,246,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110110 01000000
Octal 373 366 100
Decimal 251 246 64
Hex FB F6 40

RGB Percentages of Color #fbf640

%44.74
%43.85
%11.41

CMYK Percentages of Color #fbf640

%0
%2
%75
%2

Triadic Colors of #fbf640

#fbf640 #40fbf6 #f640fb

Analogous Colors of #fbf640

#fbf640 #a3fb40 #fb9940

Monochromatic Colors of #fbf640

#fbf640

Complementary Color

#fbf640 #4045fb

#fbf640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf640 Color CSS Codes

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

#fbf640 Text Font Color

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

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


#fbf640 Background Color

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

This div background color is #fbf640


#fbf640 Border Color

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

This div border color is #fbf640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf640


Comments

No comments written yet.

Please login to write comment.