Color Hex Logo

#fbf730 Color Hex

#FBF730
(251,247,48)
0 Favorites   0 Comments

Color spaces of #fbf730

RGB 25124748
HSL0.160.960.59
HSV59°81°98°
CMYK 0.000.020.81   0.02
XYZ73.577987.244215.7581
Yxy87.24420.41670.4941
Hunter Lab93.4046-22.847755.3805
CIE-Lab94.8418-18.667386.1012

#fbf730 color RGB value is (251,247,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110111 00110000
Octal 373 367 60
Decimal 251 247 48
Hex FB F7 30

RGB Percentages of Color #fbf730

%45.97
%45.24
%8.79

CMYK Percentages of Color #fbf730

%0
%2
%81
%2

Triadic Colors of #fbf730

#fbf730 #30fbf7 #f730fb

Analogous Colors of #fbf730

#fbf730 #9afb30 #fb9230

Monochromatic Colors of #fbf730

#fbf730

Complementary Color

#fbf730 #3034fb

#fbf730 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf730 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf730 Color CSS Codes

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

#fbf730 Text Font Color

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

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


#fbf730 Background Color

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

This div background color is #fbf730


#fbf730 Border Color

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

This div border color is #fbf730


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,247,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 #fbf730">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf730


Comments

No comments written yet.

Please login to write comment.