Color Hex Logo

#fbaf4a Color Hex

#FBAF4A
(251,175,74)
0 Favorites   0 Comments

Color spaces of #fbaf4a

RGB 25117574
HSL0.100.960.64
HSV34°71°98°
CMYK 0.000.300.71   0.02
XYZ56.349751.663613.4807
Yxy51.66360.46380.4252
Hunter Lab71.877414.153139.1943
CIE-Lab77.079318.833560.8001

#fbaf4a color RGB value is (251,175,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101111 01001010
Octal 373 257 112
Decimal 251 175 74
Hex FB AF 4A

RGB Percentages of Color #fbaf4a

%50.20
%35.00
%14.80

CMYK Percentages of Color #fbaf4a

%0
%30
%71
%2

Triadic Colors of #fbaf4a

#fbaf4a #4afbaf #af4afb

Analogous Colors of #fbaf4a

#fbaf4a #effb4a #fb574a

Monochromatic Colors of #fbaf4a

#fbaf4a

Complementary Color

#fbaf4a #4a96fb

#fbaf4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaf4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaf4a Color CSS Codes

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

#fbaf4a Text Font Color

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

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


#fbaf4a Background Color

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

This div background color is #fbaf4a


#fbaf4a Border Color

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

This div border color is #fbaf4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaf4a


Comments

No comments written yet.

Please login to write comment.