Color Hex Logo

#fbc12e Color Hex

#FBC12E
(251,193,46)
0 Favorites   0 Comments

Color spaces of #fbc12e

RGB 25119346
HSL0.120.960.58
HSV43°82°98°
CMYK 0.000.230.82   0.02
XYZ59.346858.846410.8153
Yxy58.84640.46000.4561
Hunter Lab76.71143.849345.3389
CIE-Lab81.20718.359774.9746

#fbc12e color RGB value is (251,193,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000001 00101110
Octal 373 301 56
Decimal 251 193 46
Hex FB C1 2E

RGB Percentages of Color #fbc12e

%51.22
%39.39
%9.39

CMYK Percentages of Color #fbc12e

%0
%23
%82
%2

Triadic Colors of #fbc12e

#fbc12e #2efbc1 #c12efb

Analogous Colors of #fbc12e

#fbc12e #cffb2e #fb5b2e

Monochromatic Colors of #fbc12e

#fbc12e

Complementary Color

#fbc12e #2e68fb

#fbc12e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc12e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc12e Color CSS Codes

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

#fbc12e Text Font Color

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

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


#fbc12e Background Color

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

This div background color is #fbc12e


#fbc12e Border Color

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

This div border color is #fbc12e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc12e


Comments

No comments written yet.

Please login to write comment.