Color Hex Logo

#fbae0f Color Hex

#FBAE0F
(251,174,15)
0 Favorites   0 Comments

Color spaces of #fbae0f

RGB 25117415
HSL0.110.970.52
HSV40°94°98°
CMYK 0.000.310.94   0.02
XYZ55.005950.81587.3612
Yxy50.81580.48600.4490
Hunter Lab71.285212.987143.7771
CIE-Lab76.567317.674478.1234

#fbae0f color RGB value is (251,174,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101110 00001111
Octal 373 256 17
Decimal 251 174 15
Hex FB AE F

RGB Percentages of Color #fbae0f

%57.05
%39.55
%3.41

CMYK Percentages of Color #fbae0f

%0
%31
%94
%2

Triadic Colors of #fbae0f

#fbae0f #0ffbae #ae0ffb

Analogous Colors of #fbae0f

#fbae0f #d2fb0f #fb380f

Monochromatic Colors of #fbae0f

#fbae0f

Complementary Color

#fbae0f #0f5cfb

#fbae0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbae0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbae0f Color CSS Codes

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

#fbae0f Text Font Color

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

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


#fbae0f Background Color

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

This div background color is #fbae0f


#fbae0f Border Color

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

This div border color is #fbae0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbae0f


Comments

No comments written yet.

Please login to write comment.