Color Hex Logo

#fbe10a Color Hex

#FBE10A
(251,225,10)
0 Favorites   0 Comments

Color spaces of #fbe10a

RGB 25122510
HSL0.150.970.51
HSV54°96°98°
CMYK 0.000.100.96   0.02
XYZ66.763774.381611.1254
Yxy74.38160.43850.4885
Hunter Lab86.2448-12.748152.7230
CIE-Lab89.1025-8.563487.7105

#fbe10a color RGB value is (251,225,10).

#fbe10a hex color red value is 251, green value is 225 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #fbe10a hue: 0.15 , saturation: 0.97 and the lightness value of fbe10a is 0.51.

The process color (four color CMYK) of #fbe10a color hex is 0.00, 0.10, 0.96, 0.02. Web safe color of #fbe10a is #ffcc00. Color #fbe10a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100001 00001010
Octal 373 341 12
Decimal 251 225 10
Hex FB E1 A

RGB Percentages of Color #fbe10a

%51.65
%46.30
%2.06

CMYK Percentages of Color #fbe10a

%0
%10
%96
%2

Triadic Colors of #fbe10a

#fbe10a #0afbe1 #e10afb

Analogous Colors of #fbe10a

#fbe10a #9dfb0a #fb690a

Monochromatic Colors of #fbe10a

#fbe10a

Complementary Color

#fbe10a #0a24fb

#fbe10a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe10a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe10a Color CSS Codes

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

#fbe10a Text Font Color

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

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


#fbe10a Background Color

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

This div background color is #fbe10a


#fbe10a Border Color

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

This div border color is #fbe10a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe10a


Comments

No comments written yet.

Please login to write comment.