Color Hex Logo

#fbaf61 Color Hex

#FBAF61
(251,175,97)
0 Favorites   0 Comments

Color spaces of #fbaf61

RGB 25117597
HSL0.080.950.68
HSV30°61°98°
CMYK 0.000.300.61   0.02
XYZ57.271352.032218.3340
Yxy52.03220.44870.4077
Hunter Lab72.133315.489335.4237
CIE-Lab77.300120.159250.4215

#fbaf61 color RGB value is (251,175,97).

#fbaf61 hex color red value is 251, green value is 175 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #fbaf61 hue: 0.08 , saturation: 0.95 and the lightness value of fbaf61 is 0.68.

The process color (four color CMYK) of #fbaf61 color hex is 0.00, 0.30, 0.61, 0.02. Web safe color of #fbaf61 is #ff9966. Color #fbaf61 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101111 01100001
Octal 373 257 141
Decimal 251 175 97
Hex FB AF 61

RGB Percentages of Color #fbaf61

%47.99
%33.46
%18.55

CMYK Percentages of Color #fbaf61

%0
%30
%61
%2

Triadic Colors of #fbaf61

#fbaf61 #61fbaf #af61fb

Analogous Colors of #fbaf61

#fbaf61 #fafb61 #fb6261

Monochromatic Colors of #fbaf61

#fbaf61

Complementary Color

#fbaf61 #61adfb

#fbaf61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaf61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaf61 Color CSS Codes

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

#fbaf61 Text Font Color

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

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


#fbaf61 Background Color

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

This div background color is #fbaf61


#fbaf61 Border Color

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

This div border color is #fbaf61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaf61

Related Colors


Comments

No comments written yet.

Please login to write comment.