Color Hex Logo

#fba218 Color Hex

#FBA218
(251,162,24)
0 Favorites   0 Comments

Color spaces of #fba218

RGB 25116224
HSL0.100.970.54
HSV36°90°98°
CMYK 0.000.350.90   0.02
XYZ52.868946.41587.0368
Yxy46.41580.49730.4366
Hunter Lab68.129119.291841.5666
CIE-Lab73.814524.072474.5922

#fba218 color RGB value is (251,162,24).

#fba218 hex color red value is 251, green value is 162 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #fba218 hue: 0.10 , saturation: 0.97 and the lightness value of fba218 is 0.54.

The process color (four color CMYK) of #fba218 color hex is 0.00, 0.35, 0.90, 0.02. Web safe color of #fba218 is #ff9900. Color #fba218 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100010 00011000
Octal 373 242 30
Decimal 251 162 24
Hex FB A2 18

RGB Percentages of Color #fba218

%57.44
%37.07
%5.49

CMYK Percentages of Color #fba218

%0
%35
%90
%2

Triadic Colors of #fba218

#fba218 #18fba2 #a218fb

Analogous Colors of #fba218

#fba218 #e3fb18 #fb3118

Monochromatic Colors of #fba218

#fba218

Complementary Color

#fba218 #1871fb

#fba218 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba218 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba218 Color CSS Codes

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

#fba218 Text Font Color

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

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


#fba218 Background Color

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

This div background color is #fba218


#fba218 Border Color

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

This div border color is #fba218


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba218


Comments

No comments written yet.

Please login to write comment.