Color Hex Logo

#fbaf25 Color Hex

#FBAF25
(251,175,37)
0 Favorites   0 Comments

Color spaces of #fbaf25

RGB 25117537
HSL0.110.960.56
HSV39°85°98°
CMYK 0.000.300.85   0.02
XYZ55.447651.30278.7303
Yxy51.30270.48010.4443
Hunter Lab71.625912.836542.9114
CIE-Lab76.862017.516473.8647

#fbaf25 color RGB value is (251,175,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101111 00100101
Octal 373 257 45
Decimal 251 175 37
Hex FB AF 25

RGB Percentages of Color #fbaf25

%54.21
%37.80
%7.99

CMYK Percentages of Color #fbaf25

%0
%30
%85
%2

Triadic Colors of #fbaf25

#fbaf25 #25fbaf #af25fb

Analogous Colors of #fbaf25

#fbaf25 #dcfb25 #fb4425

Monochromatic Colors of #fbaf25

#fbaf25

Complementary Color

#fbaf25 #2571fb

#fbaf25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaf25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaf25 Color CSS Codes

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

#fbaf25 Text Font Color

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

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


#fbaf25 Background Color

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

This div background color is #fbaf25


#fbaf25 Border Color

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

This div border color is #fbaf25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaf25

Related Colors


Comments

No comments written yet.

Please login to write comment.