Color Hex Logo

#fbc465 Color Hex

#FBC465
(251,196,101)
0 Favorites   0 Comments

Color spaces of #fbc465

RGB 251196101
HSL0.110.950.69
HSV38°60°98°
CMYK 0.000.220.60   0.02
XYZ61.872660.928720.8113
Yxy60.92870.43080.4243
Hunter Lab78.05684.890538.8320
CIE-Lab82.34049.453554.3461

#fbc465 color RGB value is (251,196,101).

#fbc465 hex color red value is 251, green value is 196 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #fbc465 hue: 0.11 , saturation: 0.95 and the lightness value of fbc465 is 0.69.

The process color (four color CMYK) of #fbc465 color hex is 0.00, 0.22, 0.60, 0.02. Web safe color of #fbc465 is #ffcc66. Color #fbc465 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000100 01100101
Octal 373 304 145
Decimal 251 196 101
Hex FB C4 65

RGB Percentages of Color #fbc465

%45.80
%35.77
%18.43

CMYK Percentages of Color #fbc465

%0
%22
%60
%2

Triadic Colors of #fbc465

#fbc465 #65fbc4 #c465fb

Analogous Colors of #fbc465

#fbc465 #e7fb65 #fb7965

Monochromatic Colors of #fbc465

#fbc465

Complementary Color

#fbc465 #659cfb

#fbc465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc465 Color CSS Codes

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

#fbc465 Text Font Color

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

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


#fbc465 Background Color

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

This div background color is #fbc465


#fbc465 Border Color

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

This div border color is #fbc465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc465

#fbc465 Color Palettes


Comments

No comments written yet.

Please login to write comment.