Color Hex Logo

#fffb02 Color Hex

#FFFB02
(255,251,2)
0 Favorites   0 Comments

Color spaces of #fffb02

RGB 2552512
HSL0.161.000.50
HSV59°99°100°
CMYK 0.000.020.99   0.00
XYZ75.748190.258713.4868
Yxy90.25870.42200.5029
Hunter Lab95.0046-23.938258.0864
CIE-Lab96.1040-19.637793.5863

#fffb02 color RGB value is (255,251,2).

#fffb02 hex color red value is 255, green value is 251 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #fffb02 hue: 0.16 , saturation: 1.00 and the lightness value of fffb02 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111011 00000010
Octal 377 373 2
Decimal 255 251 2
Hex FF FB 2

RGB Percentages of Color #fffb02

%50.20
%49.41
%0.39

CMYK Percentages of Color #fffb02

%0
%2
%99
%0

Triadic Colors of #fffb02

#fffb02 #02fffb #fb02ff

Analogous Colors of #fffb02

#fffb02 #85ff02 #ff7d02

Monochromatic Colors of #fffb02

#fffb02

Complementary Color

#fffb02 #0206ff

#fffb02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffb02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffb02 Color CSS Codes

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

#fffb02 Text Font Color

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

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


#fffb02 Background Color

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

This div background color is #fffb02


#fffb02 Border Color

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

This div border color is #fffb02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffb02

Related Colors

#fffb02 Color Palettes


Comments

No comments written yet.

Please login to write comment.