Color Hex Logo

#fbc265 Color Hex

#FBC265
(251,194,101)
0 Favorites   0 Comments

Color spaces of #fbc265

RGB 251194101
HSL0.100.950.69
HSV37°60°98°
CMYK 0.000.230.60   0.02
XYZ61.424460.032420.6619
Yxy60.03240.43220.4224
Hunter Lab77.48065.918738.4254
CIE-Lab81.855810.493453.7869

#fbc265 color RGB value is (251,194,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000010 01100101
Octal 373 302 145
Decimal 251 194 101
Hex FB C2 65

RGB Percentages of Color #fbc265

%45.97
%35.53
%18.50

CMYK Percentages of Color #fbc265

%0
%23
%60
%2

Triadic Colors of #fbc265

#fbc265 #65fbc2 #c265fb

Analogous Colors of #fbc265

#fbc265 #e9fb65 #fb7765

Monochromatic Colors of #fbc265

#fbc265

Complementary Color

#fbc265 #659efb

#fbc265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc265 Color CSS Codes

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

#fbc265 Text Font Color

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

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


#fbc265 Background Color

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

This div background color is #fbc265


#fbc265 Border Color

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

This div border color is #fbc265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc265

#fbc265 Color Palettes


Comments

No comments written yet.

Please login to write comment.