Color Hex Logo

#fbf462 Color Hex

#FBF462
(251,244,98)
0 Favorites   0 Comments

Color spaces of #fbf462

RGB 25124498
HSL0.160.950.68
HSV57°61°98°
CMYK 0.000.030.61   0.02
XYZ74.338986.092424.2547
Yxy86.09240.40250.4662
Hunter Lab92.7860-19.363749.4515
CIE-Lab94.3518-14.978269.0229

#fbf462 color RGB value is (251,244,98).

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

The process color (four color CMYK) of #fbf462 color hex is 0.00, 0.03, 0.61, 0.02. Web safe color of #fbf462 is #ffff66. Color #fbf462 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110100 01100010
Octal 373 364 142
Decimal 251 244 98
Hex FB F4 62

RGB Percentages of Color #fbf462

%42.33
%41.15
%16.53

CMYK Percentages of Color #fbf462

%0
%3
%61
%2

Triadic Colors of #fbf462

#fbf462 #62fbf4 #f462fb

Analogous Colors of #fbf462

#fbf462 #b6fb62 #fba862

Monochromatic Colors of #fbf462

#fbf462

Complementary Color

#fbf462 #6269fb

#fbf462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf462 Color CSS Codes

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

#fbf462 Text Font Color

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

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


#fbf462 Background Color

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

This div background color is #fbf462


#fbf462 Border Color

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

This div border color is #fbf462


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf462

Related Colors


Comments

No comments written yet.

Please login to write comment.