Color Hex Logo

#fbc149 Color Hex

#FBC149
(251,193,73)
0 Favorites   0 Comments

Color spaces of #fbc149

RGB 25119373
HSL0.110.960.64
HSV40°71°98°
CMYK 0.000.230.71   0.02
XYZ60.056259.130214.5513
Yxy59.13020.44910.4421
Hunter Lab76.89624.840942.6077
CIE-Lab81.36319.383365.6142

#fbc149 color RGB value is (251,193,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000001 01001001
Octal 373 301 111
Decimal 251 193 73
Hex FB C1 49

RGB Percentages of Color #fbc149

%48.55
%37.33
%14.12

CMYK Percentages of Color #fbc149

%0
%23
%71
%2

Triadic Colors of #fbc149

#fbc149 #49fbc1 #c149fb

Analogous Colors of #fbc149

#fbc149 #dcfb49 #fb6849

Monochromatic Colors of #fbc149

#fbc149

Complementary Color

#fbc149 #4983fb

#fbc149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc149 Color CSS Codes

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

#fbc149 Text Font Color

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

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


#fbc149 Background Color

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

This div background color is #fbc149


#fbc149 Border Color

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

This div border color is #fbc149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc149


Comments

No comments written yet.

Please login to write comment.