Color Hex Logo

#fbf630 Color Hex

#FBF630
(251,246,48)
0 Favorites   0 Comments

Color spaces of #fbf630

RGB 25124648
HSL0.160.960.59
HSV59°81°98°
CMYK 0.000.020.81   0.02
XYZ73.272986.634215.6565
Yxy86.63420.41740.4935
Hunter Lab93.0775-22.366055.1811
CIE-Lab94.5829-18.186585.8809

#fbf630 color RGB value is (251,246,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110110 00110000
Octal 373 366 60
Decimal 251 246 48
Hex FB F6 30

RGB Percentages of Color #fbf630

%46.06
%45.14
%8.81

CMYK Percentages of Color #fbf630

%0
%2
%81
%2

Triadic Colors of #fbf630

#fbf630 #30fbf6 #f630fb

Analogous Colors of #fbf630

#fbf630 #9bfb30 #fb9130

Monochromatic Colors of #fbf630

#fbf630

Complementary Color

#fbf630 #3035fb

#fbf630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf630 Color CSS Codes

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

#fbf630 Text Font Color

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

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


#fbf630 Background Color

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

This div background color is #fbf630


#fbf630 Border Color

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

This div border color is #fbf630


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf630

Related Colors


Comments

No comments written yet.

Please login to write comment.