Color Hex Logo

#fbc533 Color Hex

#FBC533
(251,197,51)
0 Favorites   0 Comments

Color spaces of #fbc533

RGB 25119751
HSL0.120.960.59
HSV44°80°98°
CMYK 0.000.220.80   0.02
XYZ60.347560.680811.6639
Yxy60.68080.45480.4573
Hunter Lab77.89791.962745.6508
CIE-Lab82.20686.439174.3365

#fbc533 color RGB value is (251,197,51).

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

The process color (four color CMYK) of #fbc533 color hex is 0.00, 0.22, 0.80, 0.02. Web safe color of #fbc533 is #ffcc33. Color #fbc533 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000101 00110011
Octal 373 305 63
Decimal 251 197 51
Hex FB C5 33

RGB Percentages of Color #fbc533

%50.30
%39.48
%10.22

CMYK Percentages of Color #fbc533

%0
%22
%80
%2

Triadic Colors of #fbc533

#fbc533 #33fbc5 #c533fb

Analogous Colors of #fbc533

#fbc533 #cdfb33 #fb6133

Monochromatic Colors of #fbc533

#fbc533

Complementary Color

#fbc533 #3369fb

#fbc533 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc533 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc533 Color CSS Codes

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

#fbc533 Text Font Color

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

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


#fbc533 Background Color

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

This div background color is #fbc533


#fbc533 Border Color

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

This div border color is #fbc533


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc533


Comments

No comments written yet.

Please login to write comment.