Color Hex Logo

#fbf720 Color Hex

#FBF720
(251,247,32)
0 Favorites   0 Comments

Color spaces of #fbf720

RGB 25124732
HSL0.160.960.55
HSV59°87°98°
CMYK 0.000.020.87   0.02
XYZ73.305187.135014.3217
Yxy87.13500.41950.4986
Hunter Lab93.3461-23.178956.2457
CIE-Lab94.7955-19.036089.3141

#fbf720 color RGB value is (251,247,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110111 00100000
Octal 373 367 40
Decimal 251 247 32
Hex FB F7 20

RGB Percentages of Color #fbf720

%47.36
%46.60
%6.04

CMYK Percentages of Color #fbf720

%0
%2
%87
%2

Triadic Colors of #fbf720

#fbf720 #20fbf7 #f720fb

Analogous Colors of #fbf720

#fbf720 #92fb20 #fb8a20

Monochromatic Colors of #fbf720

#fbf720

Complementary Color

#fbf720 #2024fb

#fbf720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf720 Color CSS Codes

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

#fbf720 Text Font Color

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

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


#fbf720 Background Color

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

This div background color is #fbf720


#fbf720 Border Color

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

This div border color is #fbf720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf720


Comments

No comments written yet.

Please login to write comment.