Color Hex Logo

#fbc622 Color Hex

#FBC622
(251,198,34)
0 Favorites   0 Comments

Color spaces of #fbc622

RGB 25119834
HSL0.130.960.56
HSV45°86°98°
CMYK 0.000.210.86   0.02
XYZ60.266561.012910.1137
Yxy61.01290.45870.4644
Hunter Lab78.11081.028247.0007
CIE-Lab82.38575.475979.0544

#fbc622 color RGB value is (251,198,34).

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

The process color (four color CMYK) of #fbc622 color hex is 0.00, 0.21, 0.86, 0.02. Web safe color of #fbc622 is #ffcc33. Color #fbc622 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000110 00100010
Octal 373 306 42
Decimal 251 198 34
Hex FB C6 22

RGB Percentages of Color #fbc622

%51.97
%40.99
%7.04

CMYK Percentages of Color #fbc622

%0
%21
%86
%2

Triadic Colors of #fbc622

#fbc622 #22fbc6 #c622fb

Analogous Colors of #fbc622

#fbc622 #c4fb22 #fb5922

Monochromatic Colors of #fbc622

#fbc622

Complementary Color

#fbc622 #2257fb

#fbc622 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc622 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc622 Color CSS Codes

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

#fbc622 Text Font Color

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

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


#fbc622 Background Color

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

This div background color is #fbc622


#fbc622 Border Color

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

This div border color is #fbc622


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc622

#fbc622 Color Palettes


Comments

No comments written yet.

Please login to write comment.