Color Hex Logo

#fbc263 Color Hex

#FBC263
(251,194,99)
0 Favorites   0 Comments

Color spaces of #fbc263

RGB 25119499
HSL0.100.950.69
HSV38°61°98°
CMYK 0.000.230.61   0.02
XYZ61.327659.993720.1520
Yxy59.99370.43350.4241
Hunter Lab77.45565.785038.7932
CIE-Lab81.834810.356954.7039

#fbc263 color RGB value is (251,194,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000010 01100011
Octal 373 302 143
Decimal 251 194 99
Hex FB C2 63

RGB Percentages of Color #fbc263

%46.14
%35.66
%18.20

CMYK Percentages of Color #fbc263

%0
%23
%61
%2

Triadic Colors of #fbc263

#fbc263 #63fbc2 #c263fb

Analogous Colors of #fbc263

#fbc263 #e8fb63 #fb7663

Monochromatic Colors of #fbc263

#fbc263

Complementary Color

#fbc263 #639cfb

#fbc263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc263 Color CSS Codes

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

#fbc263 Text Font Color

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

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


#fbc263 Background Color

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

This div background color is #fbc263


#fbc263 Border Color

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

This div border color is #fbc263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc263


Comments

No comments written yet.

Please login to write comment.