Color Hex Logo

#fbc22f Color Hex

#FBC22F
(251,194,47)
0 Favorites   0 Comments

Color spaces of #fbc22f

RGB 25119447
HSL0.120.960.58
HSV43°81°98°
CMYK 0.000.230.81   0.02
XYZ59.588559.298010.9943
Yxy59.29800.45880.4566
Hunter Lab77.00523.368645.4386
CIE-Lab81.45517.870074.8940

#fbc22f color RGB value is (251,194,47).

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

The process color (four color CMYK) of #fbc22f color hex is 0.00, 0.23, 0.81, 0.02. Web safe color of #fbc22f is #ffcc33. Color #fbc22f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000010 00101111
Octal 373 302 57
Decimal 251 194 47
Hex FB C2 2F

RGB Percentages of Color #fbc22f

%51.02
%39.43
%9.55

CMYK Percentages of Color #fbc22f

%0
%23
%81
%2

Triadic Colors of #fbc22f

#fbc22f #2ffbc2 #c22ffb

Analogous Colors of #fbc22f

#fbc22f #cefb2f #fb5c2f

Monochromatic Colors of #fbc22f

#fbc22f

Complementary Color

#fbc22f #2f68fb

#fbc22f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc22f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc22f Color CSS Codes

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

#fbc22f Text Font Color

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

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


#fbc22f Background Color

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

This div background color is #fbc22f


#fbc22f Border Color

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

This div border color is #fbc22f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc22f

Related Colors


Comments

No comments written yet.

Please login to write comment.