Color Hex Logo

#fbf912 Color Hex

#FBF912
(251,249,18)
0 Favorites   0 Comments

Color spaces of #fbf912

RGB 25124918
HSL0.170.970.53
HSV59°93°98°
CMYK 0.000.010.93   0.02
XYZ73.768588.304313.7287
Yxy88.30430.41960.5023
Hunter Lab93.9704-24.322357.1172
CIE-Lab95.2889-20.198691.5885

#fbf912 color RGB value is (251,249,18).

#fbf912 hex color red value is 251, green value is 249 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #fbf912 hue: 0.17 , saturation: 0.97 and the lightness value of fbf912 is 0.53.

The process color (four color CMYK) of #fbf912 color hex is 0.00, 0.01, 0.93, 0.02. Web safe color of #fbf912 is #ffff00. Color #fbf912 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111001 00010010
Octal 373 371 22
Decimal 251 249 18
Hex FB F9 12

RGB Percentages of Color #fbf912

%48.46
%48.07
%3.47

CMYK Percentages of Color #fbf912

%0
%1
%93
%2

Triadic Colors of #fbf912

#fbf912 #12fbf9 #f912fb

Analogous Colors of #fbf912

#fbf912 #89fb12 #fb8512

Monochromatic Colors of #fbf912

#fbf912

Complementary Color

#fbf912 #1214fb

#fbf912 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf912 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf912 Color CSS Codes

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

#fbf912 Text Font Color

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

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


#fbf912 Background Color

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

This div background color is #fbf912


#fbf912 Border Color

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

This div border color is #fbf912


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf912


Comments

No comments written yet.

Please login to write comment.