Color Hex Logo

#fbf12a Color Hex

#FBF12A
(251,241,42)
0 Favorites   0 Comments

Color spaces of #fbf12a

RGB 25124142
HSL0.160.960.57
HSV57°83°98°
CMYK 0.000.040.83   0.02
XYZ71.656983.587014.5477
Yxy83.58700.42200.4923
Hunter Lab91.4259-20.092454.5639
CIE-Lab93.2708-15.926786.1531

#fbf12a color RGB value is (251,241,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110001 00101010
Octal 373 361 52
Decimal 251 241 42
Hex FB F1 2A

RGB Percentages of Color #fbf12a

%47.00
%45.13
%7.87

CMYK Percentages of Color #fbf12a

%0
%4
%83
%2

Triadic Colors of #fbf12a

#fbf12a #2afbf1 #f12afb

Analogous Colors of #fbf12a

#fbf12a #9dfb2a #fb892a

Monochromatic Colors of #fbf12a

#fbf12a

Complementary Color

#fbf12a #2a34fb

#fbf12a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf12a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf12a Color CSS Codes

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

#fbf12a Text Font Color

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

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


#fbf12a Background Color

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

This div background color is #fbf12a


#fbf12a Border Color

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

This div border color is #fbf12a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf12a


Comments

No comments written yet.

Please login to write comment.