Color Hex Logo

#fbae0e Color Hex

#FBAE0E
(251,174,14)
0 Favorites   0 Comments

Color spaces of #fbae0e

RGB 25117414
HSL0.110.970.52
HSV41°94°98°
CMYK 0.000.310.94   0.02
XYZ54.999050.81307.3246
Yxy50.81300.48610.4491
Hunter Lab71.283212.977143.8060
CIE-Lab76.565617.664378.2558

#fbae0e color RGB value is (251,174,14).

#fbae0e hex color red value is 251, green value is 174 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #fbae0e hue: 0.11 , saturation: 0.97 and the lightness value of fbae0e is 0.52.

The process color (four color CMYK) of #fbae0e color hex is 0.00, 0.31, 0.94, 0.02. Web safe color of #fbae0e is #ff9900. Color #fbae0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101110 00001110
Octal 373 256 16
Decimal 251 174 14
Hex FB AE E

RGB Percentages of Color #fbae0e

%57.18
%39.64
%3.19

CMYK Percentages of Color #fbae0e

%0
%31
%94
%2

Triadic Colors of #fbae0e

#fbae0e #0efbae #ae0efb

Analogous Colors of #fbae0e

#fbae0e #d2fb0e #fb370e

Monochromatic Colors of #fbae0e

#fbae0e

Complementary Color

#fbae0e #0e5bfb

#fbae0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbae0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbae0e Color CSS Codes

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

#fbae0e Text Font Color

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

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


#fbae0e Background Color

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

This div background color is #fbae0e


#fbae0e Border Color

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

This div border color is #fbae0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbae0e

Related Colors


Comments

No comments written yet.

Please login to write comment.