Color Hex Logo

#fbaf0e Color Hex

#FBAF0E
(251,175,14)
0 Favorites   0 Comments

Color spaces of #fbaf0e

RGB 25117514
HSL0.110.970.52
HSV41°94°98°
CMYK 0.000.300.94   0.02
XYZ55.192951.20097.3892
Yxy51.20090.48510.4500
Hunter Lab71.554812.462843.9657
CIE-Lab76.800517.140678.4224

#fbaf0e color RGB value is (251,175,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101111 00001110
Octal 373 257 16
Decimal 251 175 14
Hex FB AF E

RGB Percentages of Color #fbaf0e

%57.05
%39.77
%3.18

CMYK Percentages of Color #fbaf0e

%0
%30
%94
%2

Triadic Colors of #fbaf0e

#fbaf0e #0efbaf #af0efb

Analogous Colors of #fbaf0e

#fbaf0e #d1fb0e #fb390e

Monochromatic Colors of #fbaf0e

#fbaf0e

Complementary Color

#fbaf0e #0e5afb

#fbaf0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaf0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaf0e Color CSS Codes

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

#fbaf0e Text Font Color

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

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


#fbaf0e Background Color

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

This div background color is #fbaf0e


#fbaf0e Border Color

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

This div border color is #fbaf0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaf0e


Comments

No comments written yet.

Please login to write comment.