Color Hex Logo

#fbf010 Color Hex

#FBF010
(251,240,16)
0 Favorites   0 Comments

Color spaces of #fbf010

RGB 25124016
HSL0.160.970.52
HSV57°94°98°
CMYK 0.000.040.94   0.02
XYZ71.037382.866812.7410
Yxy82.86680.42630.4973
Hunter Lab91.0312-20.010055.4234
CIE-Lab92.9561-15.885590.0315

#fbf010 color RGB value is (251,240,16).

#fbf010 hex color red value is 251, green value is 240 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #fbf010 hue: 0.16 , saturation: 0.97 and the lightness value of fbf010 is 0.52.

The process color (four color CMYK) of #fbf010 color hex is 0.00, 0.04, 0.94, 0.02. Web safe color of #fbf010 is #ffff00. Color #fbf010 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110000 00010000
Octal 373 360 20
Decimal 251 240 16
Hex FB F0 10

RGB Percentages of Color #fbf010

%49.51
%47.34
%3.16

CMYK Percentages of Color #fbf010

%0
%4
%94
%2

Triadic Colors of #fbf010

#fbf010 #10fbf0 #f010fb

Analogous Colors of #fbf010

#fbf010 #91fb10 #fb7b10

Monochromatic Colors of #fbf010

#fbf010

Complementary Color

#fbf010 #101bfb

#fbf010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf010 Color CSS Codes

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

#fbf010 Text Font Color

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

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


#fbf010 Background Color

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

This div background color is #fbf010


#fbf010 Border Color

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

This div border color is #fbf010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf010

Related Colors


Comments

No comments written yet.

Please login to write comment.