Color Hex Logo

#fbaf45 Color Hex

#FBAF45
(251,175,69)
0 Favorites   0 Comments

Color spaces of #fbaf45

RGB 25117569
HSL0.100.960.63
HSV35°73°98°
CMYK 0.000.300.73   0.02
XYZ56.187851.598812.6284
Yxy51.59880.46660.4285
Hunter Lab71.832313.917639.8592
CIE-Lab77.040318.598762.8796

#fbaf45 color RGB value is (251,175,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101111 01000101
Octal 373 257 105
Decimal 251 175 69
Hex FB AF 45

RGB Percentages of Color #fbaf45

%50.71
%35.35
%13.94

CMYK Percentages of Color #fbaf45

%0
%30
%73
%2

Triadic Colors of #fbaf45

#fbaf45 #45fbaf #af45fb

Analogous Colors of #fbaf45

#fbaf45 #ecfb45 #fb5445

Monochromatic Colors of #fbaf45

#fbaf45

Complementary Color

#fbaf45 #4591fb

#fbaf45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaf45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaf45 Color CSS Codes

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

#fbaf45 Text Font Color

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

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


#fbaf45 Background Color

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

This div background color is #fbaf45


#fbaf45 Border Color

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

This div border color is #fbaf45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaf45


Comments

No comments written yet.

Please login to write comment.