Color Hex Logo

#fbc02b Color Hex

#FBC02B
(251,192,43)
0 Favorites   0 Comments

Color spaces of #fbc02b

RGB 25119243
HSL0.120.960.58
HSV43°83°98°
CMYK 0.000.240.83   0.02
XYZ59.069358.382910.4412
Yxy58.38290.46190.4565
Hunter Lab76.40874.277845.3842
CIE-Lab80.95128.795675.6139

#fbc02b color RGB value is (251,192,43).

#fbc02b hex color red value is 251, green value is 192 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #fbc02b hue: 0.12 , saturation: 0.96 and the lightness value of fbc02b is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000000 00101011
Octal 373 300 53
Decimal 251 192 43
Hex FB C0 2B

RGB Percentages of Color #fbc02b

%51.65
%39.51
%8.85

CMYK Percentages of Color #fbc02b

%0
%24
%83
%2

Triadic Colors of #fbc02b

#fbc02b #2bfbc0 #c02bfb

Analogous Colors of #fbc02b

#fbc02b #cefb2b #fb582b

Monochromatic Colors of #fbc02b

#fbc02b

Complementary Color

#fbc02b #2b66fb

#fbc02b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc02b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc02b Color CSS Codes

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

#fbc02b Text Font Color

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

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


#fbc02b Background Color

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

This div background color is #fbc02b


#fbc02b Border Color

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

This div border color is #fbc02b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc02b


Comments

No comments written yet.

Please login to write comment.