Color Hex Logo

#fb9219 Color Hex

#FB9219
(251,146,25)
0 Favorites   0 Comments

Color spaces of #fb9219

RGB 25114625
HSL0.090.970.54
HSV32°90°98°
CMYK 0.000.420.90   0.02
XYZ50.238041.13726.2121
Yxy41.13720.51480.4215
Hunter Lab64.138327.572839.1543
CIE-Lab70.271932.404971.7509

#fb9219 color RGB value is (251,146,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010010 00011001
Octal 373 222 31
Decimal 251 146 25
Hex FB 92 19

RGB Percentages of Color #fb9219

%59.48
%34.60
%5.92

CMYK Percentages of Color #fb9219

%0
%42
%90
%2

Triadic Colors of #fb9219

#fb9219 #19fb92 #9219fb

Analogous Colors of #fb9219

#fb9219 #f3fb19 #fb2119

Monochromatic Colors of #fb9219

#fb9219

Complementary Color

#fb9219 #1982fb

#fb9219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb9219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb9219 Color CSS Codes

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

#fb9219 Text Font Color

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

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


#fb9219 Background Color

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

This div background color is #fb9219


#fb9219 Border Color

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

This div border color is #fb9219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb9219


Comments

No comments written yet.

Please login to write comment.