Color Hex Logo

#fbaf2a Color Hex

#FBAF2A
(251,175,42)
0 Favorites   0 Comments

Color spaces of #fbaf2a

RGB 25117542
HSL0.110.960.57
HSV38°83°98°
CMYK 0.000.300.83   0.02
XYZ55.531651.33639.1726
Yxy51.33630.47860.4424
Hunter Lab71.649412.959542.5642
CIE-Lab76.882317.639972.4672

#fbaf2a color RGB value is (251,175,42).

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

The process color (four color CMYK) of #fbaf2a color hex is 0.00, 0.30, 0.83, 0.02. Web safe color of #fbaf2a is #ff9933. Color #fbaf2a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101111 00101010
Octal 373 257 52
Decimal 251 175 42
Hex FB AF 2A

RGB Percentages of Color #fbaf2a

%53.63
%37.39
%8.97

CMYK Percentages of Color #fbaf2a

%0
%30
%83
%2

Triadic Colors of #fbaf2a

#fbaf2a #2afbaf #af2afb

Analogous Colors of #fbaf2a

#fbaf2a #dffb2a #fb472a

Monochromatic Colors of #fbaf2a

#fbaf2a

Complementary Color

#fbaf2a #2a76fb

#fbaf2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaf2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaf2a Color CSS Codes

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

#fbaf2a Text Font Color

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

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


#fbaf2a Background Color

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

This div background color is #fbaf2a


#fbaf2a Border Color

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

This div border color is #fbaf2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaf2a


Comments

No comments written yet.

Please login to write comment.