Color Hex Logo

#fbc649 Color Hex

#FBC649
(251,198,73)
0 Favorites   0 Comments

Color spaces of #fbc649

RGB 25119873
HSL0.120.960.64
HSV42°71°98°
CMYK 0.000.210.71   0.02
XYZ61.180361.378414.9260
Yxy61.37840.44500.4464
Hunter Lab78.34442.290743.5453
CIE-Lab82.58176.791066.8450

#fbc649 color RGB value is (251,198,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000110 01001001
Octal 373 306 111
Decimal 251 198 73
Hex FB C6 49

RGB Percentages of Color #fbc649

%48.08
%37.93
%13.98

CMYK Percentages of Color #fbc649

%0
%21
%71
%2

Triadic Colors of #fbc649

#fbc649 #49fbc6 #c649fb

Analogous Colors of #fbc649

#fbc649 #d7fb49 #fb6d49

Monochromatic Colors of #fbc649

#fbc649

Complementary Color

#fbc649 #497efb

#fbc649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc649 Color CSS Codes

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

#fbc649 Text Font Color

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

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


#fbc649 Background Color

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

This div background color is #fbc649


#fbc649 Border Color

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

This div border color is #fbc649


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,198,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 #fbc649">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc649


Comments

No comments written yet.

Please login to write comment.