Color Hex Logo

#fbf02a Color Hex

#FBF02A
(251,240,42)
0 Favorites   0 Comments

Color spaces of #fbf02a

RGB 25124042
HSL0.160.960.57
HSV57°83°98°
CMYK 0.000.040.83   0.02
XYZ71.361782.996614.4493
Yxy82.99660.42270.4917
Hunter Lab91.1025-19.608054.3680
CIE-Lab93.0129-15.440985.9396

#fbf02a color RGB value is (251,240,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110000 00101010
Octal 373 360 52
Decimal 251 240 42
Hex FB F0 2A

RGB Percentages of Color #fbf02a

%47.09
%45.03
%7.88

CMYK Percentages of Color #fbf02a

%0
%4
%83
%2

Triadic Colors of #fbf02a

#fbf02a #2afbf0 #f02afb

Analogous Colors of #fbf02a

#fbf02a #9efb2a #fb882a

Monochromatic Colors of #fbf02a

#fbf02a

Complementary Color

#fbf02a #2a35fb

#fbf02a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf02a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf02a Color CSS Codes

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

#fbf02a Text Font Color

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

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


#fbf02a Background Color

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

This div background color is #fbf02a


#fbf02a Border Color

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

This div border color is #fbf02a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf02a


Comments

No comments written yet.

Please login to write comment.