Color Hex Logo

#fbd02a Color Hex

#FBD02A
(251,208,42)
0 Favorites   0 Comments

Color spaces of #fbd02a

RGB 25120842
HSL0.130.960.57
HSV48°83°98°
CMYK 0.000.170.83   0.02
XYZ62.757565.788111.5812
Yxy65.78810.44790.4695
Hunter Lab81.1099-3.830748.3112
CIE-Lab84.88820.527679.1846

#fbd02a color RGB value is (251,208,42).

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

The process color (four color CMYK) of #fbd02a color hex is 0.00, 0.17, 0.83, 0.02. Web safe color of #fbd02a is #ffcc33. Color #fbd02a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010000 00101010
Octal 373 320 52
Decimal 251 208 42
Hex FB D0 2A

RGB Percentages of Color #fbd02a

%50.10
%41.52
%8.38

CMYK Percentages of Color #fbd02a

%0
%17
%83
%2

Triadic Colors of #fbd02a

#fbd02a #2afbd0 #d02afb

Analogous Colors of #fbd02a

#fbd02a #befb2a #fb682a

Monochromatic Colors of #fbd02a

#fbd02a

Complementary Color

#fbd02a #2a55fb

#fbd02a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd02a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd02a Color CSS Codes

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

#fbd02a Text Font Color

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

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


#fbd02a Background Color

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

This div background color is #fbd02a


#fbd02a Border Color

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

This div border color is #fbd02a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd02a


Comments

No comments written yet.

Please login to write comment.