Color Hex Logo

#fbc048 Color Hex

#FBC048
(251,192,72)
0 Favorites   0 Comments

Color spaces of #fbc048

RGB 25119272
HSL0.110.960.63
HSV40°71°98°
CMYK 0.000.240.71   0.02
XYZ59.803058.676414.3046
Yxy58.67640.45040.4419
Hunter Lab76.60055.306342.5484
CIE-Lab81.11349.855865.7648

#fbc048 color RGB value is (251,192,72).

#fbc048 hex color red value is 251, green value is 192 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #fbc048 hue: 0.11 , saturation: 0.96 and the lightness value of fbc048 is 0.63.

The process color (four color CMYK) of #fbc048 color hex is 0.00, 0.24, 0.71, 0.02. Web safe color of #fbc048 is #ffcc33. Color #fbc048 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000000 01001000
Octal 373 300 110
Decimal 251 192 72
Hex FB C0 48

RGB Percentages of Color #fbc048

%48.74
%37.28
%13.98

CMYK Percentages of Color #fbc048

%0
%24
%71
%2

Triadic Colors of #fbc048

#fbc048 #48fbc0 #c048fb

Analogous Colors of #fbc048

#fbc048 #ddfb48 #fb6748

Monochromatic Colors of #fbc048

#fbc048

Complementary Color

#fbc048 #4883fb

#fbc048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc048 Color CSS Codes

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

#fbc048 Text Font Color

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

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


#fbc048 Background Color

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

This div background color is #fbc048


#fbc048 Border Color

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

This div border color is #fbc048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc048


Comments

No comments written yet.

Please login to write comment.