Color Hex Logo

#fbf362 Color Hex

#FBF362
(251,243,98)
0 Favorites   0 Comments

Color spaces of #fbf362

RGB 25124398
HSL0.160.950.68
HSV57°61°98°
CMYK 0.000.030.61   0.02
XYZ74.038985.492324.1547
Yxy85.49230.40310.4654
Hunter Lab92.4620-18.874949.2346
CIE-Lab94.0948-14.490968.7467

#fbf362 color RGB value is (251,243,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110011 01100010
Octal 373 363 142
Decimal 251 243 98
Hex FB F3 62

RGB Percentages of Color #fbf362

%42.40
%41.05
%16.55

CMYK Percentages of Color #fbf362

%0
%3
%61
%2

Triadic Colors of #fbf362

#fbf362 #62fbf3 #f362fb

Analogous Colors of #fbf362

#fbf362 #b7fb62 #fba762

Monochromatic Colors of #fbf362

#fbf362

Complementary Color

#fbf362 #626afb

#fbf362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf362 Color CSS Codes

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

#fbf362 Text Font Color

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

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


#fbf362 Background Color

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

This div background color is #fbf362


#fbf362 Border Color

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

This div border color is #fbf362


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf362

Related Colors


Comments

No comments written yet.

Please login to write comment.