Color Hex Logo

#f96621 Color Hex

#F96621
(249,102,33)
0 Favorites   0 Comments

Color spaces of #f96621

RGB 24910233
HSL0.050.950.55
HSV19°87°98°
CMYK 0.000.590.87   0.02
XYZ44.092829.75234.8577
Yxy29.75230.56020.3780
Hunter Lab54.545748.838232.9018
CIE-Lab61.439953.268662.5832

#f96621 color RGB value is (249,102,33).

#f96621 hex color red value is 249, green value is 102 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #f96621 hue: 0.05 , saturation: 0.95 and the lightness value of f96621 is 0.55.

The process color (four color CMYK) of #f96621 color hex is 0.00, 0.59, 0.87, 0.02. Web safe color of #f96621 is #ff6633. Color #f96621 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01100110 00100001
Octal 371 146 41
Decimal 249 102 33
Hex F9 66 21

RGB Percentages of Color #f96621

%64.84
%26.56
%8.59

CMYK Percentages of Color #f96621

%0
%59
%87
%2

Triadic Colors of #f96621

#f96621 #21f966 #6621f9

Analogous Colors of #f96621

#f96621 #f9d221 #f92148

Monochromatic Colors of #f96621

#f96621

Complementary Color

#f96621 #21b4f9

#f96621 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96621 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96621 Color CSS Codes

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

#f96621 Text Font Color

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

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


#f96621 Background Color

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

This div background color is #f96621


#f96621 Border Color

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

This div border color is #f96621


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,102,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f96621; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f96621;
  -webkit-box-shadow: 1px 1px 3px 2px #f96621;
  box-shadow:         1px 1px 3px 2px #f96621; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,102,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96621


Comments

No comments written yet.

Please login to write comment.