Color Hex Logo

#fbaf43 Color Hex

#FBAF43
(251,175,67)
0 Favorites   0 Comments

Color spaces of #fbaf43

RGB 25117567
HSL0.100.960.62
HSV35°73°98°
CMYK 0.000.300.73   0.02
XYZ56.126851.574412.3068
Yxy51.57440.46770.4298
Hunter Lab71.815313.828740.1104
CIE-Lab77.025718.510063.6894

#fbaf43 color RGB value is (251,175,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101111 01000011
Octal 373 257 103
Decimal 251 175 67
Hex FB AF 43

RGB Percentages of Color #fbaf43

%50.91
%35.50
%13.59

CMYK Percentages of Color #fbaf43

%0
%30
%73
%2

Triadic Colors of #fbaf43

#fbaf43 #43fbaf #af43fb

Analogous Colors of #fbaf43

#fbaf43 #ebfb43 #fb5343

Monochromatic Colors of #fbaf43

#fbaf43

Complementary Color

#fbaf43 #438ffb

#fbaf43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaf43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaf43 Color CSS Codes

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

#fbaf43 Text Font Color

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

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


#fbaf43 Background Color

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

This div background color is #fbaf43


#fbaf43 Border Color

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

This div border color is #fbaf43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaf43


Comments

No comments written yet.

Please login to write comment.