Color Hex Logo

#fbc462 Color Hex

#FBC462
(251,196,98)
0 Favorites   0 Comments

Color spaces of #fbc462

RGB 25119698
HSL0.110.950.68
HSV38°61°98°
CMYK 0.000.220.61   0.02
XYZ61.728260.870920.0511
Yxy60.87090.43270.4267
Hunter Lab78.01984.692139.3763
CIE-Lab82.30939.250255.7126

#fbc462 color RGB value is (251,196,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000100 01100010
Octal 373 304 142
Decimal 251 196 98
Hex FB C4 62

RGB Percentages of Color #fbc462

%46.06
%35.96
%17.98

CMYK Percentages of Color #fbc462

%0
%22
%61
%2

Triadic Colors of #fbc462

#fbc462 #62fbc4 #c462fb

Analogous Colors of #fbc462

#fbc462 #e6fb62 #fb7862

Monochromatic Colors of #fbc462

#fbc462

Complementary Color

#fbc462 #6299fb

#fbc462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc462 Color CSS Codes

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

#fbc462 Text Font Color

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

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


#fbc462 Background Color

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

This div background color is #fbc462


#fbc462 Border Color

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

This div border color is #fbc462


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc462


Comments

No comments written yet.

Please login to write comment.