Color Hex Logo

#fbb612 Color Hex

#FBB612
(251,182,18)
0 Favorites   0 Comments

Color spaces of #fbb612

RGB 25118218
HSL0.120.970.53
HSV42°93°98°
CMYK 0.000.270.93   0.02
XYZ56.620854.00888.0128
Yxy54.00880.47720.4552
Hunter Lab73.49078.916444.9790
CIE-Lab78.466913.524979.0622

#fbb612 color RGB value is (251,182,18).

#fbb612 hex color red value is 251, green value is 182 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #fbb612 hue: 0.12 , saturation: 0.97 and the lightness value of fbb612 is 0.53.

The process color (four color CMYK) of #fbb612 color hex is 0.00, 0.27, 0.93, 0.02. Web safe color of #fbb612 is #ffcc00. Color #fbb612 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110110 00010010
Octal 373 266 22
Decimal 251 182 18
Hex FB B6 12

RGB Percentages of Color #fbb612

%55.65
%40.35
%3.99

CMYK Percentages of Color #fbb612

%0
%27
%93
%2

Triadic Colors of #fbb612

#fbb612 #12fbb6 #b612fb

Analogous Colors of #fbb612

#fbb612 #ccfb12 #fb4212

Monochromatic Colors of #fbb612

#fbb612

Complementary Color

#fbb612 #1257fb

#fbb612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb612 Color CSS Codes

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

#fbb612 Text Font Color

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

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


#fbb612 Background Color

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

This div background color is #fbb612


#fbb612 Border Color

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

This div border color is #fbb612


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb612


Comments

No comments written yet.

Please login to write comment.